I'm trying to find the highest and lowest values between two dates.
Spreadsheet is configured with the columns Date, Time, Open, High, Low & Close. Rows contain Dates are between 1-Jan-2014 to present for each date there are 24 entries for each hours of the day. What I'm trying to find out is the highest value from the High column and the lowest value from the Low column between two dates and times.
For example, I would like to find out what is the highest and lowest values between 27/05/2014 at 06:00 to 28/05/2014 at 06:00. I've thought about using Lookup, Offset, Index and Match but from what I have read these require a range between where to search. As I'm first searching for the range before returning a value this where I'm stuck.
I'm completely stumped as to where to start with any kind of formula or VBA script that will bring me results, therefore any help is appreciated.
Spreadsheet is configured with the columns Date, Time, Open, High, Low & Close. Rows contain Dates are between 1-Jan-2014 to present for each date there are 24 entries for each hours of the day. What I'm trying to find out is the highest value from the High column and the lowest value from the Low column between two dates and times.
For example, I would like to find out what is the highest and lowest values between 27/05/2014 at 06:00 to 28/05/2014 at 06:00. I've thought about using Lookup, Offset, Index and Match but from what I have read these require a range between where to search. As I'm first searching for the range before returning a value this where I'm stuck.
I'm completely stumped as to where to start with any kind of formula or VBA script that will bring me results, therefore any help is appreciated.