• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Default Issue with a dynamic cell linking/reference formula

raravind82

New Member
Hello - I wanted to use a formula which needs to take up values from a cell. Within the formula, the cell reference/linking is not working. I have given a link with a clear pic of the issue. Can someone please point out the issue or help me with a solution? Image link -> http://imgur.com/a/IxvxX
 
Thanks for the help. I tried it and isnt working. I have this time attached the excel sheet. Can you pls look if there is something wrong?
 

Attachments

  • demo-formula.xlsx
    172.8 KB · Views: 5
A3:
=INDIRECT("'C:\Users\aravind.WIN10HP360\Desktop\beads\extract\" & G3 & "\[live_inventory.xlsx]live_inventory'!E2")
 
Sorry, this also is not working. I get a #REF! error though the dependent cells are perfectly fine. File attached as well :(

=INDIRECT("='C:\Users\aravind.WIN10HP360\Desktop\beads\extract\" & G3 & "\[live_inventory.xlsx]live_inventory'!E2")
 

Attachments

  • demo-formula.xlsx
    172.8 KB · Views: 2
Yeah, I have tried that as well earlier. Just as a secondary option, I added "=" in front of the quotes. Both dint work :(
 
Update: Found out that the formula recommended by you above works when the second workbook referenced by the formula is kept open!!! When the other referenced workbook is closed the formula also throws up an "#REF" :) :( Not sure why. Well, need to do more. Thanks a lot for the formula. I will definitely try to pick it up from here...
 
Back
Top