Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default How to Conditionally Format Other Cells or Rranges

I want to have a cell or a range of cells be formatted with a pattern or a
border or both, or even unprotected (if not too complicated) whenever another
cell in the Status column displays the string: "DONE". Is it possible to use
Conditional Formatting for that? Or would I have to use an IF statement
instead? I've managed to have a simple IF statement display directions
whenever the DONE text shows up in the Status column, but don't know if it's
feasible to use it with formatting of another range. Is it and if so, how?

--
Rene - Do appreciate your help
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default How to Conditionally Format Other Cells or Rranges

This is still done using the conditional Formatting option. Just change
from "Cell Value Is" to "Formula Is".
Then use the appropriate formula. Example, if the word "DONE" were to show
up in cell A1, then highlight the range you want to change as a result of
that and enter this formula.

=A1="Done"

HTH,
Paul

--

"Rene" wrote in message
...
I want to have a cell or a range of cells be formatted with a pattern or a
border or both, or even unprotected (if not too complicated) whenever
another
cell in the Status column displays the string: "DONE". Is it possible to
use
Conditional Formatting for that? Or would I have to use an IF statement
instead? I've managed to have a simple IF statement display directions
whenever the DONE text shows up in the Status column, but don't know if
it's
feasible to use it with formatting of another range. Is it and if so,
how?

--
Rene - Do appreciate your help



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to Conditionally Format Other Cells or Rranges

If you need a whole range highlighted as a result of a value in one column,
then the CF formula will need *absolute* addressing, so =$A1="Done" if you
want a range spreading across a row highlighted as a dependency on column A,
or =$A$1="Done" if a range covering multiple rows and columns is to be
dependent on A1.
--
David Biddulph

"PCLIVE" wrote in message
...
This is still done using the conditional Formatting option. Just change
from "Cell Value Is" to "Formula Is".
Then use the appropriate formula. Example, if the word "DONE" were to
show up in cell A1, then highlight the range you want to change as a
result of that and enter this formula.

=A1="Done"

HTH,
Paul

--

"Rene" wrote in message
...
I want to have a cell or a range of cells be formatted with a pattern or a
border or both, or even unprotected (if not too complicated) whenever
another
cell in the Status column displays the string: "DONE". Is it possible to
use
Conditional Formatting for that? Or would I have to use an IF statement
instead? I've managed to have a simple IF statement display directions
whenever the DONE text shows up in the Status column, but don't know if
it's
feasible to use it with formatting of another range. Is it and if so,
how?

--
Rene - Do appreciate your help





  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default How to Conditionally Format Other Cells or Rranges

Good catch.

--

"David Biddulph" <groups [at] biddulph.org.uk wrote in message
...
If you need a whole range highlighted as a result of a value in one
column, then the CF formula will need *absolute* addressing, so
=$A1="Done" if you want a range spreading across a row highlighted as a
dependency on column A, or =$A$1="Done" if a range covering multiple rows
and columns is to be dependent on A1.
--
David Biddulph

"PCLIVE" wrote in message
...
This is still done using the conditional Formatting option. Just change
from "Cell Value Is" to "Formula Is".
Then use the appropriate formula. Example, if the word "DONE" were to
show up in cell A1, then highlight the range you want to change as a
result of that and enter this formula.

=A1="Done"

HTH,
Paul

--

"Rene" wrote in message
...
I want to have a cell or a range of cells be formatted with a pattern or
a
border or both, or even unprotected (if not too complicated) whenever
another
cell in the Status column displays the string: "DONE". Is it possible
to use
Conditional Formatting for that? Or would I have to use an IF statement
instead? I've managed to have a simple IF statement display directions
whenever the DONE text shows up in the Status column, but don't know if
it's
feasible to use it with formatting of another range. Is it and if so,
how?

--
Rene - Do appreciate your help







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 anumber format Montana Excel Worksheet Functions 5 January 15th 08 05:25 PM
How can I conditionally format cells that contain formulas? jhofmann Excel Discussion (Misc queries) 2 April 6th 06 04:04 PM
How do I conditionally format a chart? Midavalo Charts and Charting in Excel 1 February 21st 06 10:10 AM
conditionally format cells elad Excel Worksheet Functions 2 May 13th 05 03:57 PM
How do I conditionally format a chart? Michelle Excel Discussion (Misc queries) 1 April 12th 05 09:59 PM


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