Hi,
I need c3 to say either 'yes' or 'no' depending on what is in a3. if a3 is blank and today's date is past december 30th 2012 then i need c3 to say 'yes'. otherwise i need it to say no.
please help!
thanks
Hi,
I need c3 to say either 'yes' or 'no' depending on what is in a3. if a3 is blank and today's date is past december 30th 2012 then i need c3 to say 'yes'. otherwise i need it to say no.
please help!
thanks
Try this...
=IF(AND(ISBLANK(A3),TODAY()>DATE(2012,12,30)),"yes","no")
Try this one.
![]()
Please Login or Register to view this content.
Notice my main language is not English.
I appreciate it, if you reply on my solution.
If you are satisfied with the solution, please mark the question solved.
You can add reputation by clicking on the star * add reputation.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks