+ Reply to Thread
Results 1 to 6 of 6

IF < or > then = Text

  1. #1
    Registered User
    Join Date
    03-07-2011
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    10

    IF < or > then = Text

    I have a list of numbers in column E.
    Example:
    0.01
    0.03
    0.02


    I'm trying to create a formula that shows:
    > 0.69 is high, < 0.69 and > 0.34 is medium and the rest is low

    I tried the below formula but I think I'm not even close...
    =IF(E2>0.69,"High",IF(E2>0.69,"Medium",IF(E2>0.34,"Low")))

    Any ideas?

  2. #2
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: IF < or > then = Text

    Try:

    Please Login or Register  to view this content.

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF < or > then = Text

    Like this...

    =IF(E2>0.69,"High",IF(E2>0.34,"Medium","Low"))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: IF < or > then = Text

    another way:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Edit:
    I saw excel 2003 so do not pay attention to the formula
    Last edited by sandy666; 05-09-2016 at 02:29 PM.

  5. #5
    Registered User
    Join Date
    03-07-2011
    Location
    Australia
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: IF < or > then = Text

    Thank you so much jjhayes and Tony!
    Works perfectly!

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: IF < or > then = Text

    You're welcome. We appreciate the feedback!

+ 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. Replies: 1
    Last Post: 12-17-2015, 03:35 AM
  2. VBA: Wrapping text and transversing text between nubers or given speific text
    By sroysroy in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 10-08-2015, 07:52 PM
  3. [SOLVED] Need to Mod Code on red text, I have VBA to distinguish Paid(Black Text) Unpaid(Red Text)
    By Garbology in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-11-2014, 07:55 PM
  4. [SOLVED] function IF to return text based if text contains exact text
    By in nomine noctis in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-05-2013, 06:25 AM
  5. Replies: 0
    Last Post: 04-22-2013, 12:13 PM
  6. Macro to Parse Text - Import text to Excel from Multiple Text Files & Folders
    By Novice_To_Excel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-02-2012, 01:05 AM
  7. [SOLVED] Use .text from previous text box in form to prefill text in second text box
    By chromachem in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-23-2012, 10:04 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