I am wondering if it is possible (if so, then how) to set up a worksheet where the user inputs a range for high and low and the spreadsheet adjusts accordingly. For example:
high:6 to 8
low: 3 to 5
Based on the high and low, I want to create a list of all possible combinations such as:
High Low
6 3
7 3
8 3
6 4
7 4
8 4
6 5
7 5
8 5
Let's suppose the user wants to change the range to say:
high: 8 to 11
low: 4 to 7
Is there a way for excel to adjust to the new range, change the size of the table, and automatically change to:
High Low
8 4
9 4
10 4
11 4
8 5
9 5
10 5
11 5
8 6
9 6
10 6
11 6
8 7
9 7
10 7
11 7
Any help would be appreciated! Thanks.
Bookmarks