ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Conditional Formatting (https://www.excelbanter.com/excel-discussion-misc-queries/102661-conditional-formatting.html)

aposatsk

Conditional Formatting
 

I have a chart of more than one column. The first column holds names
starting at A2 in aplha order. I need to scan from A2 onwards (to A200
for example) and highlight the cells that are duplicates (or triple
copies). For example:

...
*Smith, John*
*Smith, John*
Johnson, George

In this list, Smith, John will highlight.


--
aposatsk
------------------------------------------------------------------------
aposatsk's Profile: http://www.excelforum.com/member.php...o&userid=36709
View this thread: http://www.excelforum.com/showthread...hreadid=567412


VBA Noob

Conditional Formatting
 

Try this

=IF(COUNTIF($A$2:$A$100, $A1)1,TRUE,FALSE)

This site should help

http://www.cpearson.com/excel/duplicat.htm

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=567412


daddylonglegs

Conditional Formatting
 

Select A2:A200

use CF with "formula is"

=COUNTIF(A$2:A$200,A2)1


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=567412



All times are GMT +1. The time now is 07:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com