I have a large sheet showing dates of expiry. I want to see at a glance which have elapsed.
J Jo May 25, 2007 #1 I have a large sheet showing dates of expiry. I want to see at a glance which have elapsed.
J Jo May 25, 2007 #3 Brilliant! Thanks JC JC said: Assuming date in B2 try the following: =IF((B2-TODAY()<0),"Expired", "OK") Click to expand...
Brilliant! Thanks JC JC said: Assuming date in B2 try the following: =IF((B2-TODAY()<0),"Expired", "OK") Click to expand...