Flagging all records present in two (or more) separate lists

  • Thread starter Thread starter Maki
  • Start date Start date
M

Maki

How can I get Excel 2007 to flag (using conditional formatting?) records that
are present in two or more separate lists?

I thought this was straightforward enough but couldn't find the instruction
in the forum nor in the help file.

Perhaps my search key isn't good enough...
 
Hi,

Highlight the first cell you want to conditionally format, choose Home,
Conditional Formatting, Manage Rule, New Rule, Use a formula...
Enter the formula
=COUNTIF($F$10:$F$17,C9)>0
where C9 in the first cell you want formatted, the range F10:F17 is the
range you want to check for duplicated.
Format as needed.
Use the format painter to copy and paste the format from this cell to all
the cells in this column.

If this helps, please click the Yes button.
 

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