Hi I need a formula to look up maximum date and corresponding state
In below case it should look at state , eg VIC and also maximum date 04/01/2019, giving answer 50
[TABLE="width: 195"]
<colgroup><col width="64" style="width: 48pt;"> <col width="68" style="width: 51pt; mso-width-source: userset; mso-width-alt: 2486;"> <col width="64" style="width: 48pt;" span="2"> <tbody>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 68, bgcolor: transparent"]NSW[/TD]
[TD="width: 64, bgcolor: transparent"]QLD[/TD]
[TD="width: 64, bgcolor: transparent"]VIC[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]50[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]STATE[/TD]
[TD="bgcolor: transparent"]DATE[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]NSW[/TD]
[TD="bgcolor: transparent, align: right"]1/01/2019[/TD]
[TD="bgcolor: transparent, align: right"]10[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]QLD[/TD]
[TD="bgcolor: transparent, align: right"]3/01/2019[/TD]
[TD="bgcolor: transparent, align: right"]20[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]VIC[/TD]
[TD="bgcolor: transparent, align: right"]4/01/2019[/TD]
[TD="bgcolor: transparent, align: right"]50[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]
In below case it should look at state , eg VIC and also maximum date 04/01/2019, giving answer 50
[TABLE="width: 195"]
<colgroup><col width="64" style="width: 48pt;"> <col width="68" style="width: 51pt; mso-width-source: userset; mso-width-alt: 2486;"> <col width="64" style="width: 48pt;" span="2"> <tbody>[TR]
[TD="width: 64, bgcolor: transparent"][/TD]
[TD="width: 68, bgcolor: transparent"]NSW[/TD]
[TD="width: 64, bgcolor: transparent"]QLD[/TD]
[TD="width: 64, bgcolor: transparent"]VIC[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"]
[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"]50[/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]STATE[/TD]
[TD="bgcolor: transparent"]DATE[/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]NSW[/TD]
[TD="bgcolor: transparent, align: right"]1/01/2019[/TD]
[TD="bgcolor: transparent, align: right"]10[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]QLD[/TD]
[TD="bgcolor: transparent, align: right"]3/01/2019[/TD]
[TD="bgcolor: transparent, align: right"]20[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
[TR]
[TD="bgcolor: transparent"]VIC[/TD]
[TD="bgcolor: transparent, align: right"]4/01/2019[/TD]
[TD="bgcolor: transparent, align: right"]50[/TD]
[TD="bgcolor: transparent"][/TD]
[/TR]
</tbody>[/TABLE]