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

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 A in cell a1 (B), and E in cell a2 (G), 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 8

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ardus Petus
 
Posts: n/a
Default x and y axis, enter x value, enter y value, value at intersect....

Assuming Column headers are in B7:D7,
Row headers in A8:10,
Data in B8:D10,
the formula is:
=INDEX(B8:D10;MATCH(A2,A8:A10);MATCH(A3,B7:D7))


HTH
--
AP

"JcR" a écrit dans le message de
...
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 A in cell a1 (B), and E in cell a2 (G), 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 8

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JcR
 
Posts: n/a
Default x and y axis, enter x value, enter y value, value at intersect

thanks


"Ardus Petus" wrote:

Assuming Column headers are in B7:D7,
Row headers in A8:10,
Data in B8:D10,
the formula is:
=INDEX(B8:D10;MATCH(A2,A8:A10);MATCH(A3,B7:D7))


HTH
--
AP

"JcR" a écrit dans le message de
...
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 A in cell a1 (B), and E in cell a2 (G), 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 8

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
Line Chart Axis Reversal AdamP Charts and Charting in Excel 1 January 11th 06 06:02 PM
3rd Y Axis caridgway Charts and Charting in Excel 1 December 27th 05 03:15 PM
Secondary Axis Match Primary Axis Gridlines [email protected] Charts and Charting in Excel 1 July 31st 05 09:23 PM
Problem w/Chart Axis labeling with VBA [email protected] Excel Discussion (Misc queries) 0 July 19th 05 09:59 PM
Pivot Table, Line Chart with Secondary Y axis, Page Field selection destroys Y2 axis [email protected] Charts and Charting in Excel 0 July 13th 05 09:30 PM


All times are GMT +1. The time now is 12:39 PM.

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"