Conditional Format

Z

ZootRot

Excel 2003 SP2

Trying for format a cell based on the sum of a range in which the cell
exists versus amount in another cell. So if the number in the cell changes,
making the total of the cells exceeds a predetermined number, then the cell
should be red. In verbal logic: if sum(a1:a10)>B1 then format A2 red.

Can this be done through conditional formatting, or do i need to write a
change-cell event code?

Thanks.
 
B

bobocat

In conditional formatting
under condition 1
set: "Formula is"
=sum($a$1:$a$10)>$b$1
then set your desire format
 

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

Top