We are using an hourly updated spreadsheet to help keep track of plant emissions. It is manually updated hourly by the operator.
There are four columns...
"A" column lists the 24 hours in the day.
"B" column is the hourly emission rate for that hour.
"C" column calculates our newly projected limit for that day.
"D" column calculates the daily rolling average.
I want a separate cell to list the most current projected limit. Thus, I've been trying to use the NOW() function to determine the current time, then go down to the proper row and look up the cooresponding data. I've been trying to use the MATCH function with the NOW function inside it to get the proper row with no success.
I'm not sure that I'm going about this in the most efficient manner. I've blanked out any cells that do not have data for their hour, and tried to have it search for no text, but didn't know how to get it to back up one for the most recent data. I'm not sure that makes sense as I read what I just typed.![]()
Any help or advice would be greatly appreciated.
Bookmarks