leehowardblair
New Member
- Joined
- Jul 18, 2011
- Messages
- 9
Here is the formula I am using on sheet HOME at cell A1:
=INDIRECT("'"&'EVENT INFORMATION'!$C$10&"'!A1")
I am using a user input on the sheet EVENT INFORMATION in cell C10 to then return the information from the selected sheet's cell A1.
I want to be able to copy this formula to the whole sheet, so that I am basically changing the contents of the sheet HOME to match that of the sheet that the user inputs on the EVENT INFORMATION sheet. I need to do this, because I have a 3rd part program that links to this information, but will always link to the HOME sheet, regardless of what sheet the user actually selects.
Right now, if i copy/paste or drag the formula, I keep getting the exact same formula. The A1 is not changing.
Thanks for your help in advance!
=INDIRECT("'"&'EVENT INFORMATION'!$C$10&"'!A1")
I am using a user input on the sheet EVENT INFORMATION in cell C10 to then return the information from the selected sheet's cell A1.
I want to be able to copy this formula to the whole sheet, so that I am basically changing the contents of the sheet HOME to match that of the sheet that the user inputs on the EVENT INFORMATION sheet. I need to do this, because I have a 3rd part program that links to this information, but will always link to the HOME sheet, regardless of what sheet the user actually selects.
Right now, if i copy/paste or drag the formula, I keep getting the exact same formula. The A1 is not changing.
Thanks for your help in advance!