rebeccaogun
New Member
- Joined
- May 21, 2013
- Messages
- 4
Hi guys,
Can anyone help me with this ??
My original VB code is
ElseIf brand = "MAC" And year = "2013" Then
Profit = 22 / 100 * cost * quantity
ElseIf brand = "Rimmel LONDON" And year = "2013" Then
Profit = 31 / 100 * cost * quantity
ElseIf brand = "REVLON" And year = "2013" Then
Profit = 23 / 100 * cost * quantity
ElseIf brand = "MaXFactor" And year = "2013" Then
Profit = 26 / 100 * cost * quantity
And now I want to add a 12% increase to the quantity. How do I do this??
Thank you very much
Can anyone help me with this ??
My original VB code is
ElseIf brand = "MAC" And year = "2013" Then
Profit = 22 / 100 * cost * quantity
ElseIf brand = "Rimmel LONDON" And year = "2013" Then
Profit = 31 / 100 * cost * quantity
ElseIf brand = "REVLON" And year = "2013" Then
Profit = 23 / 100 * cost * quantity
ElseIf brand = "MaXFactor" And year = "2013" Then
Profit = 26 / 100 * cost * quantity
And now I want to add a 12% increase to the quantity. How do I do this??
Thank you very much