Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5
Default conditional formatting

hello everyone,
here is my problem. I'm trying to turn any cell red that appears more than
once in a specifed column range. The problem is my cells have unique data in
them for example: John Beeman,1st,B1,Encapsulate. This data is all Indexed
and match from other sheets.
I tried going down the path of using
=countif($n$39:$n4$8,LEFT(n39,3)1 but nothing shades red.
Any help on this, please please.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default conditional formatting

For shading the Duplicate Entry cells as Red Try this.
=IF(COUNTIF($D:$D,$D1)1,COUNTIF($D$1:$D1,$D1)1)

For shading the Original Entry cells as Red Try this.
=IF(COUNTIF($D:$D,$D1)1,COUNTIF($D$1:$D1,$D1)=1)

Place the cursor in D1 and select the Entire Column
2. From menu FormatConditional Formatting
3. For Condition1Select 'Formula Is' and enter the above codes whichever
you require.
4. Click Format ButtonFontColor select 'red' then give ok

You can change the Formula refence D column to your desired Column, but note
that while creating the conditional formatting the cursor should be in the
active cell as per the formula.

(Ex. here D1 is the Active cell so you have to place the cursor in D1 and
after that you have to select the Entire D column)

If this post helps, Click Yes!

--------------------
(MS-Exl-Learner)
--------------------



"Excel beginner" wrote:

hello everyone,
here is my problem. I'm trying to turn any cell red that appears more than
once in a specifed column range. The problem is my cells have unique data in
them for example: John Beeman,1st,B1,Encapsulate. This data is all Indexed
and match from other sheets.
I tried going down the path of using
=countif($n$39:$n4$8,LEFT(n39,3)1 but nothing shades red.
Any help on this, please please.

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
How can I convert conditional formatting into explicit formatting? Patrick Harris Excel Discussion (Misc queries) 0 April 9th 09 12:00 AM
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10: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 that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 04:09 AM.

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"