Conditional formating

tarek

New Member
Joined
Nov 21, 2006
Messages
24
I appreciate any help with the issue am having. here is the what I am trying to do:
Column A
35155976
35156348
35156348
35160550
35160550
35160550
35160550
35161189
35161189
35161201
35161201

I would like to highlight the rows (Entire row) for similar values in Column A. so since A2=A3 then i would like both rows (the entire row and not only the cell) the same apply for 35160550 (A4,A5,A6 and A7)... and so on!

I've tried using the following formula: =A2=A1 and picked a color but the porblem is this formula leave the first cell of the matching series unfilled, example:
35160550
35160550
35160550
35160550
the very first "35160550" is not colored but the rest are and i need them all to be colored, plus am not able to get my conditinal formating to color the enire row.

Please help!

Thank you
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Try

=COUNTIF($A$1:$A$100,$A1)>1

And to make it cover the whole row, just slect all relevant columns at the time you go into conditional formatting.
 
Upvote 0
Hi,

If I have understood you correctly, does this help?

Excel Workbook
ABCDEF
1NumbersData1Data2*Check*
235155976CatRed*FALSE*
335156348DogYellow*TRUE*
435156348PigGreen*TRUE*
535160550CowBlue*TRUE*
635160550RatPink*TRUE*
735160550CatOrange*TRUE*
835160550DogBlack*TRUE*
935161189PigWhite*TRUE*
1035161189CowPurple*TRUE*
1135161201RatBrown*TRUE*
1235161201CatGrey*TRUE*
13******
Sheet1


You can use the formula in D2 for your Conditional Formatting, you will need to change the cell references to suit your layout.

Highlight from the top left cell of your data to the bottom right cell.
The set your CF.

I hope this helps.

Ak
 
Last edited:
Upvote 0
Hi tarek,

I'm pleased it worked for you and you are right, Jonmo1 is awesome.
Thanks for the feedback. :biggrin:

Ak
 
Upvote 0
Hi Jonmo1

I know, but you are AWESOME, I'm not even A!!!
I've a long way to go to get to the E!!

Ak
 
Upvote 0

Forum statistics

Threads
1,215,730
Messages
6,126,528
Members
449,316
Latest member
sravya

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top