Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

How do I create a fomula that adds a percentage dependant on score???

Latest post Wed, Jun 9 2010 12:12 PM by Jim Cone. 1 replies.
  • Wed, Jun 9 2010 11:14 AM

    • Nikkiq
    • Not Ranked
    • Joined on Wed, Jun 9 2010
    • Posts 1
    • Points 21

    How do I create a fomula that adds a percentage dependant on score???

    Hi All,

    I am new to this site and although I use excel every day I am struggling to write a formula!

    I have a list of staff salaries and each person will be awarded a score of between 1-3 by their line manager, I then need to be able to add a percentage wage increase dependant on that score.

    For example if they score 1 they will get 0.5% increase, but if they score 3 they get 1.5% increase.

    They spreadsheet needs to be all tidy and easy for non-finance managers to look at so all they have to do is add the score and see what happens!

    Sorry if this is really basic, but its confused me!

     

    Many thanks

     

     

    • Post Points: 21
  • Wed, Jun 9 2010 12:12 PM In reply to

    • Jim Cone
    • Top 10 Contributor
    • Joined on Tue, Jan 15 2008
    • Portland, Oregon - USA
    • Posts 130
    • Points 1,830

    Re: How do I create a fomula that adds a percentage dependant on score???

     

    Name in Column B
    Salary in Column C
    Score in Column D

    Formula in Column E:   =IF(AND(ISNUMBER(D5),D5<4,D5>0),C5*CHOOSE(D5,1.005,1.01,1.015),"")

    '--
    Jim Cone
    Portland, Oregon USA
    http://www.contextures.com/excel-sort-addin.html

    • Post Points: 5
Page 1 of 1 (2 items) | RSS
Copyright Excel User Group and the relevant contributors, 2010. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.