Summation formula

Jmoz092

Board Regular
Joined
Sep 8, 2017
Messages
184
Office Version
  1. 365
  2. 2011
Platform
  1. Windows
  2. MacOS
Hi, I need help creating a worksheet formula. I have a task with tiered goals (0-80). One may be evaluated at any point on this tier; employee A may start at tier 1, employee B may start at tier 10 at evaluation times. Going from tier 0 to tier 1 requires satisfactory completion of 1 task. Going from tier 1 to tier 2 requires satisfactory completion of 1 tasks. Going from tier 2 to tier 3 requires satisfactory completion of 1 tasks so forth and so on. So to get to tier 3, the employee would have needed to complete 6 tasks, to go from tier 0 to tier 20, the employee would need to have completed 210 tasks.

I need a way to figure out how many tasks the employee needs to complete given the current tier they're on, and their goal. The scale goes to 80, but it is not always obtainable. [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Current Tier[/TD]
[TD]Tier Goal[/TD]
[TD]# of completed tasks needed[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]

A formula to calculate C2 based on variable input into A2 and B2 is what I'm after. I've tried adding helper columns to use Gaussian summation, but I'm not getting where I need to be. Any help would be appreciated
 
Last edited:

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,225,747
Messages
6,186,792
Members
453,371
Latest member
HMX180

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top