[mso] Re: Excel 2000: Is MATCH malfunctioning?
- From: "Robert Carneal" <carnealre@xxxxxxxxxxxx>
- To: <mso@xxxxxxxxxxxxx>
- Date: Thu, 23 Dec 2004 17:42:22 -0600
I think I invented a new cuss word looking for the problem to this.
To make a LONG story short, you know those marks that are above the
characters? I had it looking for "Bibb" but the person who put this list
together for me spelled it as "Bibb" !! Look closely at the dot above the
i isn't a dang dot, it was a small mark diagonally. It was the wrong
character.
(I don't know if special characters are allowed on the posts, but I tried.
Enlarge it 200 percent and you see the difference.) It sure looked ok to me
and I didn't think of enlarging it to check the characters. No wonder it did
not find it.
Sorry to waste your time guys, I was really at a loss what to try next.
Merry Christmas all.
Robert
-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx]On Behalf Of
Ray Blake
Sent: Thursday, December 23, 2004 4:49 PM
To: mso@xxxxxxxxxxxxx
Subject: [mso] Re: Excel 2000: Is MATCH malfunctioning?
Your syntax is fine, and there's no problem with having a numeric
character as part of the range name. But MATCH requires an exact match -
a stray space in either A1 or in the version of the name in the name
range will cause you problems. If it's in A1, there's an easy fix, like
this:
=MATCH(TRIM(A1), Alabama,0)
If the spaces are inside the Alabama range it's less easy.
Let us know how you do with this.
Ray
------------------------------------
GR Business Process Solutions
Ray Blake
Head of Software Design
ray@xxxxxxxxx
Braedon
Newell Road
Hemel Hempstead
Herts HP3 9PD
tel: 01442 396518
fax: 01442 389353
mobile: 07834 226601
------------------------------------
-----Original Message-----
From: mso-bounce@xxxxxxxxxxxxx [mailto:mso-bounce@xxxxxxxxxxxxx] On
Behalf Of Robert Carneal
Sent: 23 December 2004 20:30
To: mso@xxxxxxxxxxxxx
Subject: [mso] Excel 2000: Is MATCH malfunctioning?
Merry Christmas all. This seems like a so very simple to solve problem,
yet I have gotten nowhere for two days now.
I have a list of counties and the states the are located in. If I enter
"Bibb" I want it to tell me there is a Bibb County, Alabama.
In my A column I heave entered all the counties, the B column contains
the states to those counties.
I have made ranges and named those ranges.
Entering in cell I2: =MATCH(A1,Alabama1,0) results in a #N/A error. A1
contains "Bibb" and "Bibb" is inside the Alabama1 range. Thinking the
numeral might cause a problem with the name, I removed it so that it
says
=MATCH(A1,Alabama,0) and it still results in #N/A
Am I using the parameters for MATCH incorrectly? Anyone see right off
what my error is please? It looks to me as if I am following the example
giving in Help for MATCH, but I am doing something wrong somewhere.
Thank you.
Robert
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes)
in the subject line.
Or, visit the group's homepage and use the dropdown menu. This will also
allow you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation
with instructions. Once you are a member of the files group, you can go
here to upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx
To send mail to the group, simply address it to mso@xxxxxxxxxxxxx
To Unsubscribe from this group, send an email to
mso-request@xxxxxxxxxxxxx with the word "unsubscribe" (without the quotes) in
the subject line.
Or, visit the group's homepage and use the dropdown menu. This will also allow
you to change your email settings to digest or vacation (no mail).
http://www.freelists.org/webpage/mso
To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with
instructions. Once you are a member of the files group, you can go here to
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************
- References:
- [mso] Re: Excel 2000: Is MATCH malfunctioning?
- From: Ray Blake
Other related posts:
- » [mso] Excel 2000: Is MATCH malfunctioning?
- » [mso] Re: Excel 2000: Is MATCH malfunctioning?
- » [mso] Re: Excel 2000: Is MATCH malfunctioning?
- [mso] Re: Excel 2000: Is MATCH malfunctioning?
- From: Ray Blake