Hi Guys Im new here and was hoping someone could help me
I would like to edit the following formular to return the last found value in colum A:A instead of the first value
apparently this is an array formular (not quite sure what that means), but basically it is only returning my value if all 3 criteria is met
I would still like it to retun my value only if all 3 criteria is matched, but the difference being the last found value.
My lookup ID's are numerical like this 11001, 11002, 11003 ect, my data is not sorted which is why I chose index match
{=IFERROR(IF($A4<>"",VALUE(INDEX(YTD!$A:$X,MATCH(1,(YTD!$A:$A=$A4)*(YTD!$F:$F=$B4)*(YTD!$H:$H=$C4),0),24)),""),"")}
Thanks all in adavance
Bookmarks