Hello All
I was wondering what would be the best way to create a report using drop down lists
I have created a report which has two drop down menus, which currently relate to source of business and time period. At the moment, as the conditions are changed, the data within the related table and graphs change accordingly. The back-end data is currently set up in pivot tables, and I have used if functions with hlookups to call the data
eg. =IF($E$3 = "Web",HLOOKUP($F$3,'C_H_NB_Vol Pivot Tables'!$66:$80,Lookup!$L9,FALSE),IF($E$3 = "All",HLOOKUP($F$3,'C_H_NB_Vol Pivot Tables'!$6:$20,Lookup!$L9,FALSE),IF($E$3 = "Phone",HLOOKUP($F$3,'C_H_NB_Vol Pivot Tables'!$46:$60,Lookup!$L9,FALSE),IF($E$3 = "Aggregator",HLOOKUP($F$3,'C_H_NB_Vol Pivot Tables'!$26:$40,Lookup!$L9,FALSE)))))
However, to develop this report further, I need to add a further a 3 drop down options: product (motor, home, etc), brand, type (New Business, Inforce)
Help? What functions would be best for this?? Can I have different formulas pre written into cells on a 'lookup' worksheet and then within my formula, reference different batches of code to use where necessary?
Or would i need to use VBA coding and use buttons as opposed to drop down lists?
Please help...
Bookmarks