#1   Report Post  
Posted to microsoft.public.excel.misc
Ed
 
Posts: n/a
Default Lookup

Hello, how can I do this? I have a sheet where I have on the x-axis all the
weeks and on the y-axis the item codes, there are specific values
corresponding for each X and Y... how can I set a function to look up for a
value matching a certain week on X and a certain code on Y? but not knowing
in which column or row the value will be?? For example the value for item 5.4
on week 11?

,thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
galimi
 
Posts: n/a
Default Lookup

The offset command can be used to return the data you want.
=offset(reference,row_offset, column_offset,height, width)

Reference will be the upper left hand corner starting point of your matrix,
essentially one left of the week and above the item. Row offset can use a
combination of the match & index functions to find the proper row, with the
same combination for column_offset. The height & width are going to both be
1 since you are returning one cell.
--
http://HelpExcel.com
1-888-INGENIO
1-888-464-3646
x0197758


"Ed" wrote:

Hello, how can I do this? I have a sheet where I have on the x-axis all the
weeks and on the y-axis the item codes, there are specific values
corresponding for each X and Y... how can I set a function to look up for a
value matching a certain week on X and a certain code on Y? but not knowing
in which column or row the value will be?? For example the value for item 5.4
on week 11?

,thank you

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
Another way to lookup data David Vollmer Excel Worksheet Functions 1 September 23rd 05 05:16 AM
Lookup function help marlea Excel Worksheet Functions 4 August 30th 05 08:11 PM
Lookup Vector > Lookup Value Alec Kolundzic Excel Worksheet Functions 6 June 10th 05 02:14 PM
Lookup function w/Text and Year Josh O. Excel Worksheet Functions 1 February 12th 05 11:27 PM
double lookup, nest, or macro? Josef.angel Excel Worksheet Functions 1 October 29th 04 09:50 AM


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