+ Reply to Thread
Results 1 to 8 of 8

conditional formatting

  1. #1
    Registered User
    Join Date
    11-11-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    7

    Cool conditional formatting

    Hello guys!! need your help!! :D
    I want to do conditional formatting for the cells in my spreadsheet.
    I have a coloumn of numbers, I want the numbers 1 to 100 to have a green upwards arrow, 0 to have the yellow arrow and -1 to -100 to have the red downwards arrow! i cant seem to do it right! please help!!!
    THANKS GUYS!

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: conditional formatting

    Like this..
    Attached Files Attached Files
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Contributor dogberry's Avatar
    Join Date
    07-15-2012
    Location
    Wales, UK
    MS-Off Ver
    Excel 2010
    Posts
    624

    Re: conditional formatting

    Hi

    Is this what you are after


    Chris
    Attached Files Attached Files
    Click my star if I helped Thanks

  4. #4
    Registered User
    Join Date
    11-11-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: conditional formatting

    Omg thanks so much ace_xl!!! :d

  5. #5
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: conditional formatting

    hi lilrainbowsky, welcome to the forum. do your numbers only include -100 to 100? if so, you can select the range you want your conditional formatting (for eg A1:A201), & go to Home -> Conditional Formatting -> Icon Sets -> More Rules ->
    Green when value is >= 1
    Type: Number

    Yellow when value is >=0
    Type: Number

    Red when < 0

    Icon Style: 3 Arrows (Coloured)

    if you have a range outside -100 to 100, then you might have to do it outside the cell, say in Column B.
    =IF(AND(A1>=1,A1<=100),CHAR(227),IF(A1=0,CHAR(226),CHAR(228)))
    you can then do a conditional formatting on this range by going to Home -> Conditional Formatting -> New Rule -> Use a formula to determine which cells to format -> Format values where this formula is true:

    =B1=char(228)
    font will be red for this

    =B1=char(226)
    yellow font

    =B1=char(227)
    green font

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  6. #6
    Registered User
    Join Date
    11-11-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: conditional formatting

    thanks Chris!! it worked! :D

  7. #7
    Forum Contributor dogberry's Avatar
    Join Date
    07-15-2012
    Location
    Wales, UK
    MS-Off Ver
    Excel 2010
    Posts
    624

    Re: conditional formatting

    Hi

    Pleased it worked for you dont forget to mark your thread as solved and give the stars a click for those that helped.

    Thanks

    Chris

  8. #8
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: conditional formatting

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as "SOLVED".
    For the meantime I'll do it for you.

    How?
    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

    Note:
    You can also 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 and shared their time in helping you.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ 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