I have a counting table w/several columns (in Google Sheets):
So far, the price depends on single condition (Product), with VLOOKUP function
=((C2<>"free sample")*VLOOKUP(B2,Sheet2!B$2:C$4,2,FALSE))
Sheet2 contains:
This gives me price for every Payment Method except for Free sample (where price is 0 since it is free).
I'd like that Price depends on Product, Payment Mathod and Client.
eg. Wholesale will have one price for Product A when paying with cash (2€) and different when using card (3€).
Hope I made it clear enough.
So far, the price depends on single condition (Product), with VLOOKUP function
=((C2<>"free sample")*VLOOKUP(B2,Sheet2!B$2:C$4,2,FALSE))
Sheet2 contains:
This gives me price for every Payment Method except for Free sample (where price is 0 since it is free).
I'd like that Price depends on Product, Payment Mathod and Client.
eg. Wholesale will have one price for Product A when paying with cash (2€) and different when using card (3€).
Hope I made it clear enough.