Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default calculation help please

Hi i am trying to calculate my rent account in an excel worksheet but every
time i enter a sum function to get a running total i get an error? for
example i get a charge once a fortnight and say my balance is £600 i want to
add the charges every fortnight then take away the payment every month and
leave a balance and so on until i am clear or so i tried
=sum(balance,+charge,-payment)and hit enter but nothing please help
--
jim4abobor2
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default calculation help please

"james horne" wrote:
=sum(balance,+charge,-payment)and hit enter but nothing


First, it will be difficult to offer constructive help without a specific
example, with real numbers, real formulas and real cell references.

Second, it is unclear what "but nothing" means. That seems different from
"get an error". But both descriptions are too vague. If you get an Excel
error indication, which one (e.g. #VALUE, #NUM). If you get "erroneous"
(unexpected) numbers, what numbers, and what did you expect?

Finally, you probably so not need to use the SUM function -- although
ironically, that is more likely to mask errors than it would cause them.

If the previous balance is in D1, the current charges are in B2, and the
current payment is in C2, the current balance in D2 might be:

=D1+B2-C2

As you copy the formula down column D, the cell references will update
automagically.

But that's pretty close to what you have already; so that might not be
helpful. Again, please post specifics.


----- original message -----

"james horne" wrote in message
...
Hi i am trying to calculate my rent account in an excel worksheet but
every
time i enter a sum function to get a running total i get an error? for
example i get a charge once a fortnight and say my balance is £600 i want
to
add the charges every fortnight then take away the payment every month and
leave a balance and so on until i am clear or so i tried
=sum(balance,+charge,-payment)and hit enter but nothing please help
--
jim4abobor2



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multi threaded calculation (multi CPU) - impact on calculation spe Pascal[_2_] Excel Discussion (Misc queries) 1 December 3rd 08 10:46 AM
How to do the calculation - 29 Nov? Eric Excel Discussion (Misc queries) 3 November 29th 08 06:17 PM
sum calculation shar Excel Worksheet Functions 2 March 24th 05 05:16 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"