Our staff are supposed to submit their timesheets for the previous day before 8:00AM. Some of them are not turning them in on time, and I would like to have a formula result that shows "Late Timesheet" when the sheet is submit TODAY() after 8:00AM. I have a formula set to just show the Submission Hour (eg. Created = 4/6/2023 7:07AM; Submission Hour = 7). I have tried several variations of the following:
IF(AND({Created}=TODAY(), {Submission Hour}>7),
"Late Timesheet",
"")
No matter the condition of the timesheet, the result is always blank. Thanks in advance!