+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Salary scheme

  1. #1
    Registered User
    Join Date
    05-21-2011
    Location
    Stavanger, Norway
    MS-Off Ver
    Excel 2007
    Posts
    1

    Salary scheme

    Hi.
    Im making a excel doc where i can make track of my working hours, and that my sallary is correct.

    I want to fill in when i startet at work, and when i ended, and need a function that find how many hours i worked that day. Problem is that when i fill inn:
    Start: End Break
    0800 1600 0030
    Its get messed up by the cell format and stuff, any tips?

    Secound problem, i have a tax table, so when my scheme has found out how much i make BEFORE tax, i want it to auto find how much tax i need to pay.. the tax table is type:
    If u make 10 000, u have to pay 1300 tax, if u make 11 000, u have to pay 1500 and so on....

    Anyone?

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Salary scheme

    Hello,

    if you want to make this easier, enter real "time" values, like 8:00 and 16:00. You can format these to appear with a leading zero (08:00) if you want. You can then use a simple formula like

    =B1-A1-C1

    (A1 = start time, B1 = end time, C1 = break )

    For the tax lookup you need to create a table with two columns. The left column has the values 0, 10000, 11000 etc. The right column has the tax amount to pay for the income starting with the number in the left column. You can then use a formula like

    =VLOOKUP(A6,H1:I5,2,TRUE)

    A6 is the income earned, H1:I5 is the tax table.

    See attached.

    cheers,
    Attached Files Attached Files

+ 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