I have a formula that I've been trying to setup to read a data value from the 4th row of a column IF the current time is less than a certain value, ELSE pull from the 2nd row of the column.
=IF($Z$16<5,'SOME TEXT'!N4,'SOME TEXT'!N2)
Formula for Current Time (Hour) in Cell $Z$16:
=TEXT(NOW(),"H")
The purpose of this IF statement is to account for using old temperature data until 5am, when the new data comes in. I thought that I had this formula set up but, for the past few mornings, it has not worked.