Dear all,
I have a massive sheet where all our clientes products are registered and how many licenses a cliente has.
I need to calculate the total price per client, based on what products they are subscribed to and the quantity of licenses.
So what do I need to do:
1) Establish which products they subscribe to (B - D)
2) Establish each subscribed product's unit price (G - H)
3) Add all the subscribed products' unit prices and multipy the result by the amount of licenses (E)
I think my brain is failing me because I just can't figure out how to do this...
Simplified exemple:
A1=Client; B1=Prod1; C1=Prod 2; D1=Prod 3; E1= Quantity; F1= ProdTotalPrice; G1=ProdName; H1=ProdUnitPrice
A2=Client1; B2=Yes; C2=No; D2=Yes; E2=200; F2=[formula goes here]; G2=Prod1; H2=0.50€
A3=Client 2; B3=No; C3=Yes; D3=Yes; E3=300; F3=[formula goes here]; G3=Prod 2; H3=0.60€
A4=Client 3; B4=Yes; C4=Yes; D4=Yes; E4=150; F4=[formula goes here]; G4=Prod 3; H3=0.23€
Thanks in advance for your help.
I have a massive sheet where all our clientes products are registered and how many licenses a cliente has.
I need to calculate the total price per client, based on what products they are subscribed to and the quantity of licenses.
So what do I need to do:
1) Establish which products they subscribe to (B - D)
2) Establish each subscribed product's unit price (G - H)
3) Add all the subscribed products' unit prices and multipy the result by the amount of licenses (E)
I think my brain is failing me because I just can't figure out how to do this...
Simplified exemple:
A1=Client; B1=Prod1; C1=Prod 2; D1=Prod 3; E1= Quantity; F1= ProdTotalPrice; G1=ProdName; H1=ProdUnitPrice
A2=Client1; B2=Yes; C2=No; D2=Yes; E2=200; F2=[formula goes here]; G2=Prod1; H2=0.50€
A3=Client 2; B3=No; C3=Yes; D3=Yes; E3=300; F3=[formula goes here]; G3=Prod 2; H3=0.60€
A4=Client 3; B4=Yes; C4=Yes; D4=Yes; E4=150; F4=[formula goes here]; G4=Prod 3; H3=0.23€
Thanks in advance for your help.