Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Conditional Formatting of rows

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default Conditional Formatting of rows

Hi Kate,

Highlight the entire area that will be subject to the conditional
formatting, highlight as far across the rows as required. Format, Conditional
Formatting and select Formula Is. Then enter your required formula:
=$A2="Completed", then apply the required format. Click OK
--
Hope that helps,
MarkN


"KATE MCL" wrote:

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Conditional Formatting of rows

Thanks Mark!

It worked for one row that already had Completed in it however my status
column has drop down boxes to select from either Not Started, Pending or
Completed.

When I changed the formatted cell from Completed to Pending the formatting
did not revert back to the normal format. Also when I selected other cells in
the status column (column H) and changed the status to Completed nothing
happened.

Any ideas how I can change this?

Kate

"MarkN" wrote:

Hi Kate,

Highlight the entire area that will be subject to the conditional
formatting, highlight as far across the rows as required. Format, Conditional
Formatting and select Formula Is. Then enter your required formula:
=$A2="Completed", then apply the required format. Click OK
--
Hope that helps,
MarkN


"KATE MCL" wrote:

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default Conditional Formatting of rows

Hi Kate,
Did you use the cell reference $A4 (as opposed to $A$4) as mine works OK.
Let me know.
--
Thanks,
MarkN


"KATE MCL" wrote:

Thanks Mark!

It worked for one row that already had Completed in it however my status
column has drop down boxes to select from either Not Started, Pending or
Completed.

When I changed the formatted cell from Completed to Pending the formatting
did not revert back to the normal format. Also when I selected other cells in
the status column (column H) and changed the status to Completed nothing
happened.

Any ideas how I can change this?

Kate

"MarkN" wrote:

Hi Kate,

Highlight the entire area that will be subject to the conditional
formatting, highlight as far across the rows as required. Format, Conditional
Formatting and select Formula Is. Then enter your required formula:
=$A2="Completed", then apply the required format. Click OK
--
Hope that helps,
MarkN


"KATE MCL" wrote:

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Conditional Formatting of rows

Hi Mark

I changed it to $H4 which is the start of my status column and that has
worked! Thanks for your help!!!!

I have posted another question Highlighting Overdue Tasks as well do you
have any suggestions about that?

Kate

"MarkN" wrote:

Hi Kate,
Did you use the cell reference $A4 (as opposed to $A$4) as mine works OK.
Let me know.
--
Thanks,
MarkN


"KATE MCL" wrote:

Thanks Mark!

It worked for one row that already had Completed in it however my status
column has drop down boxes to select from either Not Started, Pending or
Completed.

When I changed the formatted cell from Completed to Pending the formatting
did not revert back to the normal format. Also when I selected other cells in
the status column (column H) and changed the status to Completed nothing
happened.

Any ideas how I can change this?

Kate

"MarkN" wrote:

Hi Kate,

Highlight the entire area that will be subject to the conditional
formatting, highlight as far across the rows as required. Format, Conditional
Formatting and select Formula Is. Then enter your required formula:
=$A2="Completed", then apply the required format. Click OK
--
Hope that helps,
MarkN


"KATE MCL" wrote:

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Conditional Formatting of rows

Hi Mark

I changed it to $H4 rather than $A4 which is the start of my status column
and that worked! Thanks for your help!!!

I have posted another question Highlighting Overdue Tasks do you have any
suggestions regarding that?

Kate

"MarkN" wrote:

Hi Kate,
Did you use the cell reference $A4 (as opposed to $A$4) as mine works OK.
Let me know.
--
Thanks,
MarkN


"KATE MCL" wrote:

Thanks Mark!

It worked for one row that already had Completed in it however my status
column has drop down boxes to select from either Not Started, Pending or
Completed.

When I changed the formatted cell from Completed to Pending the formatting
did not revert back to the normal format. Also when I selected other cells in
the status column (column H) and changed the status to Completed nothing
happened.

Any ideas how I can change this?

Kate

"MarkN" wrote:

Hi Kate,

Highlight the entire area that will be subject to the conditional
formatting, highlight as far across the rows as required. Format, Conditional
Formatting and select Formula Is. Then enter your required formula:
=$A2="Completed", then apply the required format. Click OK
--
Hope that helps,
MarkN


"KATE MCL" wrote:

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default Conditional Formatting of rows

Hi Kate,
How is your due date calculated?
--
Thanks,
MarkN


"KATE MCL" wrote:

Hi Mark

I changed it to $H4 rather than $A4 which is the start of my status column
and that worked! Thanks for your help!!!

I have posted another question Highlighting Overdue Tasks do you have any
suggestions regarding that?

Kate

"MarkN" wrote:

Hi Kate,
Did you use the cell reference $A4 (as opposed to $A$4) as mine works OK.
Let me know.
--
Thanks,
MarkN


"KATE MCL" wrote:

Thanks Mark!

It worked for one row that already had Completed in it however my status
column has drop down boxes to select from either Not Started, Pending or
Completed.

When I changed the formatted cell from Completed to Pending the formatting
did not revert back to the normal format. Also when I selected other cells in
the status column (column H) and changed the status to Completed nothing
happened.

Any ideas how I can change this?

Kate

"MarkN" wrote:

Hi Kate,

Highlight the entire area that will be subject to the conditional
formatting, highlight as far across the rows as required. Format, Conditional
Formatting and select Formula Is. Then enter your required formula:
=$A2="Completed", then apply the required format. Click OK
--
Hope that helps,
MarkN


"KATE MCL" wrote:

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Conditional Formatting of rows

Thanks heaps Mark, it worked that time! I changed it from $A4 to $H4.

I have posted another question in regard to Highlighting Overdue Tasks, do
you have any suggestions regarding that???

Cheers
Kate

"MarkN" wrote:

Hi Kate,
Did you use the cell reference $A4 (as opposed to $A$4) as mine works OK.
Let me know.
--
Thanks,
MarkN


"KATE MCL" wrote:

Thanks Mark!

It worked for one row that already had Completed in it however my status
column has drop down boxes to select from either Not Started, Pending or
Completed.

When I changed the formatted cell from Completed to Pending the formatting
did not revert back to the normal format. Also when I selected other cells in
the status column (column H) and changed the status to Completed nothing
happened.

Any ideas how I can change this?

Kate

"MarkN" wrote:

Hi Kate,

Highlight the entire area that will be subject to the conditional
formatting, highlight as far across the rows as required. Format, Conditional
Formatting and select Formula Is. Then enter your required formula:
=$A2="Completed", then apply the required format. Click OK
--
Hope that helps,
MarkN


"KATE MCL" wrote:

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate

  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 104
Default Conditional Formatting of rows

Hi Kate,
Your conditional formatting works logically. The first condition that can be
evaluated to true causes that conditional formatting to be set. If you want
the Overdue condition to be the priority condition, change the order of the
conditional formats so that the overdue condition is the first of the
conditional formats.

Does that make sense??
--
Thanks,
MarkN


"KATE MCL" wrote:

Thanks heaps Mark, it worked that time! I changed it from $A4 to $H4.

I have posted another question in regard to Highlighting Overdue Tasks, do
you have any suggestions regarding that???

Cheers
Kate

"MarkN" wrote:

Hi Kate,
Did you use the cell reference $A4 (as opposed to $A$4) as mine works OK.
Let me know.
--
Thanks,
MarkN


"KATE MCL" wrote:

Thanks Mark!

It worked for one row that already had Completed in it however my status
column has drop down boxes to select from either Not Started, Pending or
Completed.

When I changed the formatted cell from Completed to Pending the formatting
did not revert back to the normal format. Also when I selected other cells in
the status column (column H) and changed the status to Completed nothing
happened.

Any ideas how I can change this?

Kate

"MarkN" wrote:

Hi Kate,

Highlight the entire area that will be subject to the conditional
formatting, highlight as far across the rows as required. Format, Conditional
Formatting and select Formula Is. Then enter your required formula:
=$A2="Completed", then apply the required format. Click OK
--
Hope that helps,
MarkN


"KATE MCL" wrote:

I am creating an action plan in excel 2003 and I want to use conditional
formatting to format the row once a cell in the action status column reads
"Completed".

I can use Conditional Formatting to format the cell containing "Completed"
however I don't know what to do to apply this formatting to the rest of the
row in the range.

Can anyone help me with this!

Cheers
Kate

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
How can I use conditional formatting to hide or delete rows? linda.beautiful.california Excel Worksheet Functions 6 July 15th 08 09:09 PM
Conditional Formatting for rows... dramajuana Excel Discussion (Misc queries) 1 June 12th 06 07:39 PM
sorting a range with conditional formatting renie Excel Worksheet Functions 2 June 2nd 06 10:43 PM
How to get more than 3 rows in Conditional Formatting Shants Excel Discussion (Misc queries) 1 May 29th 06 07:41 PM
Determine cells that drive conditional formatting? Nicolle K. Excel Discussion (Misc queries) 2 January 7th 05 01:08 AM


All times are GMT +1. The time now is 03:06 PM.

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"