Replace 'X with an image?

S

Some Dude

I have a report that uses columns with an X to indicate that a particular
attribute applies to that row. Like this,
ModelABC X XX XXXXX X.

I need to make this report more attractive when displayed on a web site. I
know how to use conditional formating to color the cells that have an X in
them. But, is it possible to do something similar by replacing the X with an
image? Like a colored radio button or a big red circle or something?
 
P

Paul Lautman

Some said:
I have a report that uses columns with an X to indicate that a
particular attribute applies to that row. Like this,
ModelABC X XX XXXXX X.

I need to make this report more attractive when displayed on a web
site. I know how to use conditional formating to color the cells that
have an X in them. But, is it possible to do something similar by
replacing the X with an image? Like a colored radio button or a big
red circle or something?

Using Insert->Symbol or one of the Wingding fonts is one simple way.
 
Top