#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,814
Default Find Similar

I am currently using the following formula:
=IF(COUNTIF(E:E,E5)1,"Duplicate","")
Basically it is entering Duplicate in a cell if an address appears twice. My
problem is this, our HR department has changed there reports procdure. Now
one address will read 109 E. 9th St. The other address will read 109 E 9th
St. They are the same address, just missing a period. It is not being flagged
as a duplicate entry.

Is there away to look for similarities?

Thanks in advance for your time.
Steve
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Find Similar

=SUMPRODUCT(--(SUBSTITUTE(E1:E1000,".","")=SUBSTITUTE(E1,".","") ))
do not try using full columns ( as in E:E) with SUMPRODUCT
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Steve" wrote in message
...
I am currently using the following formula:
=IF(COUNTIF(E:E,E5)1,"Duplicate","")
Basically it is entering Duplicate in a cell if an address appears twice.
My
problem is this, our HR department has changed there reports procdure. Now
one address will read 109 E. 9th St. The other address will read 109 E 9th
St. They are the same address, just missing a period. It is not being
flagged
as a duplicate entry.

Is there away to look for similarities?

Thanks in advance for your time.
Steve



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,814
Default Find Similar

Bernard,

As far as I can tell the formula works great. I am just not sure what it is
telling me. I am getting several different solutions to the formula. Can you
translate?

Thanks,
Steve

"Bernard Liengme" wrote:

=SUMPRODUCT(--(SUBSTITUTE(E1:E1000,".","")=SUBSTITUTE(E1,".","") ))
do not try using full columns ( as in E:E) with SUMPRODUCT
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Steve" wrote in message
...
I am currently using the following formula:
=IF(COUNTIF(E:E,E5)1,"Duplicate","")
Basically it is entering Duplicate in a cell if an address appears twice.
My
problem is this, our HR department has changed there reports procdure. Now
one address will read 109 E. 9th St. The other address will read 109 E 9th
St. They are the same address, just missing a period. It is not being
flagged
as a duplicate entry.

Is there away to look for similarities?

Thanks in advance for your time.
Steve




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Find Similar

Let A1 hold: "this . is a dot" - no quotes, of course
Let B1 hold formula =SUBSTITUTE(A1,".","")
B1 will display "this is a dot" --- i.e. the period is removed
any help?
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Steve" wrote in message
...
Bernard,

As far as I can tell the formula works great. I am just not sure what it
is
telling me. I am getting several different solutions to the formula. Can
you
translate?

Thanks,
Steve

"Bernard Liengme" wrote:

=SUMPRODUCT(--(SUBSTITUTE(E1:E1000,".","")=SUBSTITUTE(E1,".","") ))
do not try using full columns ( as in E:E) with SUMPRODUCT
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Steve" wrote in message
...
I am currently using the following formula:
=IF(COUNTIF(E:E,E5)1,"Duplicate","")
Basically it is entering Duplicate in a cell if an address appears
twice.
My
problem is this, our HR department has changed there reports procdure.
Now
one address will read 109 E. 9th St. The other address will read 109 E
9th
St. They are the same address, just missing a period. It is not being
flagged
as a duplicate entry.

Is there away to look for similarities?

Thanks in advance for your time.
Steve






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
compare and find similar numbers in two columns New User New Users to Excel 1 October 25th 06 06:59 PM
Look for similar text and find the largest value and return value Quan Excel Discussion (Misc queries) 6 August 17th 06 04:54 AM
Function to find difference between two similar worksheets is miss Jawahar Excel Discussion (Misc queries) 2 July 31st 06 02:33 PM
find similar numbers dune Excel Discussion (Misc queries) 1 March 4th 06 12:12 AM
FIND FORMULA SIMILAR TO VLOOKUP FOR NON-ASCENDING VALUES Kir Excel Worksheet Functions 2 November 10th 05 09:39 PM


All times are GMT +1. The time now is 04:11 PM.

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"