Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default working excel automatically

how can u get excel to automatically find a balance by adding or subtracting
with two numbers?
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 180
Default working excel automatically

Not sure what exactly you want, need more details

--
Pranav Vaidya
VBA Developer
PN, MH-India


"Nilufer" wrote:

how can u get excel to automatically find a balance by adding or subtracting
with two numbers?

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,365
Default working excel automatically

The general format of a simple addition/subtraction formula is
=A1+B1
where A1 and B1 are the cells you want to add together.
or
=A1-B1
where you want to subtract the amount in B1 from the amount in A1.

As for balance, as in checkbook, you could have 3 columns involved:
A used for deposits
B used for debits (checks, service charges, etc)
C used to show the balance
You don't worry about the first row where you'd probably only have a
starting balance in C2 (assumes row 1 used with titles for the columns)
then in the cell right below C2, obviously C3, you could put this formula:
=C2+A3-B3
that would take the previous balance, add any deposit put on row 3 to it and
subtract any debit put into row 3 from it. You can fill that formula (search
Help for fill data) down the sheet to come up with running balance
calculations as for a checkbook.

If you need anything else, as noted earlier, we'll need more specific
information on how your sheet is laid out and what is where on it.

"Nilufer" wrote:

how can u get excel to automatically find a balance by adding or subtracting
with two numbers?

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
Excel 2002: Auto Sum function not working in large Excel file Mr. Low Excel Discussion (Misc queries) 3 May 25th 07 03:36 PM
formulas have stopped working automatically meris Excel Discussion (Misc queries) 1 November 2nd 06 11:26 PM
In Excel can I automatically highlight the row im working on? JPAP Excel Discussion (Misc queries) 2 September 29th 06 12:53 PM
Working in Excel Loyer Excel Discussion (Misc queries) 1 June 7th 06 04:36 AM
Working with Excel Igor2005 Excel Discussion (Misc queries) 9 March 22nd 05 08:36 AM


All times are GMT +1. The time now is 10:25 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"