Forum Discussion
Is there an easier way vs. what I am doing?
- Jul 28, 2022
Hi Budman361530,
the INDIRECT() function resolves the cell link existing within a string and outputs the value. You can compose the strings with the & symbols. You can also use the concatenate() function.
Thank you for your assistance. It is immensely appreciated! However, am having trouble understanding how this works and subsequently cannot get it to work correctly. I used your sheet and created a much-simplified version of my worksheet. See attached. I made a sheet that is hidden, and that's my "adder" templet. The "adder 1" sheet is a simple reference on the summary sheet. Can you please explain to me how that formula knows where to look?
Hi Budman361530,
the INDIRECT() function resolves the cell link existing within a string and outputs the value. You can compose the strings with the & symbols. You can also use the concatenate() function.
- Budman361530Jul 28, 2022Brass Contributor
Sometimes I you just need to see it working to see what you’re missing. I didn’t have the “()” on each side of Adder 2, 3, 4, etc. When your formula was referencing E11, E12, etc, I realized that the sheets were populating as Adder (2), Adder (3), etc. vs Adder 2, Adder 3… Added the “()” on each side of each number, now it makes sense to me. Program is looking for whatever is called out in cells E11, and so on…
Thank you so much for your help.