Z zoukou55 New Member Apr 7, 2012 #1 I have 6 items in my drop list and with their own budget When I chose an item, it is possible that his budget appears in the appropriate cell for example, when I chose "vehicle maitenance", I want to see automatically his budget, his cost centre, and total cost thanks
I have 6 items in my drop list and with their own budget When I chose an item, it is possible that his budget appears in the appropriate cell for example, when I chose "vehicle maitenance", I want to see automatically his budget, his cost centre, and total cost thanks
Faseeh Excel Ninja Apr 7, 2012 #2 Hi zoukou55, Welcome to the Chandoo's forums!! You can do that with either vlookup() or index() & Match(). Depdnding on how data is present these will work: Code: =vlookup("Vehicale Maintenance,YourTable, ColumnUWantToLookInto) OR =Index(ColumnUWantToLookInt,Match("Vehicale Maintenance",HeaderRow,0),0) ...It would be help full if you upload a sample file in case this doesn't work. Regards, Faseeh
Hi zoukou55, Welcome to the Chandoo's forums!! You can do that with either vlookup() or index() & Match(). Depdnding on how data is present these will work: Code: =vlookup("Vehicale Maintenance,YourTable, ColumnUWantToLookInto) OR =Index(ColumnUWantToLookInt,Match("Vehicale Maintenance",HeaderRow,0),0) ...It would be help full if you upload a sample file in case this doesn't work. Regards, Faseeh