Is there a better way?

L

Ltat42a

I have a cell that calculates income. I have a range of cells tha
contain expenses.
As I enter the expenses, excel subtracts the expenses from th
sub-total gross.

D32 contains this formula -
=SUM(D14-D17-D18-D19-D20-D21-D22-D23-D24-D25-D26-D27-D28-D29-D30)

Is there a better way to create this formula?
D14 is my gross income, D17-D30 are my expenses.

Than
 
R

Ron Rosenfeld

I have a cell that calculates income. I have a range of cells that
contain expenses.
As I enter the expenses, excel subtracts the expenses from the
sub-total gross.

D32 contains this formula -
=SUM(D14-D17-D18-D19-D20-D21-D22-D23-D24-D25-D26-D27-D28-D29-D30)

Is there a better way to create this formula?
D14 is my gross income, D17-D30 are my expenses.

Thanx

=D14-SUM(D17:D30)


--ron
 
P

Paul B

Ltat42a, here is one way, =D14-SUM(D17:D30)
--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
B

Bob Phillips

=D14-SUM(D17:D30)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
R

Ron Rosenfeld

I have a cell that calculates income. I have a range of cells that
contain expenses.
As I enter the expenses, excel subtracts the expenses from the
sub-total gross.

D32 contains this formula -
=SUM(D14-D17-D18-D19-D20-D21-D22-D23-D24-D25-D26-D27-D28-D29-D30)

Is there a better way to create this formula?
D14 is my gross income, D17-D30 are my expenses.

Thanx


Hmmm. Six answers in sixteen minutes -- AND they are all the SAME!!


--ron
 
G

Guest

Also amusing.....
On this forum, my reply was listed 6th.
On the ExcelTip forum, where I entered my post, I'm listed 1st and at my
posting time nobody else's reply even appeared there.

So depending on where the OP looks for the replies . . .

••••••••••
Regards,
Ron
 

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