Hi,
I have an excel workbook with two sheets.Both sheets have 'item number' as a column.Both sheets contain different number of rows.I want to write a macro for displaying the common items in both sheets on a page (comparing both the sheets and getting the common item numbers)
I have to write a macro for generating a Waterfall chart.Have attached a Waterfall.zip file showing the format and requirement.
The 'Actual' values come from one sheet and the 'Forecast' value from the other of the same worksheet.(Item 1,Item 2......) are the common items in both the sheets.Variance =Actual-Forecast.........
It would be kind of you if someone could help me generate this waterfall model using Macro programming in Excel (VB Editor)...