How to compare two columns.

Closed
THIRU - Sep 1, 2010 at 06:15 AM
 Trowa - Sep 2, 2010 at 09:23 AM
Hello,

i have excel sheet with more columns with applied more formulas. now i want to compare two columns values are equel or not, that rusult should show in separate column like true (in case equel) or false (incase not equel)

pls advice....

1 response

Hi THIRU,

If you want to compare Column A with Column B then use the following formula in C1:
=IF(A1=B1,"True","False")
Now drag it down as far as needed.

Best regards,
Trowa
0