Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JcR
 
Posts: n/a
Default Correction, x y axis question...

I have a matrix with x axis and y axis

X axis has column headers of A, B, C
Y axis has row headers of D,E,F

If I enter "B" in cell a1, and "G" in cell a2 , i want the intersect
value "8" to appear in cell a3

A B C
E 1 2 3
F 4 5 6
G 7 8 9

Thanks


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Correction, x y axis question...

Assuming your matrix is in cells F2:I4 (F2 is blank)

=INDEX(G2:I4,MATCH(A2,F2:F4),MATCH(A1,G1:I1))

"JcR" wrote:

I have a matrix with x axis and y axis

X axis has column headers of A, B, C
Y axis has row headers of D,E,F

If I enter "B" in cell a1, and "G" in cell a2 , i want the intersect
value "8" to appear in cell a3

A B C
E 1 2 3
F 4 5 6
G 7 8 9

Thanks


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JcR
 
Posts: n/a
Default Correction, x y axis question...

thank

"Duke Carey" wrote:

Assuming your matrix is in cells F2:I4 (F2 is blank)

=INDEX(G2:I4,MATCH(A2,F2:F4),MATCH(A1,G1:I1))

"JcR" wrote:

I have a matrix with x axis and y axis

X axis has column headers of A, B, C
Y axis has row headers of D,E,F

If I enter "B" in cell a1, and "G" in cell a2 , i want the intersect
value "8" to appear in cell a3

A B C
E 1 2 3
F 4 5 6
G 7 8 9

Thanks


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
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
how to add a second x axis with same Y axis value in one plot Mike Charts and Charting in Excel 1 October 19th 05 08:42 AM
Secondary Axis Match Primary Axis Gridlines [email protected] Charts and Charting in Excel 1 July 31st 05 09:23 PM
Excel chart-y axis title question springwinterfall Excel Discussion (Misc queries) 6 July 18th 05 02:27 PM
space between y axis and data points.. Dave R. Charts and Charting in Excel 3 January 8th 05 04:56 AM


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