Color

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a round 50,000 records and some of them are duplicate records. I would
like to know how to color simillar records by any color.
 
Thanks I got it working, but I have no idea why it only start from A5, when
I put A1 it doesnt work.

Thanks
 
Hi Max

Example :

Select A1:A100
Format>CF

Use this formula : =IF(COUNTIF(A1:A100, A1)>1,TRUE,FALSE)
A1 is the first cell in the Range
Choose a color ( Format>Patterns )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top