Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Formula for checking duplicate numbers

I have to record apt unit numbers in separate columns. I could up to 20 or 30
columns. My problem is apt unit numbers being entered multiple times. Is
there something that can check for duplicate numbers and let me know?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Formula for checking duplicate numbers

If the columns are in a contiguous block then it's fairly easy. If the
columns are scattered around the sheet then it could be complicated.

--
Biff
Microsoft Excel MVP


"Ron" wrote in message
...
I have to record apt unit numbers in separate columns. I could up to 20 or
30
columns. My problem is apt unit numbers being entered multiple times. Is
there something that can check for duplicate numbers and let me know?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default Formula for checking duplicate numbers

If you simply want to identify where duplicates are, then use conditional formatting. Use the following formula for conditional formatting: =COUNTIF($A$1:$C$4,A1)1 The range $A1$1:$C$4 will have to be expanded to include the entire range where duplicate apartment numbers could exist. The cell A1 is the leftmost, topmost cell in this range, and the format can be duplicated to all cells in the range.

---
frmsrcurl: http://msgroups.net/microsoft.public...licate-numbers
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Formula for checking duplicate numbers

Is the duplicates you are looking for in one column? If it is, I insert a
column next to it and use this formula. Just use the correct column letter
you are searching for in the formula.
=IF((COUNTIF($B:$B,$B2)1),"Duplicate("&COUNTIF($B :$B,$B2)&")","")

"dflak" wrote:

If you simply want to identify where duplicates are, then use conditional formatting. Use the following formula for conditional formatting: =COUNTIF($A$1:$C$4,A1)1 The range $A1$1:$C$4 will have to be expanded to include the entire range where duplicate apartment numbers could exist. The cell A1 is the leftmost, topmost cell in this range, and the format can be duplicated to all cells in the range.

---
frmsrcurl: http://msgroups.net/microsoft.public...licate-numbers
.

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
Macro for checking duplicate entries Ken[_2_] Excel Worksheet Functions 6 October 8th 07 12:17 PM
Checking for duplicate entries Daniel- Sydney Excel Discussion (Misc queries) 3 November 7th 06 09:16 AM
Checking for duplicate entries over multiple worksheets madbloke Excel Discussion (Misc queries) 2 May 11th 06 12:56 PM
Checking for duplicate records / rows Hru48 Excel Discussion (Misc queries) 2 February 26th 06 11:12 PM
Checking for duplicate items in list TheRobsterUK Excel Worksheet Functions 3 November 10th 05 06:03 PM


All times are GMT +1. The time now is 07:00 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"