View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Conditional Format to highlight entire row if a condition is met

Pick a cell in the row and:
Format Condtional formatting... FormulaIs:
=AND(($R139449),($R1<39479))

Copy this formatting across the entire row.

Then attack the other rows.
--
Gary''s Student - gsnu200758


"klmiura" wrote:

I have a worksheet that has 25 colums. In column R I have a particular date
ie..01/01/2008, I need to have the entire row highlighted if column R falls
between 01/01/2008 and 01/31/2008. Can you please provide some guidance.

Thanks
Karen