Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Find and display duplicate data

Hi,

I have the following data:

Sheet1 Sheet2

53446 Query+, 00053353446
53447 Query+, 00055353447
53448 Query+, 00053353448


The last 5 digits from each column on sheet2 are the same numbers as the
colums on sheet1. Is there any possible way that a formula or an add-on be
applied to this to display these duplicate results????

Please help

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Find and display duplicate data

Suppose you have the numbers in Sheet2 ColA..
With the number in Sheet1 cell A1 try the below formula which will retrun
"Duplicate" if present in sheet2

=IF(SUMPRODUCT(--(RIGHT(Sheet2!$A$1:$A$100,5)=""&A1)),"Duplicate")

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


"Plebless" wrote:

Hi,

I have the following data:

Sheet1 Sheet2

53446 Query+, 00053353446
53447 Query+, 00055353447
53448 Query+, 00053353448


The last 5 digits from each column on sheet2 are the same numbers as the
colums on sheet1. Is there any possible way that a formula or an add-on be
applied to this to display these duplicate results????

Please help

Thanks

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
Find Duplicate data vadda Excel Discussion (Misc queries) 2 October 10th 08 09:28 PM
How do I find duplicate numbers in a data? Manni Excel Worksheet Functions 1 September 19th 08 10:38 PM
find duplicate data in diffrent column Malik Nadeem Excel Discussion (Misc queries) 1 July 18th 06 11:02 AM
Can I suppress display of duplicate data in columns? Bob Cassano Excel Discussion (Misc queries) 1 June 14th 05 02:57 PM
Another question on how to find duplicate data Eroc Excel Worksheet Functions 2 December 14th 04 05:03 AM


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