Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to use a formula to look up weekly figures. Unfortunately the
figures that I need to use are across daily workbooks. I have created the required reference in a cell using CONCATENATE but when i try to link to this in the LOOKUP formula it treats the contents as text rather than a reference. any ideas? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the concatenated address in conjunction with the INDIRECT
function. Hope this helps. Pete On Sep 13, 10:56 am, theadore wrote: I am trying to use a formula to look up weekly figures. Unfortunately the figures that I need to use are across daily workbooks. I have created the required reference in a cell using CONCATENATE but when i try to link to this in the LOOKUP formula it treats the contents as text rather than a reference. any ideas? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With "Week1" in cell A1, and "G42" in cell B1, use
=INDIRECT("'"&A1&"'!"&B1) "theadore" wrote: I am trying to use a formula to look up weekly figures. Unfortunately the figures that I need to use are across daily workbooks. I have created the required reference in a cell using CONCATENATE but when i try to link to this in the LOOKUP formula it treats the contents as text rather than a reference. any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding Contents of a cell to a formula | Excel Discussion (Misc queries) | |||
Adding the contents of a cell to a formula | Excel Discussion (Misc queries) | |||
Using cell contents within a formula | Excel Worksheet Functions | |||
Using contents of a cell in a formula | Excel Discussion (Misc queries) | |||
Cell contents vs. Formula contents | Excel Discussion (Misc queries) |