A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Conditional Format



 
 
Thread Tools Display Modes
  #1  
Old April 21st, 2010, 01:46 PM posted to microsoft.public.excel.misc
andiam24
external usenet poster
 
Posts: 27
Default Conditional Format

Hello,

I would like to set a conditional format to color each unique value a
different color. It will also be applied to multiple occurences of the value.
The problem is that the values are dynamic and may not always be the same
number of occurences, in the same cell, etc. I have used the formula
IF(ISNUMBER(COUNTIF($F$3:F3,F3)),ROW(),"")) to try to identify the occurences
but creating a conditional format has proven out of my league! The way the
spreadsheet is designed, the probability of more than 4 IDs being used at any
given time is slim, so the next time IDs are input, they can use the same
four colors because they will replace the previous IDs. I'm just not sure how
to word the conditional format to identify which values are repeating and
which are unique and color appropriately.

Please help!
And thanks!!
*This is a repost from 3/31/10 where an answer was never attained.
  #2  
Old April 21st, 2010, 02:02 PM posted to microsoft.public.excel.misc
Jarek Kujawa[_2_]
external usenet poster
 
Posts: 775
Default Conditional Format

is this what you're up to?

select any cell in your range and set the following:

1. condition:
=COUNTIF($F$3:F3,F3)=1
and set your formatting for uniques

2. condition:
=COUNTIF($F$3:F3,F3)1
and set your formatting for repeating values

copy the cell-select other cells-pastespecial-Formats


On 21 Kwi, 14:46, andiam24 wrote:
Hello,

I would like to set a conditional format to color each unique value a
different color. It will also be applied to multiple occurences of the value.
The problem is that the values are dynamic and may not always be the same
number of occurences, in the same cell, etc. I have used the formula
IF(ISNUMBER(COUNTIF($F$3:F3,F3)),ROW(),"")) to try to identify the occurences
but creating a conditional format has proven out of my league! The way the
spreadsheet is designed, the probability of more than 4 IDs being used at any
given time is slim, so the next time IDs are input, they can use the same
four colors because they will replace the previous IDs. I'm just not sure how
to word the conditional format to identify which values are repeating and
which are unique and color appropriately.

Please help!
And thanks!!
*This is a repost from 3/31/10 where an answer was never attained.


  #3  
Old April 21st, 2010, 04:41 PM posted to microsoft.public.excel.misc
andiam24
external usenet poster
 
Posts: 27
Default Conditional Format

Thanks for the response; I tried the formatting and it worked to identify
unique versus repeating values. However, I would like for the formatting to
apply to all similar values, distinguishing between the varying unique values
(see below).

QC0094 (green)
QC0095 (blue)
QC0095 (blue)
QC0100 (purple)
QC0100 (purple)
QC0100 (purple)
QC0102 (red)
QC0102 (red)



"Jarek Kujawa" wrote:

is this what you're up to?

select any cell in your range and set the following:

1. condition:
=COUNTIF($F$3:F3,F3)=1
and set your formatting for uniques

2. condition:
=COUNTIF($F$3:F3,F3)1
and set your formatting for repeating values

copy the cell-select other cells-pastespecial-Formats


On 21 Kwi, 14:46, andiam24 wrote:
Hello,

I would like to set a conditional format to color each unique value a
different color. It will also be applied to multiple occurences of the value.
The problem is that the values are dynamic and may not always be the same
number of occurences, in the same cell, etc. I have used the formula
IF(ISNUMBER(COUNTIF($F$3:F3,F3)),ROW(),"")) to try to identify the occurences
but creating a conditional format has proven out of my league! The way the
spreadsheet is designed, the probability of more than 4 IDs being used at any
given time is slim, so the next time IDs are input, they can use the same
four colors because they will replace the previous IDs. I'm just not sure how
to word the conditional format to identify which values are repeating and
which are unique and color appropriately.

Please help!
And thanks!!
*This is a repost from 3/31/10 where an answer was never attained.


.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:24 AM.


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