I have a formula that I've been trying to setup that reads a data value from the 4th row of the N Column IF the current time is less than 5:00am, ELSE pull from the 2nd row of the column.
<code>=IF(T2<"5",N4,N2)</code>
Formula for Current Time (Hour) in Cell T2...