Hi all,
I am trying to use an Xlookup to return the max date from column C (sheet2) where there is a matching value in column A (sheet1) against column B (sheet2). This is the formula for my two failed attempts below.
=IFERROR(XLOOKUP(MAX(A1),Sheet2!B:B,Sheet2!C:C,""),"")
Answer returned =...