#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default hightlight cells

i need to hightlight a cell when i have one birthday in my list
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default hightlight cells

Suppose you have the list of birthdays as a named range ...and with dates in
Column D. Select Column D..and apply the conditional form

1. Select the dates are in Range (say D1:D10). Please note that the cell
reference D1 mentioned in the formula is the active cell in the selection.
Active cell will have a white background even after selection
2. From menu FormatConditional Formatting
3. For Condition1Select 'Formula Is' and enter the below formula

'if you have a named range 'birthdays'
=COUNTIF(birthdays,D1)

OR

'if the birthdays are mentioned in the same sheet say J1:J10 then try
=COUNTIF($J$1:$J$10,D1)

4. Click Format ButtonPattern and select your color (say Red)
5. Hit OK

PS: If you are using XL2007 Goto Home tabStylesConditional
FormattingManage rulesNew ruleUse a formula to determine which cells to
format. Enter the formula in the box below.



"sookie" wrote:

i need to hightlight a cell when i have one birthday in my list

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
Hightlight cells that contain special characters Gareth_Evans (InterCall EMEA) Excel Worksheet Functions 12 February 11th 10 10:45 AM
Hightlight Cell dcb1 Setting up and Configuration of Excel 1 August 18th 09 04:37 PM
Hightlight date range Derek New Users to Excel 2 June 3rd 09 01:03 AM
condtional format - hightlight max results Nadine Excel Discussion (Misc queries) 4 July 10th 08 04:48 AM
HIGHTLIGHT ROW BASED ON TEXT IN ANOTHER CELL Chopper Excel Worksheet Functions 3 August 7th 07 03:58 AM


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