Hi,
I'm trying to put together a formula that I can apply to some spreadsheets.
Here is an example of my data
time hour
14:00
14:20
14:40
15:00
15:20
15:40
16:00
16:20
16:40
17:00
I want to be able to us an IF statement to round down the data in my "time" column to the nearest hour and place that in the "hour" column. I have messed with this a bit but keep getting "invalid" errors. Here is what I tried,
IF(OR($A$1=14:00,$A$1<15:00),14:00,IF(OR($A$1=15:00,$A$1<16:00)15,IF(OR(etc...
any ideas?
Thanks for the help!
Bookmarks