PC Review


Reply
Thread Tools Rate Thread

"300" notfound?

 
 
=?Utf-8?B?QnJldHRN?=
Guest
Posts: n/a
 
      22nd Feb 2006
=INDEX(all!A1:K1338,MATCH("300",all!A1:A1338,0),11) is my formula but
"numbers' such as "300" cannot be located? If I add a letter to the number
(i.e. "300E") it works fine. I am setting this up to (A) search a part number
on a different worksheet (within same workbook) and (B) to identify then a
value for a horizontal column ref. The "HELP" screen shows me a "MATCH"
formula is capable of picking up "numbers" as well as "letters" in an array
formula so if anyone can assist I would be forever grateful :-)
 
Reply With Quote
 
 
 
 
Biff
Guest
Posts: n/a
 
      22nd Feb 2006
Try removing the quotes from around "300".

=INDEX(all!A1:K1338,MATCH(300,all!A1:A1338,0),11)

Biff

"BrettM" <(E-Mail Removed)> wrote in message
news:B17D4A9A-33E7-4F87-AA3F-(E-Mail Removed)...
> =INDEX(all!A1:K1338,MATCH("300",all!A1:A1338,0),11) is my formula but
> "numbers' such as "300" cannot be located? If I add a letter to the number
> (i.e. "300E") it works fine. I am setting this up to (A) search a part
> number
> on a different worksheet (within same workbook) and (B) to identify then a
> value for a horizontal column ref. The "HELP" screen shows me a "MATCH"
> formula is capable of picking up "numbers" as well as "letters" in an
> array
> formula so if anyone can assist I would be forever grateful :-)



 
Reply With Quote
 
=?Utf-8?B?Sk1C?=
Guest
Posts: n/a
 
      22nd Feb 2006
In your table, 300 is probably formatted as a number. Match treats "300" and
300 differently.

Try:
=INDEX(all!A1:K1338,MATCH(300,all!A1:A1338,0),11)

"BrettM" wrote:

> =INDEX(all!A1:K1338,MATCH("300",all!A1:A1338,0),11) is my formula but
> "numbers' such as "300" cannot be located? If I add a letter to the number
> (i.e. "300E") it works fine. I am setting this up to (A) search a part number
> on a different worksheet (within same workbook) and (B) to identify then a
> value for a horizontal column ref. The "HELP" screen shows me a "MATCH"
> formula is capable of picking up "numbers" as well as "letters" in an array
> formula so if anyone can assist I would be forever grateful :-)

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Field Names: "LongName", "ShortName", "Code", "Description","Comments" PeteCresswell Microsoft Access 2 25th Feb 2009 11:41 PM
XP SR2 dies (literally) in middle of use - now "AWDFLASH.EXE" notfound Ch33zst34k Windows XP Help 10 10th Dec 2007 11:48 AM
<FORM METHOD="post" onSubmit="return fieldcheck()" name="orientation" action="http://ws-kitty.BU.edu/AT/survey/orientation/script/write.asp" language="JavaScript"> Joeyej Microsoft ASP .NET 0 4th Jun 2004 08:55 PM
HttpWebREquest results in "notfound". IE is able to find it... David Rogers Microsoft Dot NET Framework 2 12th Oct 2003 08:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:36 PM.