Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Conditional Format to highlight entire row if a condition is met

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
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Conditional Format to highlight entire row if a condition is met

Use a CF formula of

=AND($R1=--"2008-01-01",$R1<--"2008-01-31")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"klmiura" wrote in message
...
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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Conditional Format to highlight entire row if a condition is m

I need this to look for a date(Column R) between the dates(Nov 1-Nov30) in
the entire Column of R and highlight the entire row, I wrote this formula and
it did nothing:

=AND($R:$R=--"2007-11-01",$R:$R<=--"2007-11-30")

What am I missing?

Karen

"Bob Phillips" wrote:

Use a CF formula of

=AND($R1=--"2008-01-01",$R1<--"2008-01-31")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"klmiura" wrote in message
...
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




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 34
Default Conditional Format to highlight entire row if a condition is m

This did not work.

"Gary''s Student" wrote:

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



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Conditional Format to highlight entire row if a condition is m

You select all the relevant rows starting at 1, and then use the formula I
gave.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"klmiura" wrote in message
...
I need this to look for a date(Column R) between the dates(Nov 1-Nov30) in
the entire Column of R and highlight the entire row, I wrote this formula
and
it did nothing:

=AND($R:$R=--"2007-11-01",$R:$R<=--"2007-11-30")

What am I missing?

Karen

"Bob Phillips" wrote:

Use a CF formula of

=AND($R1=--"2008-01-01",$R1<--"2008-01-31")

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my
addy)

"klmiura" wrote in message
...
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






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
use more than 3 condition in conditional format Montu Excel Worksheet Functions 2 November 20th 07 09:51 AM
Highlight the entire row or particular cell using conditional formatting vsr_kmb New Users to Excel 1 August 20th 06 11:05 AM
Conditional Format to Highlight entire Row? shital shah Excel Worksheet Functions 1 August 25th 05 04:37 PM
Conditional Format to highlight entrire Row shital shah Excel Worksheet Functions 1 August 25th 05 03:44 PM
Conditional Format to highlight blank cell DaveMoore Excel Worksheet Functions 4 June 23rd 05 10:10 AM


All times are GMT +1. The time now is 09:45 PM.

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"