+ Reply to Thread
Results 1 to 9 of 9

Return text based on value from predefined range

Hybrid View

  1. #1
    Registered User
    Join Date
    08-30-2016
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2016
    Posts
    10

    Return text based on value from predefined range

    i have a question, i understand about =sum
    it total all the amount that we type in, but i dont know how to do like this in the picture
    question.png

    my total point is 81/100, but i dont know how to do the formula.
    example
    gold - the point is 90.00 to 99.99
    silver - 80.00 to 89.99

    i want my total amount auto fill in the silver column because the average point is in around silver average point.

    how can i set, when the amount that i get it will detect and fill in the correct column

    how can i do that

    pls help me, thx
    Last edited by anonymousfish; 08-30-2016 at 05:40 PM. Reason: wrong location thread

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,095

    Re: hello everyone

    Put the following in each cell
    for 100
    =IF( total cell =100, cell with total , "")
    for 90-99.99
    =IF( AND( total cell >=90, total cell <100), total cell, "")
    for 80 - 89.99
    =IF( AND( total cell >=80, total cell <90), total cell, "")
    for 70 - 79.99
    =IF( AND( total cell >=70, total cell <80), total cell, "")
    for 60 - 69.99
    =IF( AND( total cell >=60, total cell <70), total cell, "")
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    08-30-2016
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2016
    Posts
    10

    Re: hello everyone

    thank you for sharing your knowledge

  4. #4
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,524

    Re: hello everyone

    Try this,

    Formula: copy to clipboard
    =IF(AND(A1>0,A1<70),"Diploma",IF(AND(A1>=70,A1<80),"Bronze",IF(AND(A1>=80,A1<90),"Silver",IF(A1>=90,"Gold with Distinction",""))))

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: hello everyone

    Please change the forumtitle according to the forumrules to a more appropreate one.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  6. #6
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,022

    Re: hello everyone

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.

    To change a Title go to your first post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Never use Merged Cells in Excel

  7. #7
    Registered User
    Join Date
    08-30-2016
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2016
    Posts
    10

    Re: hello everyone

    do i need to delete this and do new topic?

  8. #8
    Registered User
    Join Date
    08-30-2016
    Location
    Kuala Lumpur, Malaysia
    MS-Off Ver
    2016
    Posts
    10

    Re: hello everyone

    1st time join forum..will change it

  9. #9
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,022

    Re: need help with excel formula

    No need for nw thread but put title according to the rules (your current title is example how it shouldn't be).
    Try something:

    Return text based on value from predefined range.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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