double numbers

thijs

New Member
Joined
May 10, 2002
Messages
9
Is there any way to see all the double numbers (not unique) in a colum (18000 rows)?
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
On 2002-05-11 14:15, thijs wrote:
Is there any way to see all the double numbers (not unique) in a colum (18000 rows)?

You could Cond Format the range using the formula as in

=COUNTIF($A$1:$A$18000,A1)>1

and choosing a background color.
This message was edited by Aladin Akyurek on 2002-05-11 14:19
 
Upvote 0
hello

You can use conditional formatting.
in the formula is put the following
=if(countif($a$1:$a$18000,a1)>1,true,false)

and all the double cells will be formatted as you wish

Hope that helps :)



_________________
Best Regards,<font color="blue"><font size=+1><font color="red"> Andreas
This message was edited by sen_edp on 2002-05-11 16:42
 
Upvote 0
Please tell me more, because as newbie i still don't know how to do this.

Thijs
On 2002-05-11 14:25, sen_edp wrote:
hello

You can use conditional formatting.
in the formula is put the following
=if(countif($a$1:$a$18000,a1)>1,true,false)

and all the double cells will be formatted as you wish

Hope that helps :)



_________________
Best Regards,<font color="blue"><font size=+1><font color="red"> Andreas
This message was edited by sen_edp on 2002-05-11 16:42
 
Upvote 0
Thijs,

Zo moeilijk is het ook weer niet.

Lets say that you want to hilite non-unique itemms in A1:A100.

Select A1:A100.
Activate the option Format|Conditional Formatting.
Select Formula is for Condition 1.
Enter as formula in the empty box:

=COUNTIF($A$1:$A$100,A1)>1

Activate the Format button.
Activate Patterns tab.
Select color red.
Activate OK, OK.

You're done.
 
Upvote 0
Aladin,

Where can I find in the dutch version of Excel:

Format|Conditional Formatting.

(really a newbie, or a dummy who needs help???)

Thanks


On 2002-05-12 05:29, Aladin Akyurek wrote:
Thijs,

Zo moeilijk is het ook weer niet.

Lets say that you want to hilite non-unique itemms in A1:A100.

Select A1:A100.
Activate the option Format|Conditional Formatting.
Select Formula is for Condition 1.
Enter as formula in the empty box:

=COUNTIF($A$1:$A$100,A1)>1

Activate the Format button.
Activate Patterns tab.
Select color red.
Activate OK, OK.

You're done.
 
Upvote 0
And.......YES there is still hope for dummy's.
It works perfect.
Thanks a lot. You where very helpfull.

Thijs
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,442
Members
448,898
Latest member
drewmorgan128

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