Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
s s is offline
external usenet poster
 
Posts: 36
Default Index/Match or Vlookup

I need help to return a cross-reference:

Age/Age 20 21 22 23
20 1.25 1.26 1.27 1.28
21 1.15 1.16 1.17 1.18
22 1.05 1.06 1.07 1.08
23 0.95 0.96 0.97 0.98

Example: I need to return at horizontal age 23 and vertical age 22, the
return should be 1.08. What's the best formula to use? I've been at this
all night and I still can't get the formula correctly...please help!!!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Index/Match or Vlookup

Try
=Vlookup(22, A1:E5, Match(23, A1:E1, 0), 0)

Replace 22 and 23 with cell references if desired.

"S" wrote:

I need help to return a cross-reference:

Age/Age 20 21 22 23
20 1.25 1.26 1.27 1.28
21 1.15 1.16 1.17 1.18
22 1.05 1.06 1.07 1.08
23 0.95 0.96 0.97 0.98

Example: I need to return at horizontal age 23 and vertical age 22, the
return should be 1.08. What's the best formula to use? I've been at this
all night and I still can't get the formula correctly...please help!!!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Index/Match or Vlookup

Give this formula a try (although it would be better to put the 22 and 23
constants in their own cells and then use a cell reference for each (in
place of the constant value in the formula)...

=INDEX(A1:E5,MATCH(22,A1:A5,0),MATCH(23,A1:E1,0))

--
Rick (MVP - Excel)


"S" wrote in message
...
I need help to return a cross-reference:

Age/Age 20 21 22 23
20 1.25 1.26 1.27 1.28
21 1.15 1.16 1.17 1.18
22 1.05 1.06 1.07 1.08
23 0.95 0.96 0.97 0.98

Example: I need to return at horizontal age 23 and vertical age 22, the
return should be 1.08. What's the best formula to use? I've been at this
all night and I still can't get the formula correctly...please help!!!


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 vs INDEX and MATCH Andy Excel Discussion (Misc queries) 1 September 20th 07 10:42 AM
index Match, or Vlookup Match.. news.transedge.com Excel Worksheet Functions 1 August 3rd 07 02:00 AM
Index Match Vlookup? IntricateFool Excel Discussion (Misc queries) 23 October 3rd 06 10:39 PM
Need Help with Index and Match or Vlookup japorms Excel Worksheet Functions 1 August 2nd 06 10:45 PM
VLookup or Index Match or ??? KopRed Excel Worksheet Functions 1 February 17th 06 05:34 AM


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