A REAL DATE is not TEXT. It is a NUMBER. If column Y contains REAL DATES then
[tt]
=IF(Y7<TODAY(),"Closed","Open")
[/tt]
and it it's TIME that you're concerned about, then
[tt]
=IF(INT(Y7)<TODAY(),"Closed","Open")
[/tt]
But it should make no difference in this specific instance.
Skip, Just traded in my old subtlety... for a NUANCE!
Read Skip's advice above. Then, check: What's the short date in your Regional Settings? May be that's your problem.
Canadian eh! Check out the new social forum Tek-Tips in Canada. With the state of the world today, monkeys should get grossly insulted when humans claim to be their decendents
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.