+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Registered User
    Join Date
    11-27-2009
    Location
    Southampton, UK
    MS-Off Ver
    Excel 2003
    Posts
    1

    Working with payscales - IF function?

    This is a bit of a complicated one, or at least it feels complicated.

    I am working to develop some salary grades based on the number of points roles have scored during job evaluation, for example:
    Grade A = 1 - 100 points
    Grade B = 101 - 200 points
    etc.

    What I'd like to be able to do is, as I experiment, have it so I can just adjust the number of points a grade spans so it automatically updates what grade a particular role is on. I tried using an IF function, but it didn't work as I'd hoped and also there are more than 7 grades so I don't think I could programme them all.

    Excel Help suggested using v-lookup and, whilst I am familar with this function, I don't know how I'd use it in this capacity.

    Any suggestions, ideas or help would be greatly appreciated, but I realise I may be trying the impossible.

    Thanks

  2. #2
    Forum Guru rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Working with payscales - IF function?

    DonkeyOte and I just finished a similar thread http://www.excelforum.com/excel-misc...ata-range.html
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Forum Guru rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Working with payscales - IF function?

    Is this what you like?

    Code:
    =CHAR(FLOOR(G7,100)/100+64)
    it will give you
    A: 100-199
    B: 200-299
    C: 300-399
    etc.
    Last edited by rwgrietveld; 11-27-2009 at 08:55 AM.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  4. #4
    Forum Contributor
    Join Date
    08-22-2008
    Location
    S-o-t
    MS-Off Ver
    Excel 1997
    Posts
    156

    Re: Working with payscales - IF function?

    Hi

    maybe the attached sheet will get you started i'm sure there is a much easier way. It works with Roundup & Vlookup formula and hiding some columns.

    Dave
    Attached Files Attached Files

  5. #5
    Valued Forum Contributor khamilton's Avatar
    Join Date
    10-08-2009
    Location
    IL
    MS-Off Ver
    Excel 2007
    Posts
    341

    Re: Working with payscales - IF function?

    Or you could try this and you dont need column c and if you dont want #N/A replace with this :=IFERROR(LOOKUP(ROUNDUP(D6,-2),$A$1:$A$15,$B$1:$B$15),"")
    Clippy(1).xls
    Last edited by khamilton; 11-27-2009 at 10:07 PM. Reason: chaned D16 to D6

  6. #6
    Forum Guru darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Colorado, US
    MS-Off Ver
    2007
    Posts
    2,140

    Re: Working with payscales - IF function?

    Why not just use floor values for the grades and get rid of the ROUNDUP part of the formula? 0 for A, 101 for B, 201 for C, etc.

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.2.0