I know that by entering SUM=(b1:d1) in the formula bar, this will add the
contents of these cells. How can I do this with subtraction without entering
=(b1-c1-d1)? Thanks!
I know that by entering SUM=(b1:d1) in the formula bar, this will add the
contents of these cells. How can I do this with subtraction without entering
=(b1-c1-d1)? Thanks!
One way:
=B1-SUM(C1:D1)
Alternatively, you could array-enter (CTRL-SHIFT-ENTER or CMD-RETURN):
=SUM(B1,-C1:D1)
Note that the second solution won't ignore text.
In article <1C7A240D-3E4B-451A-90C0-E95A67A2DE51@microsoft.com>,
"whiteteeth" <whiteteeth@discussions.microsoft.com> wrote:
> I know that by entering SUM=(b1:d1) in the formula bar, this will add the
> contents of these cells. How can I do this with subtraction without entering
> =(b1-c1-d1)? Thanks!
JE McGimpsey wrote...
....
>Alternatively, you could array-enter (CTRL-SHIFT-ENTER or CMD-RETURN):
>
> =SUM(B1,-C1:D1)
>
>Note that the second solution won't ignore text.
....
=-SUM(-B1,C1:D1)
will avoid the need for array entry and will only fail to ignore text
in B1. This is an old (REAL OLD) 123 trick.
So old that it should have been second nature to me...
In article <1107462875.584782.86620@o13g2000cwo.googlegroups.com>,
"Harlan Grove" <hrlngrv@aol.com> wrote:
> =-SUM(-B1,C1:D1)
>
> will avoid the need for array entry and will only fail to ignore text
> in B1. This is an old (REAL OLD) 123 trick.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks