Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a file that is a summary. I want to look up data in another file
using a cell in the summary file to define part of the file name. For example: Cell A5 contains 2008. I want to have a formula like =VLOOKUP(B4,'H:\Sarah P\CQI or PIP\Acute Inventory\Test Process\[2008.xls]count_sheet'!$B:$E,4,FALSE) I want to use the cell referance of A5 to represent the number (2008) in the formula. |
#2
![]() |
|||
|
|||
![]()
SarahP wrote...
I have a file that is a summary. I want to look up data in another file using a cell in the summary file to define part of the file name. For example: Cell A5 contains 2008. I want to have a formula like =VLOOKUP(B4,'H:\Sarah P\CQI or PIP\Acute Inventory\Test Process\[2008.xls]count_sheet'!$B:$E,4,FALSE) I want to use the cell referance of A5 to represent the number (2008) in the formula. If the other file would be open, you can use INDIRECT. =VLOOKUP(B4,INDIRECT("'["&A5&".xls]count_sheet'!B:E"),4,0) If the other file wouldn't be open, you'll need alternative #4 in http://groups-beta.google.com/group/...443753560f0075 (or http://makeashorterlink.com/?F2993260A ) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Weekly Transaction Processing | Excel Worksheet Functions | |||
Problem with IF condition or vector lookup? | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) | |||
Using Jet to read excel file returns blank for last cell - sometim | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |