Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I wanted to draw attention to positve and negative trends through the use of
color. I used conditional formatting for the number ... but also wanted a corresponding graphic. I created the following Iif statement: =IF(P100,$U$2,$V$2) ... note P10 is the number being evaluated. I placed a green up arrow in U2 and a red down arrow in V2 to show a positive or negative; however, I really would like the arrows to change color also. Because the arrow is an "object" it is neither positive nor negative; therefore, I can't change it's color. Any recommendations? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
use something that excel can recognize as a font. font wingdings3 lower case p is an upward pointing pyramid. font wingdings3 lower case q is a downward pointing pyramid. in the past, i have used these to indicate up and down movement. and these can be change by conditional formating becasue they are a regular font. font wingdings3 number 5 is a upward pointing arrow but it's small which is why i've always used the "arrowhead looking pyrimids" instead. maybe not what you want but a doable workaround. Regards FSt1 "Jill" wrote: I wanted to draw attention to positve and negative trends through the use of color. I used conditional formatting for the number ... but also wanted a corresponding graphic. I created the following Iif statement: =IF(P100,$U$2,$V$2) ... note P10 is the number being evaluated. I placed a green up arrow in U2 and a red down arrow in V2 to show a positive or negative; however, I really would like the arrows to change color also. Because the arrow is an "object" it is neither positive nor negative; therefore, I can't change it's color. Any recommendations? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In the cell where you have your =(P100,$U$2,$V$2) formula, use
Format -- Conditional Formatting. For condition 1, switch from Cell Value is to Cell Formula and enter =P100 then set the font color to green. add a 2nd condition and again use Cell Formula and enter =P10<0 then set the font color to red. Two things - you could set the default font color to either Red or Green and then just use 1 conditional formula. Also, you haven't said what to do if the value of P10 is exactly 0. But with the two conditions, the color would be black (if default not changed), although the symbol displayed would be the down arrow. "Jill" wrote: I wanted to draw attention to positve and negative trends through the use of color. I used conditional formatting for the number ... but also wanted a corresponding graphic. I created the following Iif statement: =IF(P100,$U$2,$V$2) ... note P10 is the number being evaluated. I placed a green up arrow in U2 and a red down arrow in V2 to show a positive or negative; however, I really would like the arrows to change color also. Because the arrow is an "object" it is neither positive nor negative; therefore, I can't change it's color. Any recommendations? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I evaluate whether a trend is positive or negative? | Excel Worksheet Functions | |||
Editing conditional formatting formula, arrow keys insert range. | Excel Discussion (Misc queries) | |||
Conditional formatting: colored bar with pointer on current status | Excel Discussion (Misc queries) | |||
Shaded or Colored cells not showing up | Setting up and Configuration of Excel | |||
When I select a colored font, text is still showing up black. Why? | Excel Discussion (Misc queries) |