using cell contents in a formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Use the concatenated address in conjunction with the INDIRECT
function.

Hope this helps.

Pete
 
With "Week1" in cell A1, and "G42" in cell B1, use

=INDIRECT("'"&A1&"'!"&B1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top