Thread: Status...
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Status...

If you want to add 21 days to a date in T8, the formula is =T8+21.
I'm then confused with what you are looking for in your comparison, because
if T8 is a positive date, the answer will always be more than 21 days.
--
David Biddulph

"Steve HKG" wrote in message
...
Appreciate some advise on the following condition:-

I have a date input into cell T8.

In cell Z8, I wish to input a formula which with use the date in T8,and
add
21 days to that date and if the returned date is:-

1. less than or equal to 21 days, provide a status of "Under Review".
2. more than 21 days, provide a status of "Outstanding".

Can anyone provide some guidance?

TQ. Steve