(1.) Sum values only (ignore text and #value!); (2.) formatting cell based on another cell value
Posted by Daniel P. on July 14, 2000 6:16 AM
Two questions:
(1.) I need to total the values within a column but can't due to all the text and #value! data. Right now I'm sorting them out but it's a pain. Any ideas?
(2.) Can I format a cell (either change text color or background color) based on another cells value? Basic example...
Data entered into A1=5
Data entered into A2=6
Formula entered into A3=A1-A2 (value would be -1)
The condition I need is if A3 is negative, the cell or text in A1 will be reformatted to throw up a flag. (red text or something)
Thanks for all help you guys provide!
Daniel