Hi I want to use a calculated column to change the date of a daite field.
If the date is past 6pm ex. 7pm, make it 6.
2/7/14 6:05 PM = 2/7/14 6:00 PM
and
if before 7 Am make 7.
2/7/14 5:45 AM PM = 2/7/14 7:00 PM
I tried If(Date(Hour and If(Hour but on Microsoft i did not see any formulas for hour, only day, month year.