I am trying to write
A2= 456758
J2= 450.75
If A2 AND J2 in sheet1 MATCH with in Detail tab A2 AND J2 THEN "" ,"Missing"
So A2 has a identifier that can repeat but j2 has the amount that relates to that identifier. So i am looking for 456758 and 450.75 in the detail tab. if it is there "" if false "Missing"
what is the proper way of writing this. Should it be vlookup should it be IF then statements should it be a if and statement.
A2= 456758
J2= 450.75
If A2 AND J2 in sheet1 MATCH with in Detail tab A2 AND J2 THEN "" ,"Missing"
So A2 has a identifier that can repeat but j2 has the amount that relates to that identifier. So i am looking for 456758 and 450.75 in the detail tab. if it is there "" if false "Missing"
what is the proper way of writing this. Should it be vlookup should it be IF then statements should it be a if and statement.