I believe this is just more of a syntax problem, but I'm trying to lookup a number based on the hour and minute it occured, but not the second.
=VLOOKUP(AND(HOUR(D3),MINUTE(D3)),A3:B16,2,FALSE)
The setup is that I have a machine that runs at a certain rate at each minute, and material gets fed into at different intervals, which last only a few seconds. I'm trying to determine how much material is being fed by multiplying run speed by run time. However, I need the lookup to have the right run speed for each run time.
I have attached a sample of the data.
Thanks in advance for your help,
Peter
Bookmarks