+ Reply to Thread
Results 1 to 5 of 5

Multiple If Functions Percentage

  1. #1
    Registered User
    Join Date
    07-28-2017
    Location
    United States
    MS-Off Ver
    2007
    Posts
    6

    Multiple If Functions Percentage

    Hey folks,

    I need help with a formula..

    Let's say I have a column with a ton of percentages..

    Some with 500% and some with -900%

    How do I create an IF function to say that if anything is above 100% it will be 100% and if anything is more than -90% it would be -90%?

    Right now I have it as
    =IF(cell number>100%,"100%",cell number). Am I doing this right? But now I don't know how to add in the -90%..

    Thanks!

  2. #2
    Forum Expert leelnich's Avatar
    Join Date
    03-20-2017
    Location
    Delaware, USA
    MS-Off Ver
    Office 2016
    Posts
    2,807

    Re: Multiple If Functions Percentage

    Hi ggpaul, welcome! Try this:
    =IF(A1>1,1,IF(A1<-0.9,-0.9,A1))

    Please click the Add Reputation star below any helpful posts, and if you have your answer, mark your thread as SOLVED (Thread Tools up top). Thanks!-Lee

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Multiple If Functions Percentage

    Try

    =MIN(500%,MAX(-900%,A1))

  4. #4
    Registered User
    Join Date
    07-28-2017
    Location
    United States
    MS-Off Ver
    2007
    Posts
    6

    Re: Multiple If Functions Percentage

    You are the man!

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,656

    Re: Multiple If Functions Percentage

    Who is the man?

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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. Percentage for multiple columns with rounding
    By Eazio in forum Excel General
    Replies: 1
    Last Post: 07-19-2016, 05:32 AM
  2. Replies: 6
    Last Post: 03-17-2015, 01:35 AM
  3. Combining multiple functions>lookup/sum functions
    By mush106 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-22-2013, 07:47 AM
  4. [SOLVED] Help with multiple IF functions and possible lookup functions.
    By englishfellow in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-29-2013, 01:49 PM
  5. Replies: 4
    Last Post: 03-08-2013, 09:49 AM
  6. Replies: 4
    Last Post: 01-08-2013, 09:04 AM
  7. Multiple IF Functions or VLOOKUP functions
    By yinka00000 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-15-2012, 11:29 PM

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