+ Reply to Thread
Results 1 to 6 of 6

calculate pay checks per month, to get monthly income value for that month.

  1. #1
    Registered User
    Join Date
    11-19-2012
    Location
    florida
    MS-Off Ver
    Excel 2010
    Posts
    3

    calculate pay checks per month, to get monthly income value for that month.

    i get paid every 14 days so sometimes i get paid three times in a month. I would like to be able to figure out which months this occurs on, possible even auto load it if its in that month into monthly income. So far i input first pay day of the year then did a simple +14 but feel free to educate me if there is a smarter option.

    note: if i ignorantly continued with what i have i was going to try to count the number of times a month occurred then get current month check it and multiply pay.... ahhh i know its alot.

    I am new here and it seemed like there was some solid advice so please excuse any noobish errors.

    i noticed it was common to give attachment as example mine is in office 2010

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,385

    Re: calculate pay checks per month, to get monthly income value for that month.

    You could do something like:

    =SUMPRODUCT(--(MONTH($C$3:$C$30)=1))*50 for January but you need to lose today's date from column C.

    For all the months, you could use:

    =SUMPRODUCT(--(MONTH($C$3:$C$30)=ROW(A1)))*50 ... and drag down


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    11-19-2012
    Location
    florida
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: calculate pay checks per month, to get monthly income value for that month.

    hmm i don't understand what that does tried it anyway but didn't give me the number of occurrences of the given month. The *50 confuses me also.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,385

    Re: calculate pay checks per month, to get monthly income value for that month.

    The 50 was what I thought you had down as fortnightly pay. Take it out if you just want to count paydays.

    Regards, TMS

  5. #5
    Registered User
    Join Date
    11-19-2012
    Location
    florida
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: calculate pay checks per month, to get monthly income value for that month.

    Thanks this resolved my issues and got me on the path of figuring the rest out! I appreciate it! is there a way i can mark this as resolved or answered.

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,385

    Re: calculate pay checks per month, to get monthly income value for that month.

    You're welcome.


    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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