+ Reply to Thread
Results 1 to 2 of 2

IFS Function with range

Hybrid View

  1. #1
    Registered User
    Join Date
    01-16-2018
    Location
    Indonesia
    MS-Off Ver
    2010
    Posts
    5

    IFS Function with range

    Hello,

    I'm trying to do data as following with Excel 2016:

    Score 0-16 , result is Superior
    Score 17-100, result is Average
    Score above 101, result is Low

    However I don't understand how IFS function works yet. My formula as below:


    =IFS(G16<=16,"Superior",G16>16,"Average",G16>100,"Low")


    Please help to advise what should I correct.

    Thank you

  2. #2
    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
    91,015

    Re: IFS Function with range

    The middle argument makes it fail. Change it to this:

    =IFS(G16<=16,"Superior",G16<=100,"Average",G16>100,"Low")

    Please update your user profile with the version of Excel that you are now using.
    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. [SOLVED] Setting the Range of a Worksheet Function using the Location of the overall Function Input
    By shouwiz in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-31-2018, 08:23 PM
  2. Replies: 3
    Last Post: 08-14-2017, 06:26 AM
  3. Range of copied cells based on the range of a UDF array function
    By katxt in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-30-2016, 08:58 PM
  4. Replies: 1
    Last Post: 11-24-2015, 03:00 AM
  5. Replies: 6
    Last Post: 11-08-2014, 07:07 PM
  6. Replies: 15
    Last Post: 06-24-2014, 09:27 AM
  7. Replies: 15
    Last Post: 09-10-2013, 05:31 AM

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.6.0 RC 1