liveproper
New Member
- Joined
- Apr 25, 2013
- Messages
- 4
Hello,
I am attempting to create a sales quote creator. I have a product database in one sheet with product number, product, product options, and price in each column.
I then have the 'sales quote creator' in another sheet with a dependent dropdown list (with product options being dependent on which product you choose). Of course, as there is a space in the names so I used =INDIRECT(SUBSTITUTE(B6," ","")). (For a more thorough description of how I made a dependent dropdown list with multiple words you can view: http://www.contextures.com/xlDataVal02.html)
My problem is I now want to pull up the price based on the product and product option chosen. I am fairly certain that you can use a combination of the VLookup and Match functions to accomplish this, however I don't know how to make it work with the Indirect function. Maybe you don't even need it. I don't know.
Anyway this is a visual representation of what I am after: dropbox link.
If anything is unclear please let me know. Thanks!!
LP
I am attempting to create a sales quote creator. I have a product database in one sheet with product number, product, product options, and price in each column.
I then have the 'sales quote creator' in another sheet with a dependent dropdown list (with product options being dependent on which product you choose). Of course, as there is a space in the names so I used =INDIRECT(SUBSTITUTE(B6," ","")). (For a more thorough description of how I made a dependent dropdown list with multiple words you can view: http://www.contextures.com/xlDataVal02.html)
My problem is I now want to pull up the price based on the product and product option chosen. I am fairly certain that you can use a combination of the VLookup and Match functions to accomplish this, however I don't know how to make it work with the Indirect function. Maybe you don't even need it. I don't know.
Anyway this is a visual representation of what I am after: dropbox link.
If anything is unclear please let me know. Thanks!!
LP
Last edited: