Arnodekkers1995
New Member
- Joined
- Feb 19, 2016
- Messages
- 11
Hi,
I'm making a sheet to easily click together invoices/offers.
Therefor i've got a data-sheet which has all products on it (per row), with also colums for each 'color' of this product, and the prices of these combinations.
Now, in the main 'Offer' sheet, i'd like to be able to select a product (from dropdown), and then select a color of this product, for example it's colour. These two together should bring up a price which then can be displayed in the offer.
This is all not rocket-science and i've got it working well, there's only one thing i'd like to solve:
Right now, there are some products which are not available in a certain configuration (in my example sheet, the chair is not available in Blue, and the couch not in Yellow). Therefor, i'd like the 'color' dropdown to also not show them.
Is there any possible way to get this achieved?
Thanks in advance!
I'm making a sheet to easily click together invoices/offers.
Therefor i've got a data-sheet which has all products on it (per row), with also colums for each 'color' of this product, and the prices of these combinations.
Description | Yellow | Blue | Red |
Table | $ 10,00 | $ 15,00 | $ 20,00 |
Chair | $ 20,00 | $ 26,00 | |
Couch | $ 85,00 | $ 95,00 |
Now, in the main 'Offer' sheet, i'd like to be able to select a product (from dropdown), and then select a color of this product, for example it's colour. These two together should bring up a price which then can be displayed in the offer.
Qty | Product | Color | Price | Subtotal |
5 | Table | Blue | € 15,00 | € 75,00 |
3 | Chair | Red | € 26,00 | € 78,00 |
Total | € 153,00 |
This is all not rocket-science and i've got it working well, there's only one thing i'd like to solve:
Right now, there are some products which are not available in a certain configuration (in my example sheet, the chair is not available in Blue, and the couch not in Yellow). Therefor, i'd like the 'color' dropdown to also not show them.
Is there any possible way to get this achieved?
Thanks in advance!