Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find Duplicate data | Excel Discussion (Misc queries) | |||
How do I find duplicate numbers in a data? | Excel Worksheet Functions | |||
find duplicate data in diffrent column | Excel Discussion (Misc queries) | |||
Can I suppress display of duplicate data in columns? | Excel Discussion (Misc queries) | |||
Another question on how to find duplicate data | Excel Worksheet Functions |