comparing 3 columns

  • Thread starter Thread starter Ukiuki
  • Start date Start date
Hi,

Let's say that your data is set up like this in range A1:C4.

1 4 6
2 5 1
3 6 7
4 1 8

Now while in cell A1, go to Format > Conditional formatting type the foll.
formula in "Formula is" =COUNTIF($B$1:$C$4,$A1)>=1. Select the font color
desired.


--
Regards,

Ashsih Mathur
Microsoft Excel MVP
www.ashishmathur.com
 
=AND(A2=B2,B2=C2)
returns True if A2=B2=C2
Fill it down as necessary!

Regards,
Stefi

„Ukiuki†ezt írta:
 
=AND(A2:A9=B2:B9,B2:B9=C2:C9)
as an array formula (confirmed with Ctrl+Shift+Enter) gives true if all
cells in the three columns are equal.
Stefi


„Stefi†ezt írta:
 
Back
Top