Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Can you conditionally format a whole row based on data in one cel

Hi

I have a spreadsheet listing work items one one column and the due data due
another column. Once the work is completed the complettion date is entered
in a third column.

What i need is to condtionally format the data so that if the work is
completed before the due date all the data in the whole row goes one colour
and if the completion date exceeds the due date the data in the whole row
goes a different colour.

The conditional formating rules only seem to allow me to change colour of
the data in one cell, i.e.

Is there a way to conditonally format the whole row based on the data in one
cell?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 248
Default Can you conditionally format a whole row based on data in one cel

Yes.

Suppose you want to higlight the range A1:Z1 if A1 contains YES
then select the range (If you want whole row then select whole row... You
can also apply this to A1 and then paint over the range...)
in Conditional Formatting use FORMULA IS as
=$A1="YES"

You can also refer to two cells like this
=$E1$Y1
or
=(Today()-$E1)30


Note the $ before A1... this does the trick since when this condition is
trasnlated to B1, C1... it still refers to A1
Also this helps you paint this down rows since 1 changes to 2,3... (No $
before 1)
You can refer to any cell, even outside the range. You just need to take
care that it translates to the write formula when Excel applies it to other
cells.


-------------------------------------
Pl. click ''Yes'' if this was helpful...



"Gordy72" wrote:

Hi

I have a spreadsheet listing work items one one column and the due data due
another column. Once the work is completed the complettion date is entered
in a third column.

What i need is to condtionally format the data so that if the work is
completed before the due date all the data in the whole row goes one colour
and if the completion date exceeds the due date the data in the whole row
goes a different colour.

The conditional formating rules only seem to allow me to change colour of
the data in one cell, i.e.

Is there a way to conditonally format the whole row based on the data in one
cell?

Thanks

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
conditionally format cell in a range, based on value in other rang alfaista Excel Worksheet Functions 4 March 9th 09 05:13 PM
How do I conditionally format cells based on part of their text? Buz Excel Discussion (Misc queries) 1 March 6th 09 09:09 PM
how can I conditionally format a cell based on the value in a diff aquigley Excel Discussion (Misc queries) 15 August 21st 08 10:21 PM
Can I conditionally format a line based on a cell value eoinp Excel Discussion (Misc queries) 4 March 7th 08 10:10 PM
Conditionally format points based on a third column hmm Charts and Charting in Excel 3 October 14th 07 09:35 AM


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