+ Reply to Thread
Results 1 to 4 of 4

need a formula for increase % between criteria with my existing data

  1. #1
    Forum Contributor
    Join Date
    01-29-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    434

    need a formula for increase % between criteria with my existing data

    hello Expert

    We need a formula for increase % with my existing data
    We have a sheet in this sheet colum c we have data in % form we want to add few % between 1 to 5 as per following condition

    if colum C value is equal or greater then 95% then add 1% more i.e 96% in colum D

    if colum C value is equal or greater then 75% and less then 95% then add 2% more

    if colum C value is equal or greater then 50% and less then 75% then add 3% more

    if colum C value is equal or greater then 25% and less then 50% then add 4% more

    if colum C value is less then 25% then add 5% more

    i m attaching my sample file

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: need a formula for increase % between criteria with my existing data

    in D2
    =C2+LOOKUP(C2,{0,0.25,0.5,0.75,0.95},{0.05,0.04,0.03,0.02,0.01})
    and copy down

    column D are your new values
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: need a formula for increase % between criteria with my existing data

    In D2, then drag down

    =IF(C2>95%,C2+1%,IF(C2>75%,C2+2%,IF(C2>50%,C2+3%,IF(C2>25%,C2+4%,C2+5%))))

  4. #4
    Forum Contributor
    Join Date
    01-29-2012
    Location
    India
    MS-Off Ver
    Excel 2016
    Posts
    434

    Re: need a formula for increase % between criteria with my existing data

    Thanks a lot Speckial-K and kvsrinivasamurthy sir
    We add Rep both of u for this valuable help

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] how to add a filter criteria to an existing array formula?
    By da.se in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-31-2017, 10:40 PM
  2. [SOLVED] Editing existing formula for Index match criteria
    By paradise2sr in forum Excel General
    Replies: 3
    Last Post: 06-29-2015, 04:48 AM
  3. Replies: 7
    Last Post: 07-07-2014, 09:48 AM
  4. [SOLVED] need to add additional criteria to existing formula
    By Mattr177 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-31-2014, 12:12 AM
  5. [SOLVED] Need 'criteria' within AVERAGEIFS formula to automatically increase when dragging down
    By javboy800 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-07-2014, 10:49 AM
  6. [SOLVED] I need to increase existing prices by 10% and round up to next dollar
    By MaryOR in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-06-2014, 07:52 PM
  7. Replies: 1
    Last Post: 03-15-2009, 05:38 AM

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