IF function with dates

Solved/Closed
ayudameexcel - Aug 17, 2020 at 10:40 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Aug 20, 2020 at 11:47 AM
Hello,

I am trying to get a function to see if a pt needs to have an appointment made.

I have been trying the 'if and function' to see if there's a 'date' in column A and compare it against column B which is the 'appointment status' (either no show or kept appt as the values).

So i'm thinking the formula would see if the a 'date' in column A, read the 'no show status' in column B and then put out a 'yes' in column C so I know they need to be seen.


Please let me know if you have any questions and thank you for your help.





System Configuration: Macintosh / Chrome 84.0.4147.125
Related:

1 response

TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 552
Aug 20, 2020 at 11:47 AM
Hi Ayudame,

Give the following formula a try:
=IF(AND(ISERROR(TODAY()+A2)=FALSE,B2="no show status"),"yes","")

Best regards,
Trowa
0