Hello Team,
Require calculation for the attached file for the below criteria:
If Type numbers = "Yes" Then "Yes"
ELSEIF TODAY()-BOOKED DATE <90 THEN TYPE NUMBERS = "No"
ELSEIF TODAY()-BOOKED DATE >90 THEN TYPE NUMBERS = "BOTH"
END
but getting error in calculation.
Need help to get this done correct. I have attached sample file.
Regards
4 answers
your data are text values and not dates - date functions can only be used with real dates - to convert your string to dats see See it your way: FAQ Series - Convert String Dates (jimdehner2.blogspot.com)
Jim