Drofidnas
Board Regular
- Joined
- Jun 30, 2004
- Messages
- 126
Hi
I have a formula =IF(B24=$I$1,"",C24) in D24 which basically interrogates the status in Col B and if it doesn't equal "Completed" (the contents of $I$1) will return the forecast date in Col C, formatted as mmm yy
A B C D
23
24 ABE At Validation 28/02/2014 Feb 14
25
Elsewhere on the sheet I have N2 as =NOW() formatted as mmm yy returning the current month and year.
I want to compare N2 and D24 but as they are formulaic values I'm only getting 0 as my result.
How do I extract the pure date out to compare them?
Thanks for any help.
Chris
I have a formula =IF(B24=$I$1,"",C24) in D24 which basically interrogates the status in Col B and if it doesn't equal "Completed" (the contents of $I$1) will return the forecast date in Col C, formatted as mmm yy
A B C D
23
24 ABE At Validation 28/02/2014 Feb 14
25
Elsewhere on the sheet I have N2 as =NOW() formatted as mmm yy returning the current month and year.
I want to compare N2 and D24 but as they are formulaic values I'm only getting 0 as my result.
How do I extract the pure date out to compare them?
Thanks for any help.
Chris