My company is doing projections for 2007 and they want all our revenue streams to add up to, hypothetically, $100. Is there a way to lock $100 or less as the total, thus forcing people to subtract from column A before adding to column B?

Example:

A B C
10 20 70

To add 5 to column A, the user would need to subtract five from B or C.


I'd like this to be a stubborn lock (not just a polite TRUE/FALSE basic if statement).

Is the answer going to be excruciatingly complex?

Thanks,


M