Hi Chandooans
I'm trying to come up with an efficient way to do the following:
1. Test a cell (we'll call it A3) for a specific time in text (i.e. 15:00)
2. Collect contents of a cell (call it H17) and below with A# cells that match the 15:00 time text
3. Output a median of that list
So, for example, if I'm wanting to find the median of the last three days at 15:00 it would need to need to collect H17, H31, and H45 then find the median of that list. For the 5-day median at 11:00, it would need to add H25, H39, H53, H67, and H81 then find the median.
Any suggestions?
If needed I can provide a spreadsheet with sample data.
Thanks, in advance, for your help.
I'm trying to come up with an efficient way to do the following:
1. Test a cell (we'll call it A3) for a specific time in text (i.e. 15:00)
2. Collect contents of a cell (call it H17) and below with A# cells that match the 15:00 time text
3. Output a median of that list
So, for example, if I'm wanting to find the median of the last three days at 15:00 it would need to need to collect H17, H31, and H45 then find the median of that list. For the 5-day median at 11:00, it would need to add H25, H39, H53, H67, and H81 then find the median.
Any suggestions?
If needed I can provide a spreadsheet with sample data.
Thanks, in advance, for your help.