Hi there,
I am hoping one of you wonderful people can help me.
The data within Lat! in column B has a few duplicates and I am trying to return a value from columns 34 & 49 where the date in AD is the maximum.
Example data
A1= 123456
Lat!B2= 123456
Lat!B3= 123456
Lat!AD2= 10/05/18
Lat!AD3= 15/06/21
This is my formula so far, I am just not sure how to specify the MAX?
=IFERROR(IF(CG1<>"",VLOOKUP(A1,Lat!B:AO,34,FALSE),VLOOKUP(A1,Rec!:BX,49,FALSE)),"")
Any help always appreciated
I am hoping one of you wonderful people can help me.
The data within Lat! in column B has a few duplicates and I am trying to return a value from columns 34 & 49 where the date in AD is the maximum.
Example data
A1= 123456
Lat!B2= 123456
Lat!B3= 123456
Lat!AD2= 10/05/18
Lat!AD3= 15/06/21
This is my formula so far, I am just not sure how to specify the MAX?
=IFERROR(IF(CG1<>"",VLOOKUP(A1,Lat!B:AO,34,FALSE),VLOOKUP(A1,Rec!:BX,49,FALSE)),"")
Any help always appreciated