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?
[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?