I’d like to be able to use a worksheet name as part of a formula.
The worksheet name has been derived from the formula:
=RIGHT(CELL(“filename”,MainInput!$A$1),LEN(CELL(“filename”,MainInput!$A$1))-FIND(“]”,CELL(“filename”,MainInput!$A$1),1))
where MainInput is the originating worksheet
The result is obviously MainInput.
If the user changes the worksheet name then the output is updated accordingly.
I would then want to use that worksheet name as part of a formula,
i.e. the result would be “=MainInput!C2*B2”
It’s easy enough to include the link as normal entry.
If the formula is entered simply as “=C2*B2”, then when it is copied the formula stays as “=C2*B2”, but the user wants to be able to copy this worksheet AND retain the reference to MainInput worksheet.
Is this making sense?
My alternative at present is for 2 worksheets – MainInput and 2nd alternative calc worksheet that already includes the link to MainInput.
Thanks
Alan