Hi, have a sheet with 6 columns of data to compare. I need to check to see if each cell matches the others exactly. If any cell on the row does not match then enter "no match" in 7th column.
Abdomen1v Abd 1v Abdomen 1 View "no match"
Chest1 Chest1 Chest1 "ok"
in the example above the first line does not match since the text is not identical.
I have tried =EXACT but this only looks at 2 cells, tried =IF(A2=B2=C2,etc) but does not provide correct results. Any suggestions?
Janet
Abdomen1v Abd 1v Abdomen 1 View "no match"
Chest1 Chest1 Chest1 "ok"
in the example above the first line does not match since the text is not identical.
I have tried =EXACT but this only looks at 2 cells, tried =IF(A2=B2=C2,etc) but does not provide correct results. Any suggestions?
Janet