#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default Lookup function

I would like to create a look up functin for a table with x and y values.
I will have a series of calculations in excel for stormwater runoff
calcualtions. What I would like is to take two numbers from my calculations
( an x and y value) look each in a given table to obtain a 3rd value
correlating to the intersection of x and y value in the table. Hopefully
this isn't too confusing but I would appreciate any help if possible.

Think of it this way. I would lilke to look in a table to find my ideal
weight. I have my height (x) and age (y). Based upon these to data points I
can find my ideal weight. How can I create a lookup function to do this and
export the number into additional caculations?
Thank you,
LB
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Lookup function

=INDEX(Table_Range,MATCH(A2,Y_Range,0),MATCH(B2,X_ Range,0)


so if your table is A10:F100

A2 is the cell where you put in the age and B2 the weight


=INDEX(A10:F100,MATCH(A2,A10:A100,0),MATCH(B2,A10: F10,0))


should do it


--
Regards,

Peo Sjoblom


"LB" wrote in message
...
I would like to create a look up functin for a table with x and y values.
I will have a series of calculations in excel for stormwater runoff
calcualtions. What I would like is to take two numbers from my
calculations
( an x and y value) look each in a given table to obtain a 3rd value
correlating to the intersection of x and y value in the table. Hopefully
this isn't too confusing but I would appreciate any help if possible.

Think of it this way. I would lilke to look in a table to find my ideal
weight. I have my height (x) and age (y). Based upon these to data
points I
can find my ideal weight. How can I create a lookup function to do this
and
export the number into additional caculations?
Thank you,
LB



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
how to combine an IF Function with a lookup function to determine [email protected] Excel Worksheet Functions 1 December 5th 06 06:09 AM
Using Lookup function gmwhitehair Excel Worksheet Functions 3 April 4th 06 03:33 PM
Lookup Function Josh VM Excel Discussion (Misc queries) 1 November 1st 05 06:12 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM
An in between lookup function Duncan Help Excel Worksheet Functions 2 January 11th 05 07:47 PM


All times are GMT +1. The time now is 05:56 AM.

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"