#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 133
Default MATCH problem

Hi - can anyone tell me why I get #NA when I try to match a cell with contents:
AWDAXJ$(RI#S)~£
with another cell with exactly the same entry?
And is there a workaround?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,722
Default MATCH problem

The tilde is causing the problem. I'm guessing because its a type of wildcard
character.

Possible workarounds: Depending on what your doing, maybe using FIND,
LOOKUP, or VLOOKUP?

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Smallweed" wrote:

Hi - can anyone tell me why I get #NA when I try to match a cell with contents:
AWDAXJ$(RI#S)~£
with another cell with exactly the same entry?
And is there a workaround?
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 29
Default MATCH problem

would you post your formula?


--
Appreciate that you click on the Yes button below if this posting is helpful.

Thank You

cheers, francis


"Smallweed" wrote:

Hi - can anyone tell me why I get #NA when I try to match a cell with contents:
AWDAXJ$(RI#S)~£
with another cell with exactly the same entry?
And is there a workaround?
Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7,247
Default MATCH problem

The tilde ~ character is a special control character. To use it
literally, use two. For example,

=MATCH("AWDAXJ$(RI#S)~~£",G1:G10,0)

Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group, 1998 - 2009
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)

On Fri, 9 Jan 2009 05:13:01 -0800, Smallweed
wrote:

Hi - can anyone tell me why I get #NA when I try to match a cell with contents:
AWDAXJ$(RI#S)~£
with another cell with exactly the same entry?
And is there a workaround?
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
Match Problem Micos3 Excel Discussion (Misc queries) 0 April 22nd 07 01:56 AM
Match function problem [email protected] Excel Worksheet Functions 3 October 4th 06 07:39 PM
INDEX / MATCH problem Deborah Excel Worksheet Functions 9 May 12th 06 04:03 PM
match problem bill gras Excel Worksheet Functions 8 December 30th 05 05:48 AM
Index Match Problem Scooterdog Excel Worksheet Functions 1 December 21st 04 02:49 AM


All times are GMT +1. The time now is 12:47 AM.

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"