Hi
I need to compare the values and see if they match or not. If they match for it to say "MATCH" or if not error or something. They key is the SalesID and it has other columns that need to be matched see below.
Thanks!
Sheet 1:
Sales ID, Prod1, Prod2,Prod 3
1,55,6,7
2,2,6,77
3,0,x,y
Sheet 2:
Sales ID, Prod1, Prod2,Prod 3
1,55,6,7
2,2,6,55
3,b,a,z
Sheet 3: (What it should look like)
Sales ID, Prod1, Prod2,Prod 3
1,match,match,match
2,match,match,error
3,error,error,error
I need to compare the values and see if they match or not. If they match for it to say "MATCH" or if not error or something. They key is the SalesID and it has other columns that need to be matched see below.
Thanks!
Sheet 1:
Sales ID, Prod1, Prod2,Prod 3
1,55,6,7
2,2,6,77
3,0,x,y
Sheet 2:
Sales ID, Prod1, Prod2,Prod 3
1,55,6,7
2,2,6,55
3,b,a,z
Sheet 3: (What it should look like)
Sales ID, Prod1, Prod2,Prod 3
1,match,match,match
2,match,match,error
3,error,error,error