IF function?
Closed
bowmankailee
Posts
2
Registration date
Tuesday February 19, 2019
Status
Member
Last seen
February 20, 2019
-
Feb 19, 2019 at 02:34 PM
Blocked Profile - Feb 20, 2019 at 03:05 PM
Blocked Profile - Feb 20, 2019 at 03:05 PM
I am trying to figure out a function, that will give me a result of Yes or No, if the dates are matching or not.
This is the function I am using, but it just gives me results of all No, when most dates do match to the other date
=IF([@[Due Date]]=[@[Date Paid]],"Yes","No")
I'm not sure if this is the correct function to even use for this?
This is the function I am using, but it just gives me results of all No, when most dates do match to the other date
=IF([@[Due Date]]=[@[Date Paid]],"Yes","No")
I'm not sure if this is the correct function to even use for this?
Related:
- IF function?
- Accessor function c++ - Guide
- Find function on mac - Guide
- Spreadsheet function - Guide
- Network card function - Guide
- Hard drive function - Guide
Feb 20, 2019 at 02:05 PM
Feb 20, 2019 at 02:25 PM
Feb 20, 2019 at 03:05 PM
=if (due> pay, true, false)