Hi
Please see attached. Im having trouble using the indirect formula. I just simply want to have a cell that I can use as a sheet reference.
Thank you in advance.
Hi
Please see attached. Im having trouble using the indirect formula. I just simply want to have a cell that I can use as a sheet reference.
Thank you in advance.
you missed the ' before the sheet name
you have
=INDIRECT(""&C2&"'!"&"A3")
and need
=INDIRECT("'"&C2&"'!"&"A3")
to work
Wayne
if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here
If you have a solution to your thread - Please mark your thread solved do the following: >
Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.
You're missing an ' in the first set of quotes..
Try
=INDIRECT("'"&C2&"'!A3")
Thanks to both of you!![]()
You're welcome.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks