+ Reply to Thread
Results 1 to 11 of 11

Icon Set Conditional Format using Index+Indirect Not Working

  1. #1
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Icon Set Conditional Format using Index+Indirect Not Working

    Hi Friends,

    I Am trying to Automate the Icon Set Conditional format

    Having names in Column "A" , i have percentage in Column B,C & D , i need to color in column B,C & D to be changed based on Name in Column " Level " (A),

    When ever i change the value they are showing randomly.

    Find the Attached sample Sheet

    Regards,
    Punnam
    Attached Files Attached Files
    Last edited by Punnam; 05-12-2019 at 02:18 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    Would you list the green amber and red values for each staff level in a SIMPLE table. i..e a table containing 18 values, 3 each for 6 levels.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    HI Richard ,

    I have updated the attachment in my 1 Post , Kindly check .

    For example Partner

    0.35 & 0.25 is if the cell value is Les than 0.25 : Red , if Cell Value >.25 & <.35 : Yellow , if Cell Value is >0.35 Green.


    Punnam
    Last edited by Punnam; 05-12-2019 at 02:22 PM.

  4. #4
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    Hi ,

    Looking for Help on Conditional formatting Icon Set.

    Regards,
    Punnam

  5. #5
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    This can be done by running macro with code below.
    If the values in range I6:N7 is changed macro should be run once again.
    Macro will do CF from the values in I6:N7 at the time of running.
    CODE:
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  6. #6
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    Hi kvsrinivasamurthy,

    Thanks for macros unfortunately i cannot use it in my company file, any help with Formula will be great full.

    Regards,
    Punnam

  7. #7
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    Are worksheet events are allowed?

  8. #8
    Forum Expert
    Join Date
    03-28-2014
    Location
    Hyderabad,India
    MS-Off Ver
    Excel 2013
    Posts
    1,887

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    I am not sure but will try them if you help me

    Punnam

  9. #9
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    I think you need to change the type to formula form Number in Conditional Format

    Conditional format > Edit Rule > Type here Change Number to Formula
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  10. #10
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    Worksheet event is also coded in VBA . So is it allowed by company or not please Confirm.

  11. #11
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Icon Set Conditional Format using Index+Indirect Not Working

    Inserting additional cells Icon CF with formula shown in File.
    CF for B6
    In B6 Formula

    =IF(C6="","","n")

    Then change the font of B6 to Webdings.

    Now a black dot is seen in B6.

    Formulas for CF of B6

    For RED
    =C6< INDEX(Paercentage,2,MATCH($A6,Group,0))

    For Yellow
    =AND(C6> =INDEX(Paercentage,2,MATCH($A6,Group,0)),C6< =INDEX(Paercentage,1,MATCH($A6,Group,0)))

    For Green
    =C6> INDEX(Paercentage,1,MATCH($A6,Group,0)).

    Now copy B6
    Paste to cells in B , D and F columns.

    For details

    https://www.youtube.com/watch?v=yEODN8sMHVY
    Attached Files Attached Files
    Last edited by kvsrinivasamurthy; 05-15-2019 at 03:09 AM.

+ 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. [SOLVED] =index and =indirect not working
    By BRISBANEBOB in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-04-2018, 10:49 PM
  2. [SOLVED] Conditional format using icon sets to compare two columns
    By scottiex in forum Excel General
    Replies: 5
    Last Post: 06-15-2017, 12:26 AM
  3. [SOLVED] Conditional formatting for icon sets is not working properly
    By Exceltrouble in forum Excel General
    Replies: 2
    Last Post: 09-16-2016, 08:43 AM
  4. Conditional Format with ICON set based on text
    By nadiminti in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-29-2014, 04:07 AM
  5. [SOLVED] Indirect/Index/match/if formula not working
    By VincentNL in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 12-10-2014, 10:28 AM
  6. Replies: 9
    Last Post: 01-15-2014, 07:59 PM
  7. [SOLVED] Icon Set in conditional format
    By mmccleve in forum Excel General
    Replies: 1
    Last Post: 08-28-2012, 02:12 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