slparadise
New Member
- Joined
- Jan 30, 2015
- Messages
- 16
[TABLE="width: 500"]
<tbody>[TR]
[TD]TABLE 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Widget[/TD]
[TD]--Length of Widget--[/TD]
[TD]--SF of Widget--[/TD]
[TD]$$COST$$[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]TABLE 2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]--Length of Widget--[/TD]
[TD]$$COST$$[/TD]
[/TR]
[TR]
[TD]0-5 Feet[/TD]
[TD]$10[/TD]
[/TR]
[TR]
[TD]6-10 Feet[/TD]
[TD]$15[/TD]
[/TR]
</tbody>[/TABLE]
I need to create a formula that will calculate the cost in TABLE 1 assuming a minimum for the --SF of Widget-- cell. I also need that formula to calculate based on the amounts in TABLE 2. I have created a drop down box in TABLE 1 for --Length of Widget-- that corresponds to TABLE 2. I am struggling with the minimum component. I need the formula to use 500 as a multiplier if the --SF of Widget-- is LESS THAN 500 and to use the number input in the --SF of Widget-- cell if that number is GREATER THAN 500.
Essentially if the --Length of Widget-- is 0-5 feet and the --SF of Widget-- is 300; the equation would be $10 * 500 ($10=0-5 Feet; 500=--SF of Widget--Minimum). If the the --Length of Widget-- is 0-5 feet and the --SF of Widget-- is 600; the equation would be $10 * 600 ($10=0-5 Feet; 500=--SF of Widget--Minimum).
Thanks for any and all help. I really do appreciate it.
<tbody>[TR]
[TD]TABLE 1[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Widget[/TD]
[TD]--Length of Widget--[/TD]
[TD]--SF of Widget--[/TD]
[TD]$$COST$$[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]TABLE 2[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]--Length of Widget--[/TD]
[TD]$$COST$$[/TD]
[/TR]
[TR]
[TD]0-5 Feet[/TD]
[TD]$10[/TD]
[/TR]
[TR]
[TD]6-10 Feet[/TD]
[TD]$15[/TD]
[/TR]
</tbody>[/TABLE]
I need to create a formula that will calculate the cost in TABLE 1 assuming a minimum for the --SF of Widget-- cell. I also need that formula to calculate based on the amounts in TABLE 2. I have created a drop down box in TABLE 1 for --Length of Widget-- that corresponds to TABLE 2. I am struggling with the minimum component. I need the formula to use 500 as a multiplier if the --SF of Widget-- is LESS THAN 500 and to use the number input in the --SF of Widget-- cell if that number is GREATER THAN 500.
Essentially if the --Length of Widget-- is 0-5 feet and the --SF of Widget-- is 300; the equation would be $10 * 500 ($10=0-5 Feet; 500=--SF of Widget--Minimum). If the the --Length of Widget-- is 0-5 feet and the --SF of Widget-- is 600; the equation would be $10 * 600 ($10=0-5 Feet; 500=--SF of Widget--Minimum).
Thanks for any and all help. I really do appreciate it.