+ Reply to Thread
Results 1 to 5 of 5

help creating conditional formatting symbols using a formula

  1. #1
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    help creating conditional formatting symbols using a formula

    Hello,

    Can anyone help me create a formula to create conditional formatting symbols in column E of my example. Doesn't have to be those triangles,,just anything to show positive or negative change. I don't know how to create those using a formula to look at what's in column D.

    Thanks,

    example.xlsx

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

    Re: help creating conditional formatting symbols using a formula

    hi SEMMatt. 1 of the ways is this. create a formula in E2 as such:
    =CHOOSE(SIGN(D2)+2,CHAR(234),"",CHAR(233))

    don't know what you want for 0%, so i left it blank. i listed a series of symbols you can use in column M. these are just for font type Wingdings. after using the formula, i formatted column E's font to Wingdings.

    i then use condition formatting. select the range you want to apply to (i.e. E2:E8)
    go to Home -> Conditional Formatting -> New Rule -> Use a formula to determine which cells to format -> Format values where this formula
    =$D2>0
    format font colour as green

    repeat the steps for negative, but with this formula:
    =$D2<0
    format font colour as red
    Attached Files Attached Files

    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

  3. #3
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: help creating conditional formatting symbols using a formula

    See the attached
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: help creating conditional formatting symbols using a formula

    wow that's great! thank you.

  5. #5
    Forum Contributor
    Join Date
    01-14-2011
    Location
    New York City, USA
    MS-Off Ver
    Excel 2010
    Posts
    194

    Re: help creating conditional formatting symbols using a formula

    thank you for that

+ 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