How to conditionally format a cell based on time?
You can use something like this:
=HOUR(A1)=HOUR(NOW())
Where A1 is the first cell that contains a time. Note the applies to range.
You can use something like this:
=HOUR(A1)=HOUR(NOW())
Where A1 is the first cell that contains a time. Note the applies to range.