=Sum

MGumbrell

Registered User.
Local time
Today, 23:26
Joined
Apr 22, 2005
Messages
129
I have the following formula that was created using the auto sum, so I don't understand why I am receiving an error message.

Cell (B2) contains a postive value
Range (B3:B7) contains positive values

Cell (B8) needs to subtract the value of Range (B3:B7) from Cell (B2)

The auto sum helps create the following formula:-
=Sum(B2-B3:B7)

I have also tried
=Sum(B2)-(B3:B7)

This creates a #VALUE error

Can anyone advise me on a solution to what would seem to be a very easy formula.

Thanks, Matt
 
Think you need more coffee ;)

=B2-sum(B3:B7)
 
Thank you

Some answers can make you feel a right plum.

Regards, Matt
 

Users who are viewing this thread

Back
Top Bottom