#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 896
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
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.


.

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
Capture conditional format as cell format Diddy Excel Discussion (Misc queries) 2 June 23rd 09 11:01 PM
copy conditional format without using format painter MsConfused Excel Worksheet Functions 2 May 4th 09 07:16 AM
New Conditional Format Overriding Previous Conditional Format Rene Excel Discussion (Misc queries) 3 February 27th 08 06:08 PM
copy conditional format to regular format GDC Setting up and Configuration of Excel 3 May 4th 05 09:35 PM
copy conditional format as ACTUAL format Dana Zulager Excel Discussion (Misc queries) 7 December 7th 04 11:02 PM


All times are GMT +1. The time now is 03:58 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"