Is it possible to replace a sheet name with a value from a cell in the following formula?
'What Works
=IF(J4="x",SUM('WITTYSHEETNAME'!L5:L13),0)
Replace WITTYSHEETNAME with the value of Cell B6
'Pseudo Code that doesn't work
=IF(J4="x",SUM('B6'!L5:L13),0)
Thanks in advance,
Matt
'What Works
=IF(J4="x",SUM('WITTYSHEETNAME'!L5:L13),0)
Replace WITTYSHEETNAME with the value of Cell B6
'Pseudo Code that doesn't work
=IF(J4="x",SUM('B6'!L5:L13),0)
Thanks in advance,
Matt