imported_unknown
Active Member
- Joined
- Jan 13, 2002
- Messages
- 424
I have two seperate cells, one with a date "10/01/02" and the other with a time "=HOUR(TIME(17,0,0))." I am trying to use a conditional statement in a third cell to determine if the NOW() function results is >= to that date and time.
It may be possible for me to change the formatting of each date/time cell to do this but they must remain seperate cells. I can, however, if necessary, concatenate them into a third location. I have been trying this approach, so far, unsuccessfully.
To make it simple, something like:
"=IF((NOW()>=?????),1,0)
I have tried all sorts of concatenate variations and nested/multiple IFs, to no avail.
If anyone has a clue, please help!
Nick/
It may be possible for me to change the formatting of each date/time cell to do this but they must remain seperate cells. I can, however, if necessary, concatenate them into a third location. I have been trying this approach, so far, unsuccessfully.
To make it simple, something like:
"=IF((NOW()>=?????),1,0)
I have tried all sorts of concatenate variations and nested/multiple IFs, to no avail.
If anyone has a clue, please help!
Nick/