Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
XP XP is offline
external usenet poster
 
Posts: 389
Default Return the contents of a cell at the intersection of row and colum

I have a table in a sheet called "Pay_Table" in which there are grades in
column A and steps in row 1.

I need to do a lookup in another sheet that finds and returns the
intersection of a particular grade and step. For example, Lookup Grade 8 and
Step 5 and return the contents of that cell.

What formula can I use to do that?

Thanks much in advance...
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Return the contents of a cell at the intersection of row and colum

This seems to work...

=INDEX(A1:I13,1+MATCH("Grade 8",A2:A13,0),1+MATCH("Step 5",B1:I1,0))

Adjust each of the Column I and Row 13 references to match your set up.

Rick


"XP" wrote in message
...
I have a table in a sheet called "Pay_Table" in which there are grades in
column A and steps in row 1.

I need to do a lookup in another sheet that finds and returns the
intersection of a particular grade and step. For example, Lookup Grade 8
and
Step 5 and return the contents of that cell.

What formula can I use to do that?

Thanks much in advance...


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
return the value in a cell at the intersection of a row and a colu Dave F Excel Discussion (Misc queries) 1 January 10th 07 05:44 PM
Intersection point return data tvtime Excel Worksheet Functions 20 July 27th 06 07:20 PM
Return Text In Cell realting to Max Value in different colum samprince Excel Discussion (Misc queries) 2 July 17th 06 03:25 PM
sumif to return an intersection? EllenG Excel Worksheet Functions 17 June 25th 06 11:50 PM
If it's not a space, return the cell contents. Gee... Excel Worksheet Functions 3 January 3rd 06 11:50 PM


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