Results 1 to 4 of 4

Thread: Need help for Conditional Formating with Icon set in Excel

  1. #1
    Join Date
    Feb 2012
    Posts
    11

    Need help for Conditional Formating with Icon set in Excel

    I am trying to change the color code for the Icon set (arrows). The report I run and analysis, it shows increase value as bad, and decrease as good (improvement). However, the arrows icon default as increase - green color; decrease - red color. Does anyone know how can I change the color code. I need to show increase as RED color and decrease arrow as Green. Thanks

  2. #2
    Join Date
    Jun 2011
    Posts
    798

    Re: Need help for Conditional Formating with Icon set in Excel

    I assume that you are working with Microsoft Excel 2007 :
    • Select the Conditionally formatted cells.
    • Click Conditional format button.
    • Select Manage rules.
    • Select the particular rule.
    • Click Edit Button.
    • Near the bottom center of the dialog box is a check box to Reverse Icon order.

  3. #3
    Join Date
    Feb 2012
    Posts
    11

    Re: Need help for Conditional Formating with Icon set in Excel

    I tried that before, however it doesn't work as what was expected. It just reversed the sequence but not the color. The color still stay as Increase arrow = Green; Decrease arrow = Red.

  4. #4
    Join Date
    Jun 2011
    Posts
    487

    Re: Need help for Conditional Formating with Icon set in Excel

    I see what you mean now and yes, your options are somewhat limited. You can try to insert a column beside the values and use an If statement to insert symbols from the Windings and then apply conditional formatting to the arrows. For this explanation I assume that the data is in column A starting at A1 and the arrows will be in column B starting brom B1. The data in column A is in random values from 1 to 10 and cells < 5 will have down arrows and green, 5 will have horizontal arrows and orange, and greater than 5 will have upward arrows and red. Set the font for column B to Wingdings. Insert the following formula in B1. (Note that you will only be able to read the formula in the formula bar. You won't be able to read it in the cell with wingdings font) =IF(A1=5,CHAR(232),IF(A1>5,CHAR(233),CHAR(234)))
    • Copy the formula down column B.
    • Select all cells in column B from cell B1 to last cell to be formatted. (Note that I find this the easiest way and then set the formula for conditional formatting as if setting it for the first cell only and let Excel apply the formula to the other selected cells)
    • Select conditional format.
    • Select New Rule.
    • Select 'Use a formula to determine which cells to format.'
    • Insert the following formula. =B1=CHAR(232)
    • Set the font format to orange and then click OK/Apply etc to finish.
    • Select Conditional format -> Manage rules.
    • Select New rule.
    • Repeat the above but this time the formula is =B1=CHAR(233) and the format color is Red.
    • Select New again and use formula =B1=CHAR(234) and format color is green.

    To find the correct code for particular symbols, Select Insert ribbon tab and then Symbols. Select the Windings font and then the required character and the code is displayed at the bottom of the dialog box. Note that when using the code to insert the character in another cell, the cell must have the font set to Wingdings. When inserting the character from the Insert symbol, the font is automatically set.

Similar Threads

  1. VBA Conditional Formatting in Microsoft Excel
    By Thedevotee in forum MS Office Support
    Replies: 4
    Last Post: 21-01-2012, 02:12 PM
  2. Excel Macros for conditional formatting statement in Excel
    By Kungfu Pandey in forum Microsoft Project
    Replies: 1
    Last Post: 08-01-2012, 08:35 PM
  3. Basic conditional functions in Excel
    By Macbeth in forum Software Development
    Replies: 4
    Last Post: 01-12-2009, 10:14 PM
  4. Conditional formatting in excel
    By RockeЯ in forum Windows Software
    Replies: 4
    Last Post: 27-06-2009, 12:06 PM
  5. Conditional formating help in Excel 2003
    By kyosang in forum Windows Software
    Replies: 2
    Last Post: 30-03-2009, 11:54 AM

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
  •  
Page generated in 1,750,354,730.08765 seconds with 16 queries