Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert conditional formatting into explicit formatting? | Excel Discussion (Misc queries) | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |