Please help me what correct formula in google sheet to define the correct result. currently i try to use match but show wrong result.
=ARRAYFORMULA(IF(P3: P = "", "", IF(ISNUMBER(MATCH($W$1 & P3: P & O3:O, $S$1 & K3:K & J3:J, 0)), "Received", "Missing")))
It seems to work all right, so the problem is what is the 'correct' result?
Difficult to know what needs putting right from something which is giving the wrong result.
Probably best to give us some data along with the expected results somewhere and a bit of narrative explaining what it's supposed to be doing.
It seems to work all right, so the problem is what is the 'correct' result?
Difficult to know what needs putting right from something which is giving the wrong result.