Is there a formula/function that takes a time and stipulates if it is before midday or after?
Is there a formula/function that takes a time and stipulates if it is before midday or after?
Assuming your time is in A1, this formula should work:
=IF(HOUR(A1)>=12,"After Midday","Before Midday")
Let me know if that helps.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks