Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Two cells look identical but give false response to "Exact".

I am trying to compare two columns of data. Col A is emailed data; Col C is
cut and pasted from website. All 400 of Col C is in Col A, but only 80 show
as Match. They look and LEN the same, but Exact is false in all but the 80.
I can't modify Col C to complete Match unless I can figure out what's wrong
with cells in Col C. Any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Two cells look identical but give false response to "Exact".

They look and LEN the same

The EXACT function means just that *exact*. The case must match exactly.

=EXACT("ABC","AbC")

= FALSE

Whereas:

="ABC"="AbC"

= TRUE

Are you sure you want to use EXACT?

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
I am trying to compare two columns of data. Col A is emailed data; Col C
is
cut and pasted from website. All 400 of Col C is in Col A, but only 80
show
as Match. They look and LEN the same, but Exact is false in all but the
80.
I can't modify Col C to complete Match unless I can figure out what's
wrong
with cells in Col C. Any ideas?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Two cells look identical but give false response to "Exact".

problem is that they are not exact even though they look exact. My Match
formula is not working even though it should. I have the name "T S Eliot" on
two lists and they are the same name but Match won't show the match. If I
retype the name T S Eliot, then the match works. Why should I have to retype
400 names? What is wrong with my cut & paste list? Exact says there are
different even though I can't figure out why they are different.

"T. Valko" wrote:

They look and LEN the same


The EXACT function means just that *exact*. The case must match exactly.

=EXACT("ABC","AbC")

= FALSE

Whereas:

="ABC"="AbC"

= TRUE

Are you sure you want to use EXACT?

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
I am trying to compare two columns of data. Col A is emailed data; Col C
is
cut and pasted from website. All 400 of Col C is in Col A, but only 80
show
as Match. They look and LEN the same, but Exact is false in all but the
80.
I can't modify Col C to complete Match unless I can figure out what's
wrong
with cells in Col C. Any ideas?



.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,440
Default Two cells look identical but give false response to "Exact".

What is a space in one is probably a non-breaking space in the other (the
website one).

Find and replace CHAR(160) with a space.
To do that, enter the formula =CHAR(160) in a cell and copy it to paste in
the find and replace dialog.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Lake Oswego" wrote in message
...
problem is that they are not exact even though they look exact. My Match
formula is not working even though it should. I have the name "T S Eliot"
on
two lists and they are the same name but Match won't show the match. If I
retype the name T S Eliot, then the match works. Why should I have to
retype
400 names? What is wrong with my cut & paste list? Exact says there are
different even though I can't figure out why they are different.

"T. Valko" wrote:

They look and LEN the same


The EXACT function means just that *exact*. The case must match exactly.

=EXACT("ABC","AbC")

= FALSE

Whereas:

="ABC"="AbC"

= TRUE

Are you sure you want to use EXACT?

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
I am trying to compare two columns of data. Col A is emailed data; Col
C
is
cut and pasted from website. All 400 of Col C is in Col A, but only 80
show
as Match. They look and LEN the same, but Exact is false in all but
the
80.
I can't modify Col C to complete Match unless I can figure out what's
wrong
with cells in Col C. Any ideas?



.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Two cells look identical but give false response to "Exact".

That was it. Char(160). Why didn't I think of that? Thanks a million!

"Niek Otten" wrote:

What is a space in one is probably a non-breaking space in the other (the
website one).

Find and replace CHAR(160) with a space.
To do that, enter the formula =CHAR(160) in a cell and copy it to paste in
the find and replace dialog.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Lake Oswego" wrote in message
...
problem is that they are not exact even though they look exact. My Match
formula is not working even though it should. I have the name "T S Eliot"
on
two lists and they are the same name but Match won't show the match. If I
retype the name T S Eliot, then the match works. Why should I have to
retype
400 names? What is wrong with my cut & paste list? Exact says there are
different even though I can't figure out why they are different.

"T. Valko" wrote:

They look and LEN the same

The EXACT function means just that *exact*. The case must match exactly.

=EXACT("ABC","AbC")

= FALSE

Whereas:

="ABC"="AbC"

= TRUE

Are you sure you want to use EXACT?

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
I am trying to compare two columns of data. Col A is emailed data; Col
C
is
cut and pasted from website. All 400 of Col C is in Col A, but only 80
show
as Match. They look and LEN the same, but Exact is false in all but
the
80.
I can't modify Col C to complete Match unless I can figure out what's
wrong
with cells in Col C. Any ideas?


.




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Two cells look identical but give false response to "Exact".

Another option...

If you do this on a regular basis (I do this myself) there is a macro at
this site that will "clean" your data of the most common whitespace
characters that cause these problems.

http://www.mvps.org/dmcritchie/excel/join.htm#trimall

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
That was it. Char(160). Why didn't I think of that? Thanks a million!

"Niek Otten" wrote:

What is a space in one is probably a non-breaking space in the other (the
website one).

Find and replace CHAR(160) with a space.
To do that, enter the formula =CHAR(160) in a cell and copy it to paste
in
the find and replace dialog.

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"Lake Oswego" wrote in message
...
problem is that they are not exact even though they look exact. My
Match
formula is not working even though it should. I have the name "T S
Eliot"
on
two lists and they are the same name but Match won't show the match.
If I
retype the name T S Eliot, then the match works. Why should I have to
retype
400 names? What is wrong with my cut & paste list? Exact says there
are
different even though I can't figure out why they are different.

"T. Valko" wrote:

They look and LEN the same

The EXACT function means just that *exact*. The case must match
exactly.

=EXACT("ABC","AbC")

= FALSE

Whereas:

="ABC"="AbC"

= TRUE

Are you sure you want to use EXACT?

--
Biff
Microsoft Excel MVP


"Lake Oswego" wrote in message
...
I am trying to compare two columns of data. Col A is emailed data;
Col
C
is
cut and pasted from website. All 400 of Col C is in Col A, but only
80
show
as Match. They look and LEN the same, but Exact is false in all but
the
80.
I can't modify Col C to complete Match unless I can figure out
what's
wrong
with cells in Col C. Any ideas?


.




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
Disable autoformat of "true" and "false" text drs207 Excel Discussion (Misc queries) 6 April 14th 23 05:33 PM
My exact "text" statement is returning a value of 0 for false?? sharrison Excel Discussion (Misc queries) 1 May 29th 08 04:10 PM
Formatting "IF" response based on "OR" function veggies27 Excel Worksheet Functions 5 March 19th 08 07:12 PM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM


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