Slightly odd question, but couldn't find anything on it: I have an .xlsb file in which data is displayed by groups, which have to be selected via a drop down menu, so that only part of the entire data set is displayed at any given time.
I'd like to get the underlying data for all groups, but for some reason the sheet from which it is derived does not exist. That is, I have a Sheet1
which displays the data, and the cells that hold the data have a formula that says =Sheet2!A1
, but there is no Sheet2
, and no sheets are hidden.
What could be going on here? Is this a special .xlsb feature that I don't know about?