Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default two way lookup and cell reference

Hi

I think that this has been asked before, but i can't find the answer.

I need to find the cell reference from a two-way lookup (think a table of
daily stock prices over a year, and then i want a particular stock's price on
a certain day).

The data are in a different workbook.

I've been stuck on this for a while now.

Greatly appreciate any advice.

Cheers
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default two way lookup and cell reference

Detat,

Generally:

=INDEX(DataTable,MATCH(DesiredStockName,ColumnOfNa meLabels,False),MATCH(DesriedDate,RowofDateFields,
False))

or the reverse, depending on which you have (Dates or STocknames) down the col vs across the row.
Just make sure that your column, row , and datatable coincide.

When you create the formula, just have the other workbook open, and select the ranges as required.

HTH,
Bernie
MS Excel MVP


"Detat" wrote in message
...
Hi

I think that this has been asked before, but i can't find the answer.

I need to find the cell reference from a two-way lookup (think a table of
daily stock prices over a year, and then i want a particular stock's price on
a certain day).

The data are in a different workbook.

I've been stuck on this for a while now.

Greatly appreciate any advice.

Cheers



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default two way lookup and cell reference

Thanks Bernie!!!

that put in me in the right direction.

Cheers


"Bernie Deitrick" wrote:

Detat,

Generally:

=INDEX(DataTable,MATCH(DesiredStockName,ColumnOfNa meLabels,False),MATCH(DesriedDate,RowofDateFields,
False))

or the reverse, depending on which you have (Dates or STocknames) down the col vs across the row.
Just make sure that your column, row , and datatable coincide.

When you create the formula, just have the other workbook open, and select the ranges as required.

HTH,
Bernie
MS Excel MVP


"Detat" wrote in message
...
Hi

I think that this has been asked before, but i can't find the answer.

I need to find the cell reference from a two-way lookup (think a table of
daily stock prices over a year, and then i want a particular stock's price on
a certain day).

The data are in a different workbook.

I've been stuck on this for a while now.

Greatly appreciate any advice.

Cheers




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
Lookup a value and return its cell reference instead of the value LBenslay Excel Discussion (Misc queries) 1 July 19th 06 06:20 PM
Lookup Data in two seperate Spreadsheets Padraig Excel Worksheet Functions 6 June 28th 06 03:05 PM
Lookup numbers in sheet and assign it's cell reference dgraham Excel Discussion (Misc queries) 10 April 7th 06 02:16 AM
Cell Reference with Range Name SCSC Excel Worksheet Functions 2 March 23rd 06 11:32 PM
Return cell reference of lookup value bobm Excel Worksheet Functions 3 July 7th 05 08:49 AM


All times are GMT +1. The time now is 08:43 PM.

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"