Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Cross Reference Formula

In my previous question:

I need to find a formula that first looks across the top row to find a
number
and then down the first column and results with the intersecting cell.
1 2 3 4 5
a 3 6 7 8 4
b 2 5 7 5 6

Excmple: when i reference 3-b, I need the result to be 7. THis is HLookup
and V lookup, but how do i combine these two formulas? HELP!


I failed to state that the 3 and the b are in separate cells on another
worksheet. How does this change the formula?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Cross Reference Formula

Hi,

Try this

=INDEX(A1:D10,MATCH(E1,A1:A10,0),MATCH(F1,A1:D1,0) )

Where A1 - D10 is the entire matrix including row and column headers
E1 contains the row search value
f1 contains the column search value

Mike

"mjsam" wrote:

In my previous question:

I need to find a formula that first looks across the top row to find a
number
and then down the first column and results with the intersecting cell.
1 2 3 4 5
a 3 6 7 8 4
b 2 5 7 5 6

Excmple: when i reference 3-b, I need the result to be 7. THis is HLookup
and V lookup, but how do i combine these two formulas? HELP!


I failed to state that the 3 and the b are in separate cells on another
worksheet. How does this change the formula?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Cross Reference Formula

And I missed that the lookup references are on another sheet

=INDEX(A1:D10,MATCH(Sheet2!E1,A1:A10,0),MATCH(Shee t2!F1,A1:D1,0))

Mike

"Mike H" wrote:

Hi,

Try this

=INDEX(A1:D10,MATCH(E1,A1:A10,0),MATCH(F1,A1:D1,0) )

Where A1 - D10 is the entire matrix including row and column headers
E1 contains the row search value
f1 contains the column search value

Mike

"mjsam" wrote:

In my previous question:

I need to find a formula that first looks across the top row to find a
number
and then down the first column and results with the intersecting cell.
1 2 3 4 5
a 3 6 7 8 4
b 2 5 7 5 6

Excmple: when i reference 3-b, I need the result to be 7. THis is HLookup
and V lookup, but how do i combine these two formulas? HELP!


I failed to state that the 3 and the b are in separate cells on another
worksheet. How does this change the formula?

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
Cross Reference Formula mjsam Excel Worksheet Functions 2 January 8th 09 04:01 PM
Cross reference Edward[_3_] Excel Discussion (Misc queries) 7 November 10th 08 08:42 AM
cross reference two auntieb New Users to Excel 3 September 8th 08 05:17 PM
Cross reference LaRana! Excel Worksheet Functions 1 March 6th 08 12:22 AM
Cross Reference Terrance DeBord Excel Worksheet Functions 1 March 8th 06 04:11 PM


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