Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default Referencing with multiple criteria

Hi all,
Im making a table that is referencing another set of data. The x-range of
the data is in months ranging from (Feb-06-Nov-08) on the Y axis is (Items
1-10). Both the table and the other set of data i am hoping to reference
have a varying XY axis. I would like to write a reference function that
would put the Date with the correct item. It should look as follows (scaled
down).

(REFERENCE THIS)
Feb-06 Mar-06 Apr-06 Feb-07 Dec-07
IT 1 0.86 1.00 1.14 1.49 1.71
IT 2 0.51 0.60 0.68 0.89 1.02
IT 3 0.04 0.05 0.06 0.07 0.08
IT 4 0.50 0.59 0.67 0.87 1.01
IT 5 0.07 0.08 0.09 0.11 0.13

(SHOULD LOOK LIKE)
Feb-06 Feb-06 Apr-06 Dec-07 Feb-07
IT 1 0.86 0.86 1.14 1.71 1.49
IT 1 0.86 0.86 1.14 1.71 1.49
IT 3 0.04 0.04 0.06 0.08 0.07
....ETC

THANKS
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,388
Default Referencing with multiple criteria

would i be using an OFFSET MATCH combination? anyone?

"Dave" wrote:

Hi all,
Im making a table that is referencing another set of data. The x-range of
the data is in months ranging from (Feb-06-Nov-08) on the Y axis is (Items
1-10). Both the table and the other set of data i am hoping to reference
have a varying XY axis. I would like to write a reference function that
would put the Date with the correct item. It should look as follows (scaled
down).

(REFERENCE THIS)
Feb-06 Mar-06 Apr-06 Feb-07 Dec-07
IT 1 0.86 1.00 1.14 1.49 1.71
IT 2 0.51 0.60 0.68 0.89 1.02
IT 3 0.04 0.05 0.06 0.07 0.08
IT 4 0.50 0.59 0.67 0.87 1.01
IT 5 0.07 0.08 0.09 0.11 0.13

(SHOULD LOOK LIKE)
Feb-06 Feb-06 Apr-06 Dec-07 Feb-07
IT 1 0.86 0.86 1.14 1.71 1.49
IT 1 0.86 0.86 1.14 1.71 1.49
IT 3 0.04 0.04 0.06 0.08 0.07
...ETC

THANKS

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Referencing with multiple criteria

So your "should look like" table is going to have categories in column 1 and
dates in row 1. Then you want to use formulas to get the value that goes in the
data portion of the table (the intersection of that row and column)?

If yes, then you could use =index(match()).

Take a look at Debra Dalgleish's notes:
http://www.contextures.com/xlFunctions03.html

Dave wrote:

Hi all,
Im making a table that is referencing another set of data. The x-range of
the data is in months ranging from (Feb-06-Nov-08) on the Y axis is (Items
1-10). Both the table and the other set of data i am hoping to reference
have a varying XY axis. I would like to write a reference function that
would put the Date with the correct item. It should look as follows (scaled
down).

(REFERENCE THIS)
Feb-06 Mar-06 Apr-06 Feb-07 Dec-07
IT 1 0.86 1.00 1.14 1.49 1.71
IT 2 0.51 0.60 0.68 0.89 1.02
IT 3 0.04 0.05 0.06 0.07 0.08
IT 4 0.50 0.59 0.67 0.87 1.01
IT 5 0.07 0.08 0.09 0.11 0.13

(SHOULD LOOK LIKE)
Feb-06 Feb-06 Apr-06 Dec-07 Feb-07
IT 1 0.86 0.86 1.14 1.71 1.49
IT 1 0.86 0.86 1.14 1.71 1.49
IT 3 0.04 0.04 0.06 0.08 0.07
...ETC

THANKS


--

Dave Peterson
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
Macro referencing multiple worksheets JULZ Excel Discussion (Misc queries) 1 October 9th 06 07:46 PM
Tough one - Sum and IF with multiple referencing (array) ronlim Excel Worksheet Functions 5 July 19th 06 11:52 PM
Referencing multiple criteria to pull data doug1 Excel Discussion (Misc queries) 3 March 14th 06 09:30 PM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Saleem Excel Worksheet Functions 1 January 12th 05 10:54 AM
Counting Cells with multiple criteria.One criteria supporting wild Azhar Arain Excel Worksheet Functions 1 January 12th 05 08:33 AM


All times are GMT +1. The time now is 04:05 PM.

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"