Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 112
Default index match 2 rows 1 col

Hello,

I am trying to come up with an index match formula but maybe I need some
other type of function. Here's the situation:

In one workbook, Sheet 1 is a large list of names in col A. Under each name
is a set of items (in Col B). The items are repeated as a set under each
name. Then in Cols C - AG is 1 - 31, the days of a month. Each name has a
separate sheet in the same workbook where I need to collect the individuals
data to use as a basis for other more complex manipulations. I'm having
trouble figuring out how to write the formula on the individual's sheet to
pull in the appropriate result by item# by day. By the way, the order and
total number of items is volatile so I would prefer a match type of formula
to avoid future problems.

Here is just a start hat I have so far along with a simplified layout of the
sheets:
=INDEX('1'!$A$1:$AG$5000,MATCH("joe",'1'!$A$1:$A$5 000,0),MATCH("B2",'1'!$A$1:$AG$5000,0))
Since the days row and items are repeated with each name, how do I get the
match with the right name instead of just the first occurence?

Sheet 1
A B C D E (etc out to AG)
joe 1 2 3 (day of month etc out to 31)
item 1 9 0 2 (random results)
item 2 0 7 1 (random results)
pam 1 2 3 (day of month)
item 1 5 1 2
item 2 3 2 3

Sheet Joe
A B C D
1 2 3 (day of month)
item 1 9 0 2 (this is the formula I need)
item 2

Thanks for any help!
Denise
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 ? Benjamin Excel Worksheet Functions 10 November 1st 05 06:48 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 and sum Pamela Excel Worksheet Functions 4 October 27th 04 08:10 PM


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