Question about Combo Box (Form Control)
Ok - I built a personal finance spreadsheet for myself and I am trying to build some functionality into one of the sheets using a Combo Box. This will be a drop-down menu containing the option to choose data for a given month during the year.
The way I have the workbook setup is I have a sheet called Actual, another sheet called Budget, and a 3rd sheet called Comparison. Actual tracks all of my income and expenses by line item for each month. Budget sets my budget by line item for each month. And Comparison compares Actual vs Budget for each line item.
What I want to do is on the Comparison worksheet, select from the Drop down list a given month, and have all of the line items for that selected month (both Actual and Budget) populate into each individual line item:
The cells would Change from Actual!B5 and Budget!B5 to Actual!C5 and Budget!C5 when I changed from January to February, etc. as an example.
One of the problems is that the cells are non-contiguous. So for example, under the Income Section I have 5 rows of data and then then the next Section is Spending and it is separated by two rows.
I tried to attach my excel file but it said it was an invalid file.
Thanks, guys.