Hi, I have an IF statement that does not return the expected value.
I don't understand why a cell that contains the text "yes" would be seen by excel to be greater than a date.
thanks
Hi, I have an IF statement that does not return the expected value.
I don't understand why a cell that contains the text "yes" would be seen by excel to be greater than a date.
thanks
because it orders by alphanumeric. ie numbers first then text. Dates are numbers.
Happy with my advice? Click on the * reputation button below
Sorry I don't understand the reply. If it goes by numbers first, and "yes" is not a number, why does it return TRUE?
How should I write the formula so that it will return FALSE?
try
Formula:
=IF(N(A2)>=A1,TRUE,FALSE)
I think people forget the word "THANK YOU!!!!" Do you still know it???
There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "
Regards,
Vladimir
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks