Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default Need to find the value within a matrix / table based on two other values

I have a 9 x 10 table in excel that holds txt strings e.g "BRC",
"BPC". There are 9 rows and 10 columns. Outside of this size table, I
have headings for each column and row (so it is a 10 x 11 table if you
include the row and column names). Each cell within the table has a
corresponding row and column heading name e.g row 1's name is OFF, row
2 is WT_STEDY.....column 1 is Blend Closed, column 2 is Steady State.
There is a text string that goes with each combination of heading
names e.g. the string for row 2 and column 1 (WT_STEDY, Blend Closed)
is "BRC".

I would like to be able to feed the names of the two corresponding
heading names into some kind of lookup formula that will then return
me the string of the cell in the matrix to which they both correspond.
The heading names would themselves be fed from two cells elsewhere in
the spreadsheet. How do I go about doing this?

Regards,

Tom Pritchard

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Need to find the value within a matrix / table based on two other

=index(A1:K10,match(M1,A1:A10,0),Match(N1,A1:K1,0) )
Assume M1 holds "WT_STEDY" and N1 holds "Blend Closed"
as examples.

--
Regards,
Tom Ogilvy


"Tommy" wrote:

I have a 9 x 10 table in excel that holds txt strings e.g "BRC",
"BPC". There are 9 rows and 10 columns. Outside of this size table, I
have headings for each column and row (so it is a 10 x 11 table if you
include the row and column names). Each cell within the table has a
corresponding row and column heading name e.g row 1's name is OFF, row
2 is WT_STEDY.....column 1 is Blend Closed, column 2 is Steady State.
There is a text string that goes with each combination of heading
names e.g. the string for row 2 and column 1 (WT_STEDY, Blend Closed)
is "BRC".

I would like to be able to feed the names of the two corresponding
heading names into some kind of lookup formula that will then return
me the string of the cell in the matrix to which they both correspond.
The heading names would themselves be fed from two cells elsewhere in
the spreadsheet. How do I go about doing this?

Regards,

Tom Pritchard


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
Lookup based on matrix values andy62 Excel Discussion (Misc queries) 2 May 28th 10 04:54 PM
how do I find matrix characteristic values elwood39 Excel Discussion (Misc queries) 1 September 20th 08 09:26 PM
how do I find matrix characteristic values? elwood39 Excel Discussion (Misc queries) 1 September 1st 08 03:25 AM
how do I find matrix characteristic values elwood39 Excel Discussion (Misc queries) 1 September 1st 08 12:54 AM
Making a Bubble Chart based on n-values matrix Haydar Charts and Charting in Excel 1 August 8th 05 11:16 PM


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