Results 1 to 3 of 3

Thread: Custom Format Conditional With Square Bracket

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    2
    Rep Power
    0

    Custom Format Conditional With Square Bracket

    Hi,

    I am need of some help I would like to have one cell following three conditions

    When inputted value into cell (E2) the conditions are as follows

    If the Value is greater then or equal too 10 then should display 0
    If the Value is between 11-15 Should display $500
    If the Value is equal to 16 or greater should display $800

    Thank you Thank you for anyone that can help have a great day.

    Adam

  2. #2
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,402
    Rep Power
    10
    I assume you meant

    1. If the value is less than or equal to 10, then display 0
    2. If the value is between and equal to 11 and 15, then display $500
    3. If the value is greater than or equal to 16, then display $800

    Use this conditional format with Custom Format

    [>=16]"$800";[>=11]"$500";"0"
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

  3. #3
    Junior Member
    Join Date
    Nov 2012
    Posts
    2
    Rep Power
    0
    Thank you so very much for the help I understand. since I am a novice at excel can you guide me to perform this function please. I have tried to insert the formula above into the conditional formatting pop up window but nothing is happening. Really Really appreciate the help.

Similar Threads

  1. Replies: 21
    Last Post: 05-27-2013, 08:45 PM
  2. Red Green Amber Three Color Conditional Format
    By paul_pearson in forum Excel Help
    Replies: 1
    Last Post: 03-07-2013, 06:50 PM
  3. Replies: 2
    Last Post: 02-06-2013, 12:00 PM
  4. Conditional Format Based On Percentage Variance
    By srizki in forum Excel Help
    Replies: 3
    Last Post: 10-09-2012, 03:28 AM
  5. Replies: 4
    Last Post: 07-27-2012, 08:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •