+ Reply to Thread
Results 1 to 6 of 6

Excel 2011 Conditional Formating Icon Help

  1. #1
    Registered User
    Join Date
    05-14-2011
    Location
    Detroit, Michigan
    MS-Off Ver
    Excel 2011 Mac
    Posts
    3

    Excel 2011 Conditional Formating Icon Help

    Okay, what I am trying to accomplish is, instead of having "X"'s in the Done box(B) I would like to have the Green Check Icon there when a completion date is in Row F. If there Isn't a date added I would like there to be the yellow exclamation point. Any Ideas?
    Attached Files Attached Files

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Excel 2011 Conditional Formating Icon Help

    Hello,

    you can put this formula into B6 and copy down

    =IF(ISNUMBER(F6),1,0)

    Then apply icon set formatting to the cells. Edit the conditional format, set the type to Number instead of Percent, enter the values 1 and 0 in the value boxes for the tick and exclamation mark, and then tick the box for "Show Icon only"

    see attached
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    05-14-2011
    Location
    Detroit, Michigan
    MS-Off Ver
    Excel 2011 Mac
    Posts
    3

    Re: Excel 2011 Conditional Formating Icon Help

    Quote Originally Posted by teylyn View Post
    Hello,

    you can put this formula into B6 and copy down

    =IF(ISNUMBER(F6),1,0)

    Then apply icon set formatting to the cells. Edit the conditional format, set the type to Number instead of Percent, enter the values 1 and 0 in the value boxes for the tick and exclamation mark, and then tick the box for "Show Icon only"

    see attached
    Thanks for the help but please bare with me, where do I put the formula in at?

  4. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Excel 2011 Conditional Formating Icon Help

    you can put this formula into B6 and copy down
    Did you read this?

  5. #5
    Registered User
    Join Date
    05-14-2011
    Location
    Detroit, Michigan
    MS-Off Ver
    Excel 2011 Mac
    Posts
    3

    Re: Excel 2011 Conditional Formating Icon Help

    I see, Thank you. What If I would like to do the same for the paid box? If there is an amount I would like a green check, No amount yellow exclamation mark, and if it says "No Pay" a red X?

  6. #6
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Excel 2011 Conditional Formating Icon Help

    If you want to apply icon sets to a cell, then the cell will need to hold the value. Icon sets cannot refer to another cell.

    You can create a helper column with the cell values, use icon sets on that helper column and position this column in the desired location.

    You can use formatting of cells (borders, fill, etc) to make two columns appear as one.

    cheers,

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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