N
Nancy T
This is my first post so please bear with me. What I think I need is an
IF formula. I am trying to add YTD revenue to calculate bonuses. When
YTD revenue reaches $400,000, I want to calculate a 33% bonus. At
$600,000 I want to calculate a 35% bonus, at $800,000 it becomes 38%
and at $1,000,000 it becomes 40%.
I only want to calculate the bonus once at each increment. So even if
the YTD revenue exceeds $400,000 for several months in a row, I only
want to add the bonus one time (I'm adding it to the expense line).
I have my dates as column headings with the revenue and expenses as the
rows.
Here's what I've got so far:
=SUM(B41:J41>400000,(SUM(B41:J41)-400000)*0.33)
This works for the first month YTD revenue exceeds $400,000 but not
after that.
Can anyone please help?? Thanks.
IF formula. I am trying to add YTD revenue to calculate bonuses. When
YTD revenue reaches $400,000, I want to calculate a 33% bonus. At
$600,000 I want to calculate a 35% bonus, at $800,000 it becomes 38%
and at $1,000,000 it becomes 40%.
I only want to calculate the bonus once at each increment. So even if
the YTD revenue exceeds $400,000 for several months in a row, I only
want to add the bonus one time (I'm adding it to the expense line).
I have my dates as column headings with the revenue and expenses as the
rows.
Here's what I've got so far:
=SUM(B41:J41>400000,(SUM(B41:J41)-400000)*0.33)
This works for the first month YTD revenue exceeds $400,000 but not
after that.
Can anyone please help?? Thanks.