Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Icon Sets in Conditional Formatting

In Excel 2003, is there a way to mimic Icon Sets in Conditional Formatting
from Excel 2007?

Am I stuck with creating Macros to acheive this in Excel 2003?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 421
Default Icon Sets in Conditional Formatting

Hi Brandon,

To extend the Xl2003 Conditional Format
functionality, Ithink that you would require
VBA.



---
Regards.
Norman


"Brandon_469" wrote in message
...
In Excel 2003, is there a way to mimic Icon Sets in Conditional Formatting
from Excel 2007?

Am I stuck with creating Macros to acheive this in Excel 2003?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default Icon Sets in Conditional Formatting

Hi,

You can mimic some of the icon using fonts such as wingdings and then apply
normal CF to change the font colour.
So for example this formula, using WingDings font, display characters to
mimic the 4 Arrows icon set. The choice of which arrow is determined by the
value in A1.

=MID("éìîê",A1,1)

You can even mimic the rating bars by constructing shapes with transparent
areas and using CF on the cells behind the shapes.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Brandon_469" wrote in message
...
In Excel 2003, is there a way to mimic Icon Sets in Conditional Formatting
from Excel 2007?

Am I stuck with creating Macros to acheive this in Excel 2003?


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Icon Sets in Conditional Formatting

I'm not sure I understand this application. Can you give me a more specific
example?

"Andy Pope" wrote:

Hi,

You can mimic some of the icon using fonts such as wingdings and then apply
normal CF to change the font colour.
So for example this formula, using WingDings font, display characters to
mimic the 4 Arrows icon set. The choice of which arrow is determined by the
value in A1.

=MID("éìîê",A1,1)

You can even mimic the rating bars by constructing shapes with transparent
areas and using CF on the cells behind the shapes.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Brandon_469" wrote in message
...
In Excel 2003, is there a way to mimic Icon Sets in Conditional Formatting
from Excel 2007?

Am I stuck with creating Macros to acheive this in Excel 2003?


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default Icon Sets in Conditional Formatting

You can use the characters displayed by the wingdings font to mimic some
of the icons used in 2007.

In A1 enter the value 1
in B1 enter the formula =MID("éìîê",A1,1)
Format B1 to have the font Wingdings. You should now see an arrow
pointing up. Change A1 to have the value 3 and the arrow should now be
pointing to bottom right.

All you have to do is use some formula to determine from your data the
value in A1. You can go a step further and add normal conditional
formatting to B1 so the font colour varys based on some logic.

I will post a page on my site, probably this weekend, on how to achieved
the more complex icons using image masks.

Cheers
Andy

Brandon_469 wrote:
I'm not sure I understand this application. Can you give me a more specific
example?

"Andy Pope" wrote:


Hi,

You can mimic some of the icon using fonts such as wingdings and then apply
normal CF to change the font colour.
So for example this formula, using WingDings font, display characters to
mimic the 4 Arrows icon set. The choice of which arrow is determined by the
value in A1.

=MID("éìîê",A1,1)

You can even mimic the rating bars by constructing shapes with transparent
areas and using CF on the cells behind the shapes.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Brandon_469" wrote in message
...

In Excel 2003, is there a way to mimic Icon Sets in Conditional Formatting
from Excel 2007?

Am I stuck with creating Macros to acheive this in Excel 2003?



--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default Icon Sets in Conditional Formatting

Here is a page explaining in more detail how to mimic the icon set.
http://www.andypope.info/tips/tip011.htm

Cheers
Andy

Andy Pope wrote:
You can use the characters displayed by the wingdings font to mimic some
of the icons used in 2007.

In A1 enter the value 1
in B1 enter the formula =MID("éìîê",A1,1)
Format B1 to have the font Wingdings. You should now see an arrow
pointing up. Change A1 to have the value 3 and the arrow should now be
pointing to bottom right.

All you have to do is use some formula to determine from your data the
value in A1. You can go a step further and add normal conditional
formatting to B1 so the font colour varys based on some logic.

I will post a page on my site, probably this weekend, on how to achieved
the more complex icons using image masks.

Cheers
Andy

Brandon_469 wrote:

I'm not sure I understand this application. Can you give me a more
specific example?

"Andy Pope" wrote:


Hi,

You can mimic some of the icon using fonts such as wingdings and then
apply normal CF to change the font colour.
So for example this formula, using WingDings font, display characters
to mimic the 4 Arrows icon set. The choice of which arrow is
determined by the value in A1.

=MID("éìîê",A1,1)

You can even mimic the rating bars by constructing shapes with
transparent areas and using CF on the cells behind the shapes.

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"Brandon_469" wrote in
message ...

In Excel 2003, is there a way to mimic Icon Sets in Conditional
Formatting
from Excel 2007?

Am I stuck with creating Macros to acheive this in Excel 2003?




--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting (Icon sets - 3 Arrows) Jackie Excel Worksheet Functions 3 April 3rd 23 02:37 PM
Conditional Formatting with Icon sets CC Excel Discussion (Misc queries) 4 April 21st 10 03:34 PM
CREATING NEW OR ADDING ICON SETS FOR CONDITIONAL FORMATTING Frank Excel Discussion (Misc queries) 0 February 27th 10 06:40 PM
Conditional formatting icon sets - creating a legend? dbagby Excel Discussion (Misc queries) 0 October 6th 09 05:17 PM
Conditional Formatting and arrow icon sets Mark Excel Discussion (Misc queries) 0 September 24th 09 01:28 AM


All times are GMT +1. The time now is 07:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"