K
Kurt Radecki
Hello-
What would the formula be to add an text to a cell based on the dates in
other cells? I'm tyring to add an X to a cell if a date is between a
three month range. More specifically, I'm trying to show that a task
will take place in one of four quarters in a year based on a date in a
column that I plan to hide.
So far, this is what I have:
=IF(AND((G6>=DATE(2004,12,1)),(G6<=DATE(2004,2,28))),"X","")
where G6 is the date. It doesn't seem to work.
Thanks!
-Kurt
What would the formula be to add an text to a cell based on the dates in
other cells? I'm tyring to add an X to a cell if a date is between a
three month range. More specifically, I'm trying to show that a task
will take place in one of four quarters in a year based on a date in a
column that I plan to hide.
So far, this is what I have:
=IF(AND((G6>=DATE(2004,12,1)),(G6<=DATE(2004,2,28))),"X","")
where G6 is the date. It doesn't seem to work.
Thanks!
-Kurt