#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MrSales
 
Posts: n/a
Default Index Match Help


I'm having a real difficult time with this andi 'm sure it's no problem
for you experts.

I'm trying to find a match in columns A,B,C,D,E, or F and have the
function return what's in column A in each instance. But the match
could be in any of the columns every time I enter a new number.

Here is my formula.

=INDEX($A$14:$A$50000,MATCH(B4,$B$14:$F$50000,0))

A B C
D

B4 Formula
MS21083D9 AN364D918 AN364D918A MS20364D918
MS21083N02 F22NTM-256 F22NTM-02
MS21083N04 F22NTM-440 F22NTM-40
MS20364-440A MS20364-440 AN364-440A AN364-440

Thank You


--
MrSales
------------------------------------------------------------------------
MrSales's Profile: http://www.excelforum.com/member.php...o&userid=32572
View this thread: http://www.excelforum.com/showthread...hreadid=525492

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Index Match Help

Here is one that will work

=INDEX($A$14:$A$50000,MAX((B$14:$F$50000=B4)*(ROW( B$14:$F$50000)))-ROWS($A$1:$A$14)+1)

entered with ctrl + shift & enter

Having said that, are you really using a range that is this large
(A14:F50000)? If so
I would not use that formula since an array formula has a tendency to be
very slow
if used on a large area.


--

Regards,

Peo Sjoblom

"MrSales" wrote in
message ...

I'm having a real difficult time with this andi 'm sure it's no problem
for you experts.

I'm trying to find a match in columns A,B,C,D,E, or F and have the
function return what's in column A in each instance. But the match
could be in any of the columns every time I enter a new number.

Here is my formula.

=INDEX($A$14:$A$50000,MATCH(B4,$B$14:$F$50000,0))

A B C
D

B4 Formula
MS21083D9 AN364D918 AN364D918A MS20364D918
MS21083N02 F22NTM-256 F22NTM-02
MS21083N04 F22NTM-440 F22NTM-40
MS20364-440A MS20364-440 AN364-440A AN364-440

Thank You


--
MrSales
------------------------------------------------------------------------
MrSales's Profile:
http://www.excelforum.com/member.php...o&userid=32572
View this thread: http://www.excelforum.com/showthread...hreadid=525492



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MrSales
 
Posts: n/a
Default Index Match Help


Do you have any other suggestions? I really appreciate your help

Thank You


--
MrSales
------------------------------------------------------------------------
MrSales's Profile: http://www.excelforum.com/member.php...o&userid=32572
View this thread: http://www.excelforum.com/showthread...hreadid=525492

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MrSales
 
Posts: n/a
Default Index Match Help


The formula you suggested is returning me an answer from column A but 12
lines below the answer from the same line that I originally wanted.
Maybe I did not convey exactly what I need properly. I want the
information in column A when I find the match in column A,B,C,D,E or
F.

Thanks for the help...


--
MrSales
------------------------------------------------------------------------
MrSales's Profile: http://www.excelforum.com/member.php...o&userid=32572
View this thread: http://www.excelforum.com/showthread...hreadid=525492

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Index Match Help

You have to adapt it and offset the rows from row 1 compared to where the
data start, if you don't offset it you need to let the index part start in
the first row, i.e.

=INDEX($A$1:$A$50000,MAX((B$14:$F$50000=B4)*(ROW(B $14:$F$50000))))

and enter with ctrl + shift & enter


--

Regards,

Peo Sjoblom


"MrSales" wrote in
message ...

The formula you suggested is returning me an answer from column A but 12
lines below the answer from the same line that I originally wanted.
Maybe I did not convey exactly what I need properly. I want the
information in column A when I find the match in column A,B,C,D,E or
F.

Thanks for the help...


--
MrSales
------------------------------------------------------------------------
MrSales's Profile:
http://www.excelforum.com/member.php...o&userid=32572
View this thread: http://www.excelforum.com/showthread...hreadid=525492





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
MrSales
 
Posts: n/a
Default Index Match Help


Thanks for the help Peo!!!! Works like a charm.


--
MrSales
------------------------------------------------------------------------
MrSales's Profile: http://www.excelforum.com/member.php...o&userid=32572
View this thread: http://www.excelforum.com/showthread...hreadid=525492

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default Index Match Help

Thanks for the feedback

--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon




"MrSales" wrote in
message ...

Thanks for the help Peo!!!! Works like a charm.


--
MrSales
------------------------------------------------------------------------
MrSales's Profile:
http://www.excelforum.com/member.php...o&userid=32572
View this thread: http://www.excelforum.com/showthread...hreadid=525492


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 Index cjjoo Excel Worksheet Functions 3 October 25th 05 09:33 AM
Match or Index Question carl Excel Worksheet Functions 2 October 4th 05 09:11 PM
Match & Index Phyllis B. Excel Worksheet Functions 2 November 27th 04 03:26 PM
Find a match that;s not exact Phyllis Excel Worksheet Functions 0 November 8th 04 08:12 PM
Vlookup, Index & Match Phyllis Excel Worksheet Functions 1 November 8th 04 06:11 PM


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