MAX value found based on date range

joecnelson77

New Member
Joined
Jun 18, 2014
Messages
1
So I have a sheet (sheet1) with data setup as such:



[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]01/01
[/TD]
[TD]01/02
[/TD]
[TD]01/03
[/TD]
[TD]01/04
[/TD]
[TD]01/05
[/TD]
[TD]01/06
[/TD]
[TD]01/07
[/TD]
[/TR]
[TR]
[TD]100
[/TD]
[TD]200
[/TD]
[TD]300
[/TD]
[TD]400
[/TD]
[TD]600
[/TD]
[TD]450
[/TD]
[TD]50
[/TD]
[/TR]
</tbody>[/TABLE]


On sheet2, I would like to use a formula that looks at this data range and and show me that from 01/01 - 01/07, 600 was the MAX value that was found and return that 600 value.

For arguments sake, sheet1 starts at A1.

Any suggestions?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
I have a question, why are you referencing the date range? Your formula is going to look ONLY at the values, so by just using =MAX(Sheet1!A2:G2), you would get what you want.

Is there any other condition that would change the date range?
 
Upvote 0

Forum statistics

Threads
1,223,900
Messages
6,175,276
Members
452,629
Latest member
SahilPolekar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top