B
BenS
Previously I asked the following question and got an answer that I thought
The answer I got was:
This works for converting times to whole hour intervals, but what I need is
half hour intervals. Can anyone suggest a minor modification that will give
me half hours instead of whole hours? Thanks!
The answer I got was:
George Nicholson said:=TIME(HOUR(A2),IF(MINUTE(A2)<30,0,30),0)
Note that this will also strip away date values as well.
This works for converting times to whole hour intervals, but what I need is
half hour intervals. Can anyone suggest a minor modification that will give
me half hours instead of whole hours? Thanks!