#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default LOOKUP Help

I am trying to lookup data in another sheet in my workbook. I have
researched, but am not sure if it is possible or if I just need to use a
different function.

I have a bodyfat content table I need to lookup data in. I have the
circumference value in column A and the heights in row 2 and a percentage
corresponding to the individual's circumference value and height. How can I
make this possible if the circumference value and height are found in two
different cells on sheet 1 and the table is on sheet 2?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default LOOKUP Help

One way

In Sheet2,
Assume circumf values in A3 down, heights in B2 across

In Sheet1,
Assume inputs for circumf & height in A1:B1
place in C1:
=OFFSET(Sheet2!A2,MATCH(A1,Sheet2!A:A,0)-2,MATCH(B1,Sheet2!2:2,0)-1)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"tuffyskittles" wrote:
I am trying to lookup data in another sheet in my workbook. I have
researched, but am not sure if it is possible or if I just need to use a
different function.

I have a bodyfat content table I need to lookup data in. I have the
circumference value in column A and the heights in row 2 and a percentage
corresponding to the individual's circumference value and height. How can I
make this possible if the circumference value and height are found in two
different cells on sheet 1 and the table is on sheet 2?

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
Matrix lookup/mulitple criteria lookup MarkFranklin Excel Discussion (Misc queries) 3 March 31st 08 10:15 AM
Get Cell Address From Lookup (Alternative to Lookup) ryguy7272 Excel Worksheet Functions 12 September 28th 07 10:36 PM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


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