Ok I have a spreadsheet that I am developing for use at work for Capability,
I have a cell G8 that using a drop down list for 3 variables "Regular" "Max limit" "Min Limit"
In a series of calculation rows (because theres 30 sets or the same calculation in each row) I have a row for Maximum spec limit Row 22 Nominal Spec limit Row 23 and Minimum Spec limit Row 24.
What i want the macro to do is to always and actively run with out having to click a button. So when the user picks "Min Limit" from G8 it will hide row 22 and in the same moment if I pick "Max limit" from G8 it will unhide 22 and hide row 24, ALSO if they pick "Regular" again from G8 it will unhide which ever rows were previously hidden and so that all 3 rows are showing.
The purpose for me to hide these is for visual purposes to hide the actual line of data on the graph because its not valid
Here's what we tried. We triad Radio buttons and it works HOWEVER the cells in the rows that would remain unhidden have IF statements to change math formulas AS WELL if cell G8 = to specific value inside the dropdown list. Radio buttons do not allow the cell values to change
Can anyone help me out?
I have a cell G8 that using a drop down list for 3 variables "Regular" "Max limit" "Min Limit"
In a series of calculation rows (because theres 30 sets or the same calculation in each row) I have a row for Maximum spec limit Row 22 Nominal Spec limit Row 23 and Minimum Spec limit Row 24.
What i want the macro to do is to always and actively run with out having to click a button. So when the user picks "Min Limit" from G8 it will hide row 22 and in the same moment if I pick "Max limit" from G8 it will unhide 22 and hide row 24, ALSO if they pick "Regular" again from G8 it will unhide which ever rows were previously hidden and so that all 3 rows are showing.
The purpose for me to hide these is for visual purposes to hide the actual line of data on the graph because its not valid
Here's what we tried. We triad Radio buttons and it works HOWEVER the cells in the rows that would remain unhidden have IF statements to change math formulas AS WELL if cell G8 = to specific value inside the dropdown list. Radio buttons do not allow the cell values to change
Can anyone help me out?