Row Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

How can I format a complete row or range automatically, depending on Cell
value or comparison between 2 values at different cells. ? Conditional
formating is doing this just for one cell only and depending on the value of
this cell.

Any solution.
--
*********
IT Manager
DeLaval Ltd.
Cairo-Egypt
*********
|-----------------------------|
|Islam is peace not Terror|
|-----------------------------|
 
Hi
conditional formating can do this as well:
- select the row (e.g. row 1)
- goto Conditional Format dialog
- enter the following formula
=$A1>1
- choose your format

This will format row 1 if A1 is larger than one.
-----Original Message-----
Hi All,

How can I format a complete row or range
automatically, depending on Cell
 
It took awhile, but I think I got it figured out, if you can duplicate this, great.
format A1 for =today()
conditional formatting cell a2 with three conditions as follows:
condition one: =if($a$2<$a$1,true,false) and format as needed
condition two: =and($a$2>$a$1,$a$2<($a$1+91))and format as needed
condition three =and($a$2>$a$1,$a$2<($a$1+181))and format as needed
Hope this helps, curious if it does.
 
P.S. from my last posting, copy that formatting across the whole row
and the whole row should change according to the date in A2.
Good Luck
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Out of office assistant 1
Cell Colour 10
Sent mails format 7
Field Customization 1
HTML Format Lost 2
Domain Configuration 1
Tasks not displayed 1
Install & Uninstall remotely 2

Back
Top