I need to create a spreadsheet that should pull data from a cell according to the time of the day.
In the column "A" I have all the hours of the day, ranging from 0 to 23; in the column "F", I have series of arbitrary numbers related to a use behavior I am tracking.
I'd like to create a formula that, for example, at 4PM, show me the value of the "F" column related to the number "16". Ex: at midnight, get the "F" column value related to A1 (which is 0, because it's midnight), then F1 = X (where X is the arbitrary number at line 1).
Any ideas?