missing hidden sheets

jakwi

New Member
Joined
Apr 19, 2016
Messages
29
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
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
Upvote 0
As it says in the link, they can only be unhidden by using VBA.
Did you follow the instructions in the "How to unhide very hidden sheets in Excel" section of that link?
Hopefully, they did not password protect the VBA code, or else you may be out of luck!
 
Upvote 0
At this point it looks like the workbook is protected, so I'm trying to figure out how to get pass the password, is that even possible in Excel 2016?
 
Upvote 0
Got it. <code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, sans-serif; vertical-align: baseline; white-space: inherit;"></code>
 
Last edited by a moderator:
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,264
Members
452,627
Latest member
KitkatToby

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top