horizonflame
Board Regular
- Joined
- Sep 27, 2018
- Messages
- 186
- Office Version
- 2013
Hi All
I have a couple of Index Match formulas that are working well for me but I've realised there may be more than one result to find and I only want the latest date.
My formulas sometimes have two match criteria and two index location, but I'm not sure how to return the highest valued match?
May thanks
I have a couple of Index Match formulas that are working well for me but I've realised there may be more than one result to find and I only want the latest date.
My formulas sometimes have two match criteria and two index location, but I'm not sure how to return the highest valued match?
Code:
=IFERROR(INDEX(GATED!$H$3:$H$1000,MATCH(1,INDEX(("Completed EUT Approved"=GATED!$F$3:$F$1000)*($B5=GATED!$J$3:$J$1000),0,1),0)),IFERROR(INDEX(BLOCK!$H$3:$H$1000,MATCH(1,INDEX(("Completed EUT Approved"=BLOCK!$F$3:$F$1000)*($B5=BLOCK!$J$3:$J$1000),0,1),0)),IFERROR(INDEX('IW66'!$H$3:$H$1000,MATCH(1,INDEX(("Completed EUT Approved"='IW66'!$F$3:$F$1000)*($B5='IW66'!$J$3:$J$1000),0,1),0)),"")))
May thanks