Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
macshimi
 
Posts: n/a
Default Vlookup a column then a row

I have a simple table with the years heading the columns and a grades heading
the rows:
2000 2001 2002 2003 2004 2005
1 2.1 2.3 2.5 2.6 2.7 2.9
2 3.4 3.6 3.8 3.9 4 4.2
3 4.7 4.9 5.1 5.2 5.3 5.5
4 6 6.2 6.4 6.5 6.6 6.8
5 7.3 7.5 7.7 7.8 7.9 8.1

I need to lookup the year and then lookup up the grade and so arrive at a
rate.

I have tried index and mtach but can not get it to work.

Thanks for any suggestions.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Vlookup a column then a row

Try this:
With your data list in Cells A1:G6

J1: 2002
J2: 3
J3: =INDEX(A1:G6,MATCH(J1,A1:G1,0),MATCH(J2,A1:A6,0))

That will find the intersection of the year 2002 column and the grade 3 row
in the range.

Does that help?

***********
Regards,
Ron


"macshimi" wrote:

I have a simple table with the years heading the columns and a grades heading
the rows:
2000 2001 2002 2003 2004 2005
1 2.1 2.3 2.5 2.6 2.7 2.9
2 3.4 3.6 3.8 3.9 4 4.2
3 4.7 4.9 5.1 5.2 5.3 5.5
4 6 6.2 6.4 6.5 6.6 6.8
5 7.3 7.5 7.7 7.8 7.9 8.1

I need to lookup the year and then lookup up the grade and so arrive at a
rate.

I have tried index and mtach but can not get it to work.

Thanks for any suggestions.

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
Vlookup - name of file to get info from is in Column A DD1 Excel Discussion (Misc queries) 3 August 11th 05 06:55 AM
match and count words David Excel Worksheet Functions 5 July 4th 05 02:24 AM
up to 7 functions? ALex Excel Worksheet Functions 10 April 12th 05 06:42 PM
vlookup first 4 characters only in a column Gus Excel Discussion (Misc queries) 6 February 20th 05 04:41 PM
Using VLOOKUP with multiple first column matches John Simons Excel Worksheet Functions 2 February 20th 05 01:27 AM


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