If Statement
Hmmm,
That doesn't work and I just noticed Stefi has posted a solution.
Mike
"Mike H" wrote:
Yes,
=TEXT(TIME(HOUR(A2),0,0),"hh") &":00 to "& HOUR(A2) &":59"
Mike
"khicks4u" wrote:
You are a life saver Mike!!!!! Thank you that worked. Is there a way I can
get the format to be 01:00 to 01:59 instead of 1:00 to 1:59?
"Mike H" wrote:
Try this instead
=HOUR(A2) &":00 to "& HOUR(A2) &":59"
Drag down
Mike
"khicks4u" wrote:
I have a column that houses a time. The column may have 2000 rows. I would
like to enter an IF statement in the column next to it to identify what hour
this time falls into, but can it handle 24 possibilities?
Time Result
1330 13:00 to 13:59
1615 16:00 to 16:59
2020 20:00 to 20:59
Thanks Kem
|