thewolfdead
New Member
- Joined
- Sep 23, 2016
- Messages
- 24
Dear All,
[TABLE="width: 500"]
<tbody>[TR]
[TD]Lot Price[/TD]
[TD]Individual Price[/TD]
[TD]Item[/TD]
[TD]Size[/TD]
[/TR]
[TR]
[TD]$50[/TD]
[TD]formula goes here<formula goes="" here=""><insert formula=""></insert></formula>[/TD]
[TD]Product A[/TD]
[TD]1kg[/TD]
[/TR]
[TR]
[TD]$75[/TD]
[TD]formula goes here<formula goes="" here=""><insert formula=""></insert></formula>[/TD]
[TD]Product B[/TD]
[TD]5kg[/TD]
[/TR]
[TR]
[TD]$100[/TD]
[TD]formula goes here<formula goes="" here=""><insert formula=""></insert></formula>[/TD]
[TD]Product C[/TD]
[TD]10kg[/TD]
[/TR]
</tbody>[/TABLE]
I believe that I have the write multiple IF formula but I keep getting a "#VALUE!" return on the cell. The goal is that depending on the line item @Size, a different calculation is made for its respective @Lot Price:
=IF([@Size]="10kg", ([@[Lot Price]]*(1.5))),IF([@Size]="5kg",([@[Lot Price]]*1.5/3)), IF([@Size]="1kg",([@[Lot Price]]*1.5/6))
I have reviewed it many times and referred to websites...I do not believe that the OR function will assist me.
Any advice would be greatly appreciated.
Regards,
D
[TABLE="width: 500"]
<tbody>[TR]
[TD]Lot Price[/TD]
[TD]Individual Price[/TD]
[TD]Item[/TD]
[TD]Size[/TD]
[/TR]
[TR]
[TD]$50[/TD]
[TD]formula goes here<formula goes="" here=""><insert formula=""></insert></formula>[/TD]
[TD]Product A[/TD]
[TD]1kg[/TD]
[/TR]
[TR]
[TD]$75[/TD]
[TD]formula goes here<formula goes="" here=""><insert formula=""></insert></formula>[/TD]
[TD]Product B[/TD]
[TD]5kg[/TD]
[/TR]
[TR]
[TD]$100[/TD]
[TD]formula goes here<formula goes="" here=""><insert formula=""></insert></formula>[/TD]
[TD]Product C[/TD]
[TD]10kg[/TD]
[/TR]
</tbody>[/TABLE]
I believe that I have the write multiple IF formula but I keep getting a "#VALUE!" return on the cell. The goal is that depending on the line item @Size, a different calculation is made for its respective @Lot Price:
=IF([@Size]="10kg", ([@[Lot Price]]*(1.5))),IF([@Size]="5kg",([@[Lot Price]]*1.5/3)), IF([@Size]="1kg",([@[Lot Price]]*1.5/6))
I have reviewed it many times and referred to websites...I do not believe that the OR function will assist me.
Any advice would be greatly appreciated.
Regards,
D
Last edited: