G
Guest
Hello All,
I am dire need of making "if"/"then" type of calculation.
Example:
Fruit Type:
Net Weight:
Net Price:
We have at least 3 different types of fruit: Apples, Bananas & Pears
Apples sells for .5, Bananas .7 & Pears .3 per/pound
I need price to do something like:
If [Fruit Type] = "Apples" then [Net Weight]*.5
If [Fruit Type] = "Bananas" then [Net Weight]*.7
If [Fruit Type] = "Pears" then [Net Weight]*.3
How can I make this expression work. Any help would be WELCOMED!
I am dire need of making "if"/"then" type of calculation.
Example:
Fruit Type:
Net Weight:
Net Price:
We have at least 3 different types of fruit: Apples, Bananas & Pears
Apples sells for .5, Bananas .7 & Pears .3 per/pound
I need price to do something like:
If [Fruit Type] = "Apples" then [Net Weight]*.5
If [Fruit Type] = "Bananas" then [Net Weight]*.7
If [Fruit Type] = "Pears" then [Net Weight]*.3
How can I make this expression work. Any help would be WELCOMED!