Reply
 
Thread Tools Display Modes
  #1   Report Post  
Cheri
 
Posts: n/a
Default formula in word

I have an invoice and would like to add the column of charges and subtract
the column of credits and have just that total in one particular cell. How
do I do that.
  #2   Report Post  
Cindy M -WordMVP-
 
Posts: n/a
Default

Hi ?B?Q2hlcmk=?=,

I have an invoice and would like to add the column of charges and subtract
the column of credits and have just that total in one particular cell.

This is in Word? Have you looked at the Table/Formula command? Starting with
Sum(Above) and working from there...

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)

  #3   Report Post  
Andrea Jones
 
Posts: n/a
Default

To do calculations which do not just use the cells above you need to imagine
your table cells labelled as they would be in Excel i.e. Columns A, B, C, etc
rows 1, 2, 3. You can then do things like =(C2+C3)*C4 in the Tables -
Formula window to get the answer you require.

--
Andrea Jones
www.allaboutoffice.co.uk
www.allaboutclait.com
www.stratatraining.co.uk


"Cheri" wrote:

I have an invoice and would like to add the column of charges and subtract
the column of credits and have just that total in one particular cell. How
do I do that.

  #4   Report Post  
Cheri
 
Posts: n/a
Default

I've tried that but I get a syntax error. I want to add the charges in
Column C(which has lines 1-7) and subtract any credits that appear in Column
D - lines 1-7) all into a cell at the bottom of Column D - i.e. D10

"Andrea Jones" wrote:

To do calculations which do not just use the cells above you need to imagine
your table cells labelled as they would be in Excel i.e. Columns A, B, C, etc
rows 1, 2, 3. You can then do things like =(C2+C3)*C4 in the Tables -
Formula window to get the answer you require.

--
Andrea Jones
www.allaboutoffice.co.uk
www.allaboutclait.com
www.stratatraining.co.uk


"Cheri" wrote:

I have an invoice and would like to add the column of charges and subtract
the column of credits and have just that total in one particular cell. How
do I do that.

  #5   Report Post  
Andrea Jones
 
Posts: n/a
Default

You should be able to click in D10, click on Tables -Formulas and then type

=SUM(C1:C7)-SUM(D17)

Make sure you start the calculation with = or it won't work.

--
Andrea Jones
www.allaboutoffice.co.uk
www.stratatraining.co.uk
www.allaboutclait.com


"Cheri" wrote:

I've tried that but I get a syntax error. I want to add the charges in
Column C(which has lines 1-7) and subtract any credits that appear in Column
D - lines 1-7) all into a cell at the bottom of Column D - i.e. D10

"Andrea Jones" wrote:

To do calculations which do not just use the cells above you need to imagine
your table cells labelled as they would be in Excel i.e. Columns A, B, C, etc
rows 1, 2, 3. You can then do things like =(C2+C3)*C4 in the Tables -
Formula window to get the answer you require.

--
Andrea Jones
www.allaboutoffice.co.uk
www.allaboutclait.com
www.stratatraining.co.uk


"Cheri" wrote:

I have an invoice and would like to add the column of charges and subtract
the column of credits and have just that total in one particular cell. How
do I do that.



  #6   Report Post  
Cheri
 
Posts: n/a
Default

Tried that and it puts in a number but it's not the right number. More
suggestions?

"Andrea Jones" wrote:

You should be able to click in D10, click on Tables -Formulas and then type

=SUM(C1:C7)-SUM(D17)

Make sure you start the calculation with = or it won't work.

--
Andrea Jones
www.allaboutoffice.co.uk
www.stratatraining.co.uk
www.allaboutclait.com


"Cheri" wrote:

I've tried that but I get a syntax error. I want to add the charges in
Column C(which has lines 1-7) and subtract any credits that appear in Column
D - lines 1-7) all into a cell at the bottom of Column D - i.e. D10

"Andrea Jones" wrote:

To do calculations which do not just use the cells above you need to imagine
your table cells labelled as they would be in Excel i.e. Columns A, B, C, etc
rows 1, 2, 3. You can then do things like =(C2+C3)*C4 in the Tables -
Formula window to get the answer you require.

--
Andrea Jones
www.allaboutoffice.co.uk
www.allaboutclait.com
www.stratatraining.co.uk


"Cheri" wrote:

I have an invoice and would like to add the column of charges and subtract
the column of credits and have just that total in one particular cell. How
do I do that.

  #7   Report Post  
Doug Robbins
 
Posts: n/a
Default

What are the numbers in Cells C1-C7 and D1-D7 and what is the result
showing? Are the numbers in D1-D7
the result of a formula?
--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Cheri" wrote in message
news
Tried that and it puts in a number but it's not the right number. More
suggestions?

"Andrea Jones" wrote:

You should be able to click in D10, click on Tables -Formulas and then
type

=SUM(C1:C7)-SUM(D17)

Make sure you start the calculation with = or it won't work.

--
Andrea Jones
www.allaboutoffice.co.uk
www.stratatraining.co.uk
www.allaboutclait.com


"Cheri" wrote:

I've tried that but I get a syntax error. I want to add the charges in
Column C(which has lines 1-7) and subtract any credits that appear in
Column
D - lines 1-7) all into a cell at the bottom of Column D - i.e. D10

"Andrea Jones" wrote:

To do calculations which do not just use the cells above you need to
imagine
your table cells labelled as they would be in Excel i.e. Columns A,
B, C, etc
rows 1, 2, 3. You can then do things like =(C2+C3)*C4 in the
Tables -
Formula window to get the answer you require.

--
Andrea Jones
www.allaboutoffice.co.uk
www.allaboutclait.com
www.stratatraining.co.uk


"Cheri" wrote:

I have an invoice and would like to add the column of charges and
subtract
the column of credits and have just that total in one particular
cell. How
do I do that.



  #8   Report Post  
Mike Faulkner
 
Posts: n/a
Default

Cheri

Place cursor in a cell where you want the result displayed. Press [Alt+F9].
This will insert a set of curly brackets. In between the curly brackets type
your formula.
ie. "=(a1:e1)" or "=sum(a1:e1)-sum(a2:e2)". When done right click field and
click on 'Update Field'.

Regards
Mike

PS. Inverted commas are used for indicating formulae etc. Don't use in
formula.

"Doug Robbins" wrote:

What are the numbers in Cells C1-C7 and D1-D7 and what is the result
showing? Are the numbers in D1-D7
the result of a formula?
--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Cheri" wrote in message
news
Tried that and it puts in a number but it's not the right number. More
suggestions?

"Andrea Jones" wrote:

You should be able to click in D10, click on Tables -Formulas and then
type

=SUM(C1:C7)-SUM(D17)

Make sure you start the calculation with = or it won't work.

--
Andrea Jones
www.allaboutoffice.co.uk
www.stratatraining.co.uk
www.allaboutclait.com


"Cheri" wrote:

I've tried that but I get a syntax error. I want to add the charges in
Column C(which has lines 1-7) and subtract any credits that appear in
Column
D - lines 1-7) all into a cell at the bottom of Column D - i.e. D10

"Andrea Jones" wrote:

To do calculations which do not just use the cells above you need to
imagine
your table cells labelled as they would be in Excel i.e. Columns A,
B, C, etc
rows 1, 2, 3. You can then do things like =(C2+C3)*C4 in the
Tables -
Formula window to get the answer you require.

--
Andrea Jones
www.allaboutoffice.co.uk
www.allaboutclait.com
www.stratatraining.co.uk


"Cheri" wrote:

I have an invoice and would like to add the column of charges and
subtract
the column of credits and have just that total in one particular
cell. How
do I do that.




  #9   Report Post  
Doug Robbins
 
Posts: n/a
Default

Ctrl+F9, not Alt+F9

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Mike Faulkner" wrote in message
...
Cheri

Place cursor in a cell where you want the result displayed. Press
[Alt+F9].
This will insert a set of curly brackets. In between the curly brackets
type
your formula.
ie. "=(a1:e1)" or "=sum(a1:e1)-sum(a2:e2)". When done right click field
and
click on 'Update Field'.

Regards
Mike

PS. Inverted commas are used for indicating formulae etc. Don't use in
formula.

"Doug Robbins" wrote:

What are the numbers in Cells C1-C7 and D1-D7 and what is the result
showing? Are the numbers in D1-D7
the result of a formula?
--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"Cheri" wrote in message
news
Tried that and it puts in a number but it's not the right number. More
suggestions?

"Andrea Jones" wrote:

You should be able to click in D10, click on Tables -Formulas and
then
type

=SUM(C1:C7)-SUM(D17)

Make sure you start the calculation with = or it won't work.

--
Andrea Jones
www.allaboutoffice.co.uk
www.stratatraining.co.uk
www.allaboutclait.com


"Cheri" wrote:

I've tried that but I get a syntax error. I want to add the charges
in
Column C(which has lines 1-7) and subtract any credits that appear
in
Column
D - lines 1-7) all into a cell at the bottom of Column D - i.e. D10

"Andrea Jones" wrote:

To do calculations which do not just use the cells above you need
to
imagine
your table cells labelled as they would be in Excel i.e. Columns
A,
B, C, etc
rows 1, 2, 3. You can then do things like =(C2+C3)*C4 in the
Tables -
Formula window to get the answer you require.

--
Andrea Jones
www.allaboutoffice.co.uk
www.allaboutclait.com
www.stratatraining.co.uk


"Cheri" wrote:

I have an invoice and would like to add the column of charges
and
subtract
the column of credits and have just that total in one particular
cell. How
do I do that.






Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Does Word have Keyboard Merges like Word Perfect does? Donnas Mailmerge 1 June 28th 05 09:30 PM
Word2000 letterhead merge BAW Mailmerge 3 June 25th 05 01:17 PM
Underscore (_) will not always display in RTF files (Word 2002). David A Edge Microsoft Word Help 6 June 14th 05 10:39 AM
Making Word do something that Wordperfect can do NarniaUK New Users 4 May 1st 05 10:44 PM
WordPerfect keyboard macro>Word equivalent? Anty New Users 2 March 13th 05 06:23 PM


All times are GMT +1. The time now is 08:04 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"