PC Review


Reply
Thread Tools Rate Thread

Conditional Formating - Exceeds Cutoff

 
 
aww91
Guest
Posts: n/a
 
      14th Mar 2007

Trying to use conditional formating to change the font to red of any
cell that exceeds the cutout point.

Example
Column A:
1. 20
2. 30
3. 40
4. 10
5. 25
6. 20

The conditional format formula for A4 should sum A1:A4, if it exceeds
90 than change font to red (A5, and A6 would also change to red based
on their conditional formulas). While A1 will remain fixed, the
current cell is not.

Tried a few formulas without success.

=SUM(A1:CELL("address")) > 90

Any help would be appreciated.

 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      14th Mar 2007
Select all the cells in the range

With A1 the activecell
format|cells|conditional formatting
formula is:
=SUM($A$1:$A1)>90

The $a$1 says to always start with A1.
Excel will adjust the $A1 when it "copies" this formula to the other cells in
the selection.



aww91 wrote:
>
> Trying to use conditional formating to change the font to red of any
> cell that exceeds the cutout point.
>
> Example
> Column A:
> 1. 20
> 2. 30
> 3. 40
> 4. 10
> 5. 25
> 6. 20
>
> The conditional format formula for A4 should sum A1:A4, if it exceeds
> 90 than change font to red (A5, and A6 would also change to red based
> on their conditional formulas). While A1 will remain fixed, the
> current cell is not.
>
> Tried a few formulas without success.
>
> =SUM(A1:CELL("address")) > 90
>
> Any help would be appreciated.


--

Dave Peterson
 
Reply With Quote
 
aww91
Guest
Posts: n/a
 
      14th Mar 2007
On Mar 14, 10:30 am, Dave Peterson <peter...@verizonXSPAM.net> wrote:
> Select all the cells in the range
>
> With A1 the activecell
> format|cells|conditional formatting
> formula is:
> =SUM($A$1:$A1)>90
>
> The $a$1 says to always start with A1.
> Excel will adjust the $A1 when it "copies" this formula to the other cells in
> the selection.
>
>
>
>
>
> aww91 wrote:
>
> > Trying to use conditional formating to change the font to red of any
> > cell that exceeds the cutout point.

>
> > Example
> > Column A:
> > 1. 20
> > 2. 30
> > 3. 40
> > 4. 10
> > 5. 25
> > 6. 20

>
> > The conditional format formula for A4 should sum A1:A4, if it exceeds
> > 90 than change font to red (A5, and A6 would also change to red based
> > on their conditional formulas). While A1 will remain fixed, the

Works great! Thanks

> > current cell is not.

>
> > Tried a few formulas without success.

>
> > =SUM(A1:CELL("address")) > 90

>
> > Any help would be appreciated.

>
> --
>
> Dave Peterson- Hide quoted text -
>
> - Show quoted text -



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Install dates formating using conditional formating? Jerry Eggleston Microsoft Excel Misc 2 9th Nov 2005 05:49 PM
Help Please with Conditional FOrmating =?Utf-8?B?SmFtZXMgTQ==?= Microsoft Excel Worksheet Functions 2 4th Aug 2005 09:05 AM
In conditional formating, is it possible to do? =?Utf-8?B?S2Vs?= Microsoft Excel Misc 1 4th Aug 2005 07:09 AM
Conditional Formating Delaina Microsoft Excel Misc 4 3rd Aug 2005 01:39 AM
conditional formating.... doran_doran Microsoft Excel Worksheet Functions 2 16th Jul 2005 08:52 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:30 AM.