All,
I need some help creating a dynamic formula that calculates a percentage based on when a benefit is supposed to begin.
For example, let's say we receive the following data about an "Awesome Benefit" that we will start realizing in Q3 2015. 100% will be realized by end of 2017.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Benefit Start Date[/TD]
[TD]2014[/TD]
[TD]2015[/TD]
[TD]2016[/TD]
[TD]2017[/TD]
[/TR]
[TR]
[TD]Q3 2015[/TD]
[TD]0%[/TD]
[TD]40%[/TD]
[TD]40%[/TD]
[TD]20%[/TD]
[/TR]
</tbody>[/TABLE]
I want to develop a formula that essentially populates the following information (the breakdown of % by quarter), where the full 40% for 2015 is realized over Q3 and Q4 for 2015, and 2016 percentage is spread over all 4 quarters evenly (AKA peanut butter spread for the remaining full years)
[TABLE="class: grid, width: 1000"]
<tbody>[TR]
[TD]Q12014[/TD]
[TD]q22014[/TD]
[TD]Q32014[/TD]
[TD]Q42014[/TD]
[TD]Q12015[/TD]
[TD]Q22015[/TD]
[TD]Q32015[/TD]
[TD]Q42015[/TD]
[TD]Q12016[/TD]
[TD]Q22016[/TD]
[TD]Q32016[/TD]
[TD]Q42016[/TD]
[TD]Q12017[/TD]
[TD]Q22017[/TD]
[TD]Q32017[/TD]
[TD]Q42017[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]20%[/TD]
[TD]20%[/TD]
[TD]10%[/TD]
[TD]10%[/TD]
[TD]10%[/TD]
[TD]10%[/TD]
[TD]5%[/TD]
[TD]5%[/TD]
[TD]5%[/TD]
[TD]5%[/TD]
[/TR]
</tbody>[/TABLE]
I would very very much appreciate if someone could help...I have been trying to make nested if statements based upon Quarter and year, but Excel cannot process that many if(and()s.
Thank you thank you!!!
I need some help creating a dynamic formula that calculates a percentage based on when a benefit is supposed to begin.
For example, let's say we receive the following data about an "Awesome Benefit" that we will start realizing in Q3 2015. 100% will be realized by end of 2017.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Benefit Start Date[/TD]
[TD]2014[/TD]
[TD]2015[/TD]
[TD]2016[/TD]
[TD]2017[/TD]
[/TR]
[TR]
[TD]Q3 2015[/TD]
[TD]0%[/TD]
[TD]40%[/TD]
[TD]40%[/TD]
[TD]20%[/TD]
[/TR]
</tbody>[/TABLE]
I want to develop a formula that essentially populates the following information (the breakdown of % by quarter), where the full 40% for 2015 is realized over Q3 and Q4 for 2015, and 2016 percentage is spread over all 4 quarters evenly (AKA peanut butter spread for the remaining full years)
[TABLE="class: grid, width: 1000"]
<tbody>[TR]
[TD]Q12014[/TD]
[TD]q22014[/TD]
[TD]Q32014[/TD]
[TD]Q42014[/TD]
[TD]Q12015[/TD]
[TD]Q22015[/TD]
[TD]Q32015[/TD]
[TD]Q42015[/TD]
[TD]Q12016[/TD]
[TD]Q22016[/TD]
[TD]Q32016[/TD]
[TD]Q42016[/TD]
[TD]Q12017[/TD]
[TD]Q22017[/TD]
[TD]Q32017[/TD]
[TD]Q42017[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]20%[/TD]
[TD]20%[/TD]
[TD]10%[/TD]
[TD]10%[/TD]
[TD]10%[/TD]
[TD]10%[/TD]
[TD]5%[/TD]
[TD]5%[/TD]
[TD]5%[/TD]
[TD]5%[/TD]
[/TR]
</tbody>[/TABLE]
I would very very much appreciate if someone could help...I have been trying to make nested if statements based upon Quarter and year, but Excel cannot process that many if(and()s.
Thank you thank you!!!