conditional formatting help

chillyrose

New Member
Joined
Mar 17, 2009
Messages
4
Hi guys

Would someone be able to help me with the correct formula to enable me to do the following. I assume I need to use conditional formatting(?) -
I want a row to turn red if the name in cell c of that row appears 8 times previously in column c.

This is probably quite straight forward but I'm a novice.

thanks for you help
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Hello,

select row 9, select FORMAT --> CONDITIONAL FORMATTING, change cell value is to FORMULA IS and enter

=COUNTIF($C$1:$C8,$C9)=8

and format as required.

USe the format painter to format all other rows below.

This will colour all rows below in red. Is that what you want?
 
Upvote 0
try the following: in the column C enter the following in Format --> Conditional Formatting. In condition 1 chose Formula is and enter =countif(c: c, c10)>8 and click format and choose the patterns tab and choose the red color to color the cell. This would only color the cell and not the row..

But you have to enter the above formula in all the cells of column C till you want.
Let me know if it worked or not.
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,432
Members
448,961
Latest member
nzskater

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