Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Conditional formatting Cell Value Attribution

Hello,
I would like to be able to take advantage of the Stop-sign Conditional
Formatting available in Excel 2007. It turns out, that this Traffic-Light
set (more officially known as Icon Sets) will only correspond to numerical
values, as opposed to a string value.

Therefore, what I would like to do is attribute an arbitrary value, such as
'10', to a specific string value, for example: "Requirement Satisfaction:
Full". Then, '10', will correspond to a Green Traffic light, and therefore
the cell that states "Req Sat. Full" will have that compliance implying icon
next to it. '8' could signify partial compliance (yellow light), and '5'
would mean non-compliance (red light).

Obviously I could easily convert the String into a Number, but then I lose
the significance of the color coding altogether. I would like to 'attribute'
the value to the cell, so that the traffic light shows up, but not display
that value.

Is this possible?

I really am disappointed that I can't apply those traffic light icons to
Strings instead of integers.

Thanks,
Brian

Is there a way this is possible.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Conditional formatting Cell Value Attribution

How about this?
http://www.andypope.info/charts/trafficlight.htm

In Cell A1:
Requirement Satisfaction: Full

In Cell B1:
=IF(A1="Requirement Satisfaction: Full",10,"")

HTH,
Ryan---
--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"Brian B" wrote:

Hello,
I would like to be able to take advantage of the Stop-sign Conditional
Formatting available in Excel 2007. It turns out, that this Traffic-Light
set (more officially known as Icon Sets) will only correspond to numerical
values, as opposed to a string value.

Therefore, what I would like to do is attribute an arbitrary value, such as
'10', to a specific string value, for example: "Requirement Satisfaction:
Full". Then, '10', will correspond to a Green Traffic light, and therefore
the cell that states "Req Sat. Full" will have that compliance implying icon
next to it. '8' could signify partial compliance (yellow light), and '5'
would mean non-compliance (red light).

Obviously I could easily convert the String into a Number, but then I lose
the significance of the color coding altogether. I would like to 'attribute'
the value to the cell, so that the traffic light shows up, but not display
that value.

Is this possible?

I really am disappointed that I can't apply those traffic light icons to
Strings instead of integers.

Thanks,
Brian

Is there a way this is possible.

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--different formatting depending on cell con Tammy S. Excel Discussion (Misc queries) 3 March 30th 09 08:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
How do i put themulti-attribution utility theory (MAUT) worksheet. lucky d Excel Worksheet Functions 1 February 13th 06 05:33 AM


All times are GMT +1. The time now is 07:29 AM.

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

About Us

"It's about Microsoft Excel"