I'm trying to help someone out with displaying their sales/forecasting information nicely on a month-by-month basis.
Currently their worksheet is laid out as follows:
Customer, Product, Jan Forecast, Feb Forecast, ..., Dec Forecast, Jan Sales, Feb Sales, ...., Dec Sales
They want an easy way to review the Sales/Forecasting for each customer/product on a month-by-month basis. Basically to compare how the actual sales compared to the forecast.
Possible solutions I've come up with mostly involve a macro of some kind, either:
Are there any other options I've missed, any better solutions?
Currently their worksheet is laid out as follows:
Customer, Product, Jan Forecast, Feb Forecast, ..., Dec Forecast, Jan Sales, Feb Sales, ...., Dec Sales
They want an easy way to review the Sales/Forecasting for each customer/product on a month-by-month basis. Basically to compare how the actual sales compared to the forecast.
Possible solutions I've come up with mostly involve a macro of some kind, either:
- 1 - Manually rearrange the columns so that Jan Forecast/Sales are adjacent, then Feb Forecast/Sales, etc. Easy to do and probably sufficient for what they need.
- 2 - Add a drop-down list of months, and for any month selected, use a macro to hide the columns that don't apply.
- 3 - Write a macro to reformat the data so that columns are, Customer, Product, Month, Year, Forecast, Sales. Data manipulation using Pivot Tables etc is then much easier.
Are there any other options I've missed, any better solutions?