+ Reply to Thread
Results 1 to 2 of 2

Figuring Out My Paycheck

  1. #1
    Registered User
    Join Date
    11-15-2006
    Posts
    1

    Figuring Out My Paycheck

    Hello All,

    I am just trying to figure out what my own paychecks will be. The only problem is that I am doing a lot of overtime (time and a half) and I am looking for a formula that will stay at zero until I go over 40 hours.

  2. #2
    Forum Contributor
    Join Date
    10-27-2006
    Location
    United Kingdom
    MS-Off Ver
    EXCEL 2003 (2007 at home)
    Posts
    517

    use the IF

    The if function should be able to do this:

    =IF(hours<40,hours*standard_rate,40*standard_rate+(hours-40)*overtime_rate))

    Mark

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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