Links to 2nd closed worksheet fail when using offset function ??

G

Guest

I have an excel sheet that is to be populated with values from a second
sheet. I used the offset function to find values in columns adjacent account
numbers on this second sheet. When I open the active workbook when the
source data workbook is closed I get #VALUE!. When the source data workbook
is opened prior to the active workbook the correct value is reported. How
can I get the offset function to work when linked to closed workbooks?
 
D

Dave Peterson

=offset() won't work with a closed workbook.

maybe you could replace it with =index()

(depending on what your formula is doing??)
 

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

Top