I'm trying to understand an excel sheet that I inherited.
Some of the formulas reference a worksheet that simply doesn't exist in the workbook. I've tried every way I can think of to unhide sheets and the options are always grayed out, in my mind meaning they don't exist.
I tried using the trace precedents which applies an arrow to the icon of a spreadsheet
Below is an example of the a formula that references the non-existing sheet
This formula is on a sheet named Monthly, not that that matters.
= ((23 * ((Calcus!f56+1)-(Calcus!O2+1)) / (1.2-(Calcus!f56+1))) * ((Calcus!O2+1) / 0.8))/100
I've even tried typing the cell id Calcus!F56 in the cell box, not sure what the actual name for this is, to take me there, but that doesn't work at all.
I'd like to look at the sheet to see how these cells are calculated, but worse I don't understand how the formula works at all if it references a worksheet that doesn't exist.
Is this a VBA thing that I am missing?
thanks for the help
Some of the formulas reference a worksheet that simply doesn't exist in the workbook. I've tried every way I can think of to unhide sheets and the options are always grayed out, in my mind meaning they don't exist.
I tried using the trace precedents which applies an arrow to the icon of a spreadsheet
Below is an example of the a formula that references the non-existing sheet
This formula is on a sheet named Monthly, not that that matters.
= ((23 * ((Calcus!f56+1)-(Calcus!O2+1)) / (1.2-(Calcus!f56+1))) * ((Calcus!O2+1) / 0.8))/100
I've even tried typing the cell id Calcus!F56 in the cell box, not sure what the actual name for this is, to take me there, but that doesn't work at all.
I'd like to look at the sheet to see how these cells are calculated, but worse I don't understand how the formula works at all if it references a worksheet that doesn't exist.
Is this a VBA thing that I am missing?
thanks for the help