Hi all,
I have the following formula I am using to pull a corresponding date:
=IFERROR(TRUNC(INDEX(ClosedOn,MATCH(A3&B3,ClosedName&ClosedMainAssignee, 0))),"N/A")
My question is this, I have exactly one situation in the subset of data where Ax & Bx are respectively the same twice. The formula...