How should the formula read to check the TIME value of a certain cell for 12:00 PM?
If the TIME in the referenced cell is 12:00 PM...return NOON.
Here is what I have...and it doesn't work:
![]()
=IF(DATA!C12="","",IF(DATA!C12=(TIME(12,0,0)),"NOON",DATA!C12))
Bookmarks