#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Index & Match

Im having a brain fart here, and cant see the error

the formula is in C4, A Column contains the match as well as BE, the number
in BF is currency

=(INDEX($BE$3:$CS$300,MATCH(+A4,$BE$3:$BE$300,0),2 ))


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Index & Match

There's nothing wrong with your formula. You can get rid of the extra set of
( ) and the + sign but neither of those will cause a problem:

=INDEX($BE$3:$CS$300,MATCH(A4,$BE$3:$BE$300,0),2)

Alternatives:

=INDEX($BF$3:$BF$300,MATCH(A4,$BE$3:$BE$300,0))

=VLOOKUP(A4,$B$E3:$BF$300,2,0)

Possibly:

=SUMIF($BE$3:$BE$300,A4,$BF$3:$BF$300)


--
Biff
Microsoft Excel MVP


"phuser" wrote in message
news:Jdadnb1BqdkYFZrVnZ2dnUVZ_tWtnZ2d@sasktel...
Im having a brain fart here, and cant see the error

the formula is in C4, A Column contains the match as well as BE, the
number in BF is currency

=(INDEX($BE$3:$CS$300,MATCH(+A4,$BE$3:$BE$300,0),2 ))



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Index & Match

Thank you for your response Biff but for some reason it is still returning
the NA like it cant find the match
I tried all the recommendations but none work.

Pauline

"T. Valko" wrote in message
...
There's nothing wrong with your formula. You can get rid of the extra set
of ( ) and the + sign but neither of those will cause a problem:

=INDEX($BE$3:$CS$300,MATCH(A4,$BE$3:$BE$300,0),2)

Alternatives:

=INDEX($BF$3:$BF$300,MATCH(A4,$BE$3:$BE$300,0))

=VLOOKUP(A4,$B$E3:$BF$300,2,0)

Possibly:

=SUMIF($BE$3:$BE$300,A4,$BF$3:$BF$300)


--
Biff
Microsoft Excel MVP


"phuser" wrote in message
news:Jdadnb1BqdkYFZrVnZ2dnUVZ_tWtnZ2d@sasktel...
Im having a brain fart here, and cant see the error

the formula is in C4, A Column contains the match as well as BE, the
number in BF is currency

=(INDEX($BE$3:$CS$300,MATCH(+A4,$BE$3:$BE$300,0),2 ))





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Index & Match

See this:

http://contextures.com/xlFunctions02.html#Trouble

--
Biff
Microsoft Excel MVP


"phuser" wrote in message
news:ZMCdnaIHh-X3XprVnZ2dnUVZ_vyinZ2d@sasktel...
Thank you for your response Biff but for some reason it is still returning
the NA like it cant find the match
I tried all the recommendations but none work.

Pauline

"T. Valko" wrote in message
...
There's nothing wrong with your formula. You can get rid of the extra set
of ( ) and the + sign but neither of those will cause a problem:

=INDEX($BE$3:$CS$300,MATCH(A4,$BE$3:$BE$300,0),2)

Alternatives:

=INDEX($BF$3:$BF$300,MATCH(A4,$BE$3:$BE$300,0))

=VLOOKUP(A4,$B$E3:$BF$300,2,0)

Possibly:

=SUMIF($BE$3:$BE$300,A4,$BF$3:$BF$300)


--
Biff
Microsoft Excel MVP


"phuser" wrote in message
news:Jdadnb1BqdkYFZrVnZ2dnUVZ_tWtnZ2d@sasktel...
Im having a brain fart here, and cant see the error

the formula is in C4, A Column contains the match as well as BE, the
number in BF is currency

=(INDEX($BE$3:$CS$300,MATCH(+A4,$BE$3:$BE$300,0),2 ))







  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 14
Default Index & Match

Well I think I understand what is causing the problem, I have imported the
data through micorsoft access, I have input some numbers manually and it
works just fine, but when I have used the import data, it returns the NA.
The original table that contains the data is "number" so I changed the field
for my match to number as well but it didnt help, the only solution I can
see working would be to copy & paste the data from the original table, which
kinda sucks all the atomation out of it :-(


"phuser" wrote in message
news:Jdadnb1BqdkYFZrVnZ2dnUVZ_tWtnZ2d@sasktel...
Im having a brain fart here, and cant see the error

the formula is in C4, A Column contains the match as well as BE, the
number in BF is currency

=(INDEX($BE$3:$CS$300,MATCH(+A4,$BE$3:$BE$300,0),2 ))





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
index Match, or Vlookup Match.. news.transedge.com Excel Worksheet Functions 1 August 3rd 07 02:00 AM
index match array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
trying index match damorrison Excel Worksheet Functions 2 November 17th 05 01:24 PM
How do I display more than one match in a Index/Match formula? Trish Excel Worksheet Functions 0 September 26th 05 10:21 PM
index,match,match on un-sorted data Brisbane Rob Excel Worksheet Functions 3 September 24th 05 10:04 PM


All times are GMT +1. The time now is 04:13 AM.

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"