I have a row in excel that calculates commissions. Once the total gets to $8,000 (B6 in the below example), I want the formula to no longer calculate commission. Commission should be zero.
What formula do I put into the B column? Whenever I do an IF formula, I get a circular reference because I am referring to B6 in the formula (which is summing all of B column)
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]20%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Commision[/TD]
[TD]Cap[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5,000[/TD]
[TD]=A3*B1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3,000[/TD]
[TD]=A4*B1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]=SUM(B2:B5)[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What formula do I put into the B column? Whenever I do an IF formula, I get a circular reference because I am referring to B6 in the formula (which is summing all of B column)
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]20%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Commision[/TD]
[TD]Cap[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]5,000[/TD]
[TD]=A3*B1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]3,000[/TD]
[TD]=A4*B1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD][/TD]
[TD]=SUM(B2:B5)[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]