+ Reply to Thread
Results 1 to 5 of 5

And / If - greater & less than values to produce "low, medium, high, critical, imminent"

Hybrid View

  1. #1
    Registered User
    Join Date
    08-21-2017
    Location
    Sacramento, Ca
    MS-Off Ver
    2010
    Posts
    2

    And / If - greater & less than values to produce "low, medium, high, critical, imminent"

    All,

    My first post here, thanks in advance for any help. I've been working on this for a few hours and using everything I can find on your forum and the net.

    I'm trying to create a formula that will display "low, medium, high, critical, imminent" based on these values. The value is in I50 but I'm happy to format that if someone has an example. I have a list of check boxes that return a value, and a box of the sum values, I'd like a seperate box that returns the result after totalling the values.

    LOW = Under 100
    MEDIUM = 100 - 200
    HIGH = 200 - 300
    Critical = 300 - 350
    IMMINENT = Above 350

    Cheers!

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

    Re: And / If - greater & less than values to produce "low, medium, high, critical, imminen

    Try LOOKUP

    =LOOKUP(A1,{0,100,200,300,351},{"Low","Medium","High","Critical","Immient"})

  3. #3
    Registered User
    Join Date
    08-21-2017
    Location
    Sacramento, Ca
    MS-Off Ver
    2010
    Posts
    2

    Re: And / If - greater & less than values to produce "low, medium, high, critical, imminen

    That did it! Thanks a million. I'll be able to apply this to other aspects of my project!

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

    Re: And / If - greater & less than values to produce "low, medium, high, critical, imminen

    or make a table of your data.

    after that you can use Vlookup.
    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.

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

    Re: And / If - greater & less than values to produce "low, medium, high, critical, imminen

    You're welcome.

    FYI, as oeldere mentioned it may be simpler to setup lookup tables in a range of cells.

    Say B2:C6 for example
    B2:B6 = 0 100 200 300 350
    C2:C6 = Low Medium High Critical Imenent

    Then use
    =LOOKUP(A1,$B$2:$C$6)


    That table is more manageable this way.

+ 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. Match contents across spreadsheets to produce "yes" or "no"
    By SashaFierce14 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-17-2016, 04:21 PM
  2. [SOLVED] Cell Formula to count time with "Greater Than or Equal to" and "Less Than"
    By chriswhite1982 in forum Excel General
    Replies: 3
    Last Post: 06-16-2013, 12:30 AM
  3. "IF()" function using "TODAY()" to produce a value in days
    By Rob.Marchel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-06-2012, 09:12 PM
  4. Replies: 2
    Last Post: 09-25-2012, 12:53 AM
  5. How make a pivot table display values greater than "X"
    By austinrob in forum Excel General
    Replies: 3
    Last Post: 04-03-2012, 12:46 PM
  6. [SOLVED] cell to change color =IF(B7>53,"Critical","Normal")
    By fgiord in forum Excel General
    Replies: 3
    Last Post: 08-18-2005, 05:05 PM
  7. Macro that runs entered value through "low" and "high" range
    By Vika.F in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-14-2005, 03:35 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