Please can anyone help out me doing this ?
- I have four column. Column A, B, C, D, E and F
- Need to compare Column A with Column C (not in sequence/ order)
- If match found, first compare Column B with Column D - Then Match or Not match in Column E
- If it is Not match, update the value from Column B to column F
.
Id(1) Status Id Status Match/ Not match Updated status
29583 Closed 26298 Closed ? (from column B)
29926 Closed 30417 New
29912 Closed 30419 Closed
29837 Closed 29011 Closed
30293 New 29575 New
29581 New 29353 New
Thank you very much.