+ Reply to Thread
Results 1 to 7 of 7

Formula to assign condition based on value and criteria range

  1. #1
    Registered User
    Join Date
    09-12-2013
    Location
    Amsterdam
    MS-Off Ver
    2016
    Posts
    44

    Smile Formula to assign condition based on value and criteria range

    Hello,

    I need a little help with the formula

    This is the criteria

    0 30 Basic
    30 60 Intermediate
    60 90 Advanced
    90 100 Expert

    The value "x" determine in which group I am: Basic, Intermediate, Advanced, Expert

    Thanks for helping, really appreciate!
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,820

    Re: Formula to assign condition based on value and criteria range

    Basic INDEX MATCH with approximate match:

    =INDEX($C$3:$C$6,MATCH(F3,$A$3:$A$6,1))
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    09-12-2013
    Location
    Amsterdam
    MS-Off Ver
    2016
    Posts
    44

    Re: Formula to assign condition based on value and criteria range

    Thank you Ali!
    I am not sure why excel always give me this kind of error, see image attached please.Attachment 693106

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,820

    Re: Formula to assign condition based on value and criteria range

    You need semi-colons for a European locale:

    =INDEX($C$3:$C$6;MATCH(F3;$A$3:$A$6;1))

  5. #5
    Registered User
    Join Date
    09-12-2013
    Location
    Amsterdam
    MS-Off Ver
    2016
    Posts
    44

    Re: Formula to assign condition based on value and criteria range

    Aaaah I see, lesson learned, thank you for helping me

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,820

    Re: Formula to assign condition based on value and criteria range

    My pleasure.

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

    Also, as a relatively new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  7. #7
    Registered User
    Join Date
    09-12-2013
    Location
    Amsterdam
    MS-Off Ver
    2016
    Posts
    44

    Re: Formula to assign condition based on value and criteria range

    It's done Ali (including reputation) - Really appreciated!

+ 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. Assign values from a range based on a criteria
    By arkaran in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-01-2019, 02:05 AM
  2. [SOLVED] Assign a number based on criteria in two columns
    By scross in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-24-2018, 04:01 AM
  3. [SOLVED] Assign Open Workbook To A Variable Based On A Condition
    By picton2000 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 01-25-2018, 06:26 PM
  4. Loop to assign values based on condition
    By chullan88 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-26-2017, 12:35 PM
  5. Macro to assign user based on criteria
    By dobracik in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-09-2015, 05:08 PM
  6. Assign String Value Based On Criteria
    By rtabaldi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-03-2014, 10:32 AM
  7. [SOLVED] Formula to Assign Employee Based on Range?
    By jemmers in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-12-2013, 01:19 PM

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