Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 144
Default Compare Figures in a Column


I need to take a column over 5000 rows long and find out which control
numbers are duplicated. I have tried =COUNTIF($C$2:$C$5000,C2)1 as an
array in conditional formatting, but it didn't work. If it had worked this
would have been perfect to highlight all duplicated numbers.

Can someone tell me what I did wrong here?
--
Cheryl
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Compare Figures in a Column

For highlighting duplicates. Select the range C2:C5000 and try
=COUNTIF(C$2:C$5000,C2)1

If this post helps click Yes
---------------
Jacob Skaria


"Cheryl" wrote:


I need to take a column over 5000 rows long and find out which control
numbers are duplicated. I have tried =COUNTIF($C$2:$C$5000,C2)1 as an
array in conditional formatting, but it didn't work. If it had worked this
would have been perfect to highlight all duplicated numbers.

Can someone tell me what I did wrong here?
--
Cheryl

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Compare Figures in a Column

I have tried =COUNTIF($C$2:$C$5000,C2)1
as an array in conditional formatting


That should have worked. Are you sure you applied it properly?

Select the *entire* range of cells starting from cell C2. C2 will be the
active cell. The active cell is the one cell in the selected range that *is
not* shaded. The formula is relative to the active cell.

In Excel versions 2003 and earlier:

Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=COUNTIF($C$2:$C$5000,C2)1
Click the Format button
Select the desired style(s)
OK out

In Excel 2007:

Goto Home tabStylesConditional FormattingManage rulesNew ruleUse a
formula to determine which cells to format
Enter this formula in the box below:
=COUNTIF($C$2:$C$5000,C2)1
Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Cheryl" wrote in message
...

I need to take a column over 5000 rows long and find out which control
numbers are duplicated. I have tried =COUNTIF($C$2:$C$5000,C2)1 as an
array in conditional formatting, but it didn't work. If it had worked this
would have been perfect to highlight all duplicated numbers.

Can someone tell me what I did wrong here?
--
Cheryl



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculate Figures in a column if ajacent column has particular da Shaggy Charts and Charting in Excel 1 August 21st 06 04:43 AM
Compare 1 yr's figures with another in a chart Annie1904 Charts and Charting in Excel 1 April 7th 06 12:55 PM
compare small and large figures in one chart duha Charts and Charting in Excel 1 January 15th 06 07:52 PM
How to convert FIGURES in one column to WORDS in another column? Shashank Virkar Excel Discussion (Misc queries) 2 November 26th 05 01:34 PM
How to convert FIGURES in one column to WORDS in another column? Shashank Virkar Excel Discussion (Misc queries) 1 November 26th 05 01:31 PM


All times are GMT +1. The time now is 11:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"