Thanks for taking the time to read and think.
I'm building a financial model and have a simple date row at the top of every tab. The formatting is Date, US, Mar-12 (example).
I have a few tabs that deal with Headcount and Roll Out and in these tabs I'm using a conditional formula to return a simple 1.
It goes like this - =IF(C$2>=$B$3,1,0)
C$2 is the date field and $B$3 is a cell that contains the relevant date the individual becomes 'live' in the model.
The formula works fine at first glance, but if I delete the date in $B$3 the formula still returns a 1. So with no date in there, the conditional formatting returns the wrong answer.
This is just a big gap in my knowledge but hopefully not yours.
Thoughts?
I'm building a financial model and have a simple date row at the top of every tab. The formatting is Date, US, Mar-12 (example).
I have a few tabs that deal with Headcount and Roll Out and in these tabs I'm using a conditional formula to return a simple 1.
It goes like this - =IF(C$2>=$B$3,1,0)
C$2 is the date field and $B$3 is a cell that contains the relevant date the individual becomes 'live' in the model.
The formula works fine at first glance, but if I delete the date in $B$3 the formula still returns a 1. So with no date in there, the conditional formatting returns the wrong answer.
This is just a big gap in my knowledge but hopefully not yours.
Thoughts?