Closed Thread
Results 1 to 8 of 8

Formula for calculating CPP [Canada Pension Plan deductions]

  1. #1
    Registered User
    Join Date
    10-11-2015
    Location
    Wpg, MB
    MS-Off Ver
    Excel 2010
    Posts
    34

    Exclamation Formula for calculating CPP [Canada Pension Plan deductions]

    Hello All,

    I am looking for a formula to calculate CPP deductions to the max amount allowable. My current formula is:


    My fiscal year runs from Sept to August.

    This sample is from January:


    =IF((N7-3500/12)*4.95%*1<=2594,MAX((N7-3500/12)*4.95%,0),MAX(2594-(N7-3500/12)*4.95%*(1-1),0))

    This issue I have is that once it reaches the max allowable amount it is either returning a value less or greater than the max

    Any suggestions. I've attached a copy of the file.
    Attached Files Attached Files
    Last edited by RBK2; 04-26-2018 at 07:55 AM.

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Formula for calculating CPP [Canada Pension Plan deductions]

    Welcome back RBK2, it has been a while.
    I assume that the CPP calculation for January is in cell N81.
    I also assume that 624 is either more or less than what it should be.
    It would probably help us to help you if:
    1) You tell us the expected value for N81. Employee 1's expected values for each moth would help even more.
    2) Explain the basic requirements of the calculation and why the (2-2) part in N81 changes to (4-2) in O81 and (3-1) in P81 etc.
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  3. #3
    Registered User
    Join Date
    10-11-2015
    Location
    Wpg, MB
    MS-Off Ver
    Excel 2010
    Posts
    34

    Re: Formula for calculating CPP [Canada Pension Plan deductions]

    Hi,

    First of all thank you for your help. This has me baffled.

    Yes the January CPP calculation is in cell N81. The 624 is bang on. For the employee in row 81 they should be at max of 2594 and for the employe in row 82 they should be at max 2594. There should be no total amount over the max amount. The monthly value we vary depending on their salary in row 7.

    Basically I need to know how much CPP the employee should pay based on there monthly salary to a max CPP of 2594. Since the fiscal year runs from Sept to Aug I thought I had to divide by the number of pay periods 25 and identify the month that I was working with.

    Not entirely sure I have the formula correct. I initially tried it with the following formula based on 12 months =IF((N7-$C$109/12)*$C$112*1<=$C$110,MAX((N7-$C$109/12)*$C$112,0),MAX($C$110-(N7-$C$109/12)*$C$112*(1-1),0)) and got the same results.
    Last edited by RBK2; 04-26-2018 at 07:56 AM.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Formula for calculating CPP [Canada Pension Plan deductions]

    Basically I need to know how much CPP the employee should pay based on there monthly salary to a max CPP of 2594.
    Then it would seem to me that the monthly amount should be the lesser of 4.95% of the employees monthly salary or the max CPP minus the cumulative amounts for that employee.
    Paste the following into cell J81, drag the fill handle over to U81, then (while J81:U81 are still selected) drag down to U104:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Notice that employees 1, 2 and 6 have a max yearly contribution of 2594, while no employee has a total contribution that is larger than 2594. The employees monthly contributions also vary directly with salary.
    Let us know if you have any questions.

  5. #5
    Registered User
    Join Date
    10-11-2015
    Location
    Wpg, MB
    MS-Off Ver
    Excel 2010
    Posts
    34

    Re: Formula for calculating CPP [Canada Pension Plan deductions]

    That works however, my fiscal year starts in September and the CPP starts in January. How do I make the formula work so that it starts in January?

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,548

    Re: Formula for calculating CPP [Canada Pension Plan deductions]

    See if this will work.
    Select cell J78 and type in the date for 1 September, 2017 as dictated by the date format of your computer (i.e. 9/1/17)
    After pressing the Ctrl + Enter keys press Ctrl + 1 and select custom
    Type mmmm in the 'Type:' box
    Drag the fill handle of cell J78 over to cell K78
    Change the date to 1 October, 2017
    After pressing Ctrl + Enter, select both J78 and K78
    Drag the fill handle over to cell U78
    At this point the names of the months should be in row 78 although September may be displaying ******* until either J78 is enlarged or the font is reduced.
    Now paste the following formula into cell J81: =IF(MONTH(J$78)<9,MIN(J7*$C$112,$C$110-SUM($I81:I81)),0)
    After pressing the Ctrl + Enter keys, drag the fill handle over to U81, then (while J81:U81 are still selected) drag down to U104.
    Let us know if you have any questions.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    06-14-2021
    Location
    Vancouver, Canada
    MS-Off Ver
    Office 2019
    Posts
    1

    Re: Formula for calculating CPP [Canada Pension Plan deductions]

    Hi JeteMc,

    For some reason I'm getting a circular reference when I try this. Any idea as to why?

    Appreciate it.

    Thanks

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,728

    Re: Formula for calculating CPP [Canada Pension Plan deductions]

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Error calculating Superannuation deductions
    By PistolPete7 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-10-2016, 09:26 PM
  2. Payroll sheet with Canada Pension Plan calculation
    By jaay3030 in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 03-27-2015, 04:16 PM
  3. [SOLVED] Help Calculating Deductions In A Single Cell
    By nevintech in forum Excel General
    Replies: 2
    Last Post: 08-13-2012, 04:15 PM
  4. Calculating maximum monthly pension
    By sk8chris84 in forum Excel General
    Replies: 2
    Last Post: 07-13-2011, 02:56 PM
  5. Replies: 2
    Last Post: 05-26-2011, 05:02 PM
  6. Calculating deductions from gross income?
    By fredlikes in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 12-06-2010, 05:12 PM
  7. calculating deductions
    By Kmac in forum Excel General
    Replies: 13
    Last Post: 03-31-2010, 05:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1