I am having trouble figuring out this question posed by one of co-workers. It is hard to explain so I included a sample excel sheet.
The summary data at the top lets the user pick a range of time from a set of raw data at the bottom of the sheet. The raw data varies in length and starting row. In the example, I want to average the “Value” column from a start time of 3 to end time of 6.
So if I did it manually my formula would be =Average(B9:B143). The column letter I can pick and enter manually. What I can’t figure out is how to write a forums that will take the value in B3 search for it in the Raw Data Table and return the row number it was found in. I could then do the same for the end time.
If this doesn’t make sense after viewing the sample let me know.
Thanks in advance for any advice!!!
Jamie