PROBLEM: We need to hide several columns, on several sheets, based on a cell saying either TRUE or FALSE. But this is not so easy when the tab names (i.e. sheet names) can change, meaning that the formula for hiding these columns must be 'dynamic' also.
In the spreadsheet we have formulas calling on data from different sheets. Unfortunately, as these sheet names (i.e. tab names) can change e.g. going from 'Accommodation' to 'HouseKeeping', we have made the formulas indirected so that the formulas still work after such name changes.
We have one cell [Named: WK5_TRUE_FALSE] that changes to TRUE when there is a 5-week month and FALSE when there is a 4-week month.
We therefore need, when WK5_TRUE_FALSE = FALSE, to hide columns W,X, Y & Z on sheets Accommodation, Bars, Garbage & Galley, bearing in mind that Accommodation could be renamed Housekeeping.
Is this possible?
Any help you can give would be much appreciated as this is definately outside of my experience/capabilities.
In the spreadsheet we have formulas calling on data from different sheets. Unfortunately, as these sheet names (i.e. tab names) can change e.g. going from 'Accommodation' to 'HouseKeeping', we have made the formulas indirected so that the formulas still work after such name changes.
We have one cell [Named: WK5_TRUE_FALSE] that changes to TRUE when there is a 5-week month and FALSE when there is a 4-week month.
We therefore need, when WK5_TRUE_FALSE = FALSE, to hide columns W,X, Y & Z on sheets Accommodation, Bars, Garbage & Galley, bearing in mind that Accommodation could be renamed Housekeeping.
Is this possible?
Any help you can give would be much appreciated as this is definately outside of my experience/capabilities.