#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Index, Match

Is it possible for an "Index Match" result to return data stored in the cell
below the index, match intersection? My sheet has catagories in column B,
each catagory has six sub catagories. I could just use the sub catagories in
the index, match formula, but all the sub catagories have the same titles.
Thought it might be easier to use the catagory title in the index, match and
count down for the desired sub catagory.

Thanks,

M.A.Tyler


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default Index, Match

Sure; the match function would normally tell you how far to advance in the
index. You just need to advance a couple additional rows beyond the category
match... something like
=index(data_column,match(category_label,category_c olumn,0)+1) to get the data
from the first row after the category label (+2 to get data from the second
row, etc).

"M.A.Tyler" wrote:

Is it possible for an "Index Match" result to return data stored in the cell
below the index, match intersection? My sheet has catagories in column B,
each catagory has six sub catagories. I could just use the sub catagories in
the index, match formula, but all the sub catagories have the same titles.
Thought it might be easier to use the catagory title in the index, match and
count down for the desired sub catagory.

Thanks,

M.A.Tyler


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Index, Match

Sounds like all you need to do is add the offset:

=INDEX(B1:B10,MATCH(A15,A1:A10,0)+n)

Where n = offset

Biff

"M.A.Tyler" <Great Lakes State wrote in message
...
Is it possible for an "Index Match" result to return data stored in the
cell
below the index, match intersection? My sheet has catagories in column B,
each catagory has six sub catagories. I could just use the sub catagories
in
the index, match formula, but all the sub catagories have the same titles.
Thought it might be easier to use the catagory title in the index, match
and
count down for the desired sub catagory.

Thanks,

M.A.Tyler




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 array function-returning only first match, need last. Julie Olsen Excel Worksheet Functions 3 December 29th 06 12:50 AM
index match Mark Excel Worksheet Functions 4 September 27th 06 05:05 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
Index & Match Dominique Feteau Excel Worksheet Functions 5 December 23rd 04 08:42 AM


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