Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Worksheet Functions
How can I reference a worksheet in a formula based on a cell value
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="David K., post: 13958111"] Here's the formula for B1: =INDIRECT("'"&A$1&"'!$A$3")+INDIRECT("'"&A$1&"'!$A$5") Here's another hint: Somewhere on each sheet (say in cell A10) place this formula to return the Sheet Name. =MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255) Then, on your lookup sheet, on row one, use a reference formula to point to A10 on each sheet. For example A1 would be ='Sheet1'!$A$10 This way, if a sheet name changes all the formulae will update automatically. Hope this helps. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Worksheet Functions
How can I reference a worksheet in a formula based on a cell value
Top