Not sure if this is simple or requires complicated VB code, but what I am wanting to do is display an up pointing arrow image if a number value is above a certain level and a down pointing arrow image if a number is below a certain level?
Glen - you keep coming up with these beautiful little snippets - shiny pointy thing to you
Rgds, Geoff [blue]Si hoc signum legere potes, operis boni in rebus Latinus alacribus et fructuosis potiri potes![/blue]
Want the [red]best[/red] answers to your questions ? faq222-2244
Very clever and simple to implement - works a treat without having to revert to graphics. Star duly awarded! Further to this it would be nice to chage the colour of the arrow character to green if it was up pointing (Char 255) and Reds if it were down pointing (Char 226). Can Excel handle this type of conditional formatting easily?
Do menu command Format/Conditional Formatting, and choose "Cell Value Is" "Equal To" in the drop downs, and type =CHAR(226) for the value, press the Format button and choose a font colour of Red.
Simply add another condition for a Cell Value Is/Equal To/=CHAR(225) for a format of font colour Green, and you're done.
Works fine, I didn't appreciate that you could enter CHAR(225) and CHAR(226)as specific values. Strictly speaking another start type thing is due since this answers an additional query...so here you go!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.