M
Michael
I have a problem that is driving me nuts. In cell A1 I have a heading
of Time, and in B1 I have the heading Date. Column A2:A501 is
formatted in hh:mm and B2:B501 is formatted daddy - dd/mmm/yyyy.
I want to use a if statement to if the date in say row 3 and the time
in the same row has elapsed.
I can get the > today to work by using =if(b4>today(),"yes","no") but
this only gives me from midnight on the day in question, where I need
it from the date and time.
Thanks
Michael
of Time, and in B1 I have the heading Date. Column A2:A501 is
formatted in hh:mm and B2:B501 is formatted daddy - dd/mmm/yyyy.
I want to use a if statement to if the date in say row 3 and the time
in the same row has elapsed.
I can get the > today to work by using =if(b4>today(),"yes","no") but
this only gives me from midnight on the day in question, where I need
it from the date and time.
Thanks
Michael