LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default HOW DO I CHECK FOR SIMILAR NUMBERS IN A WORK SHEET

I would use conditional formatting with the formula

=COUNTIF(A$1:A$1000,A1)1

to highlight them

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"JLatham" wrote in message
...
Assuming that all numbers are in column A and begin at row 1 and go down

to
row 1000, you could put this formula into a cell on row 1 and extend it

down
to the bottom of the list and it will show a value when the number on that
row is in the list more than once:
=IF(COUNTIF(A$1:A$1000,A1)1,COUNTIF(A$1:A$1000,A1 ),"")
Make sure you use the $ symbol in the places I did.

"SALUJA" wrote:

IN A WORKSHEET CONTAINING 1000 NOS HOW CAN I CHECK IF THEIR ARE ANY

SIMILAR
NUMBERS



 
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
macro unouwanme Excel Discussion (Misc queries) 9 August 31st 06 09:38 PM
Change the work sheet name in a formula by using cell reference Neel Excel Worksheet Functions 1 June 12th 06 09:24 AM
IF formula doesn't work with certain numbers kaywe44 Excel Worksheet Functions 2 April 10th 06 09:31 PM
Disappearance of Sheet Numbers Wquinn New Users to Excel 1 December 12th 05 02:12 AM
Moving a sheet from one work book to another? WTG Excel Worksheet Functions 1 November 3rd 05 07:12 PM


All times are GMT +1. The time now is 06:51 AM.

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

About Us

"It's about Microsoft Excel"