Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default Running total for balance sheet

Hi

I was wondering if anyone can give me a formula for a spreadsheet that
I am maintaining a list of transactions and has an amount due column.

I want to have a seperate cell that will always have the last amount
that appears in the amount due column.

Is there a formula to identify the last entry in the column if I keep
adding entries in the rows.

cheers
Debbie

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Running total for balance sheet

hi
try this...assuming your amount column is A..change to suit.
=OFFSET(A2,COUNTIF(A2:A500,"0")-1,0)
it uses the offset function to return a value offset in row and columns from
a point.
in this case point is a2, rows offset is what ever is in the column and
colunms offset is 0.
the countif function counts the rows for the offset function.

regards
FSt1

"DebbieV" wrote:

Hi

I was wondering if anyone can give me a formula for a spreadsheet that
I am maintaining a list of transactions and has an amount due column.

I want to have a seperate cell that will always have the last amount
that appears in the amount due column.

Is there a formula to identify the last entry in the column if I keep
adding entries in the rows.

cheers
Debbie


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7,247
Default Running total for balance sheet

If your amount due values are in column C starting in C10, you can use the
following array formula:

=OFFSET(C10,MAX((C10:C100<"")*(ROW(C10:C100)-ROW(C10))),0,1,1)

Change C10 to the first cell of the amount due column and change C10:C100 to
the largest range that may contain amount due values. The formula returns
the last (in the greatest row number) non-blank value in C10:C100.

Since this is an array formula, you must press CTRL SHIFT ENTER rather than
just ENTER when you first enter the formula and whenever you edit it later.
If you do this properly, Excel will display the formula in the formula bar
enclosed in curly braces. The formula will not work properly if you do not
use CTRL SHIFT ENTER to enter it. See
http://www.cpearson.com/Excel/ArrayFormulas.aspx for much more information
about Array Formulas.


--
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)




"DebbieV" wrote in message
...
Hi

I was wondering if anyone can give me a formula for a spreadsheet that
I am maintaining a list of transactions and has an amount due column.

I want to have a seperate cell that will always have the last amount
that appears in the amount due column.

Is there a formula to identify the last entry in the column if I keep
adding entries in the rows.

cheers
Debbie


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
HOW DO I COPY A TOTAL FIGURE FROM 1 SHEET TO NEXT ADDING RUNNING T SANDRA Excel Worksheet Functions 0 October 8th 07 01:27 PM
total running balance chusu New Users to Excel 1 September 26th 07 01:38 PM
Having trouble finding a BASIC running balance sheet. in/out bala Bec Excel Discussion (Misc queries) 1 October 7th 06 12:40 PM
How do I create a running total (balance) in a pivot table? Jackie @ TRL Excel Worksheet Functions 1 May 17th 06 03:30 AM
rent received/balance owed/running balance spreadsheet Quickbooks dummy Excel Discussion (Misc queries) 1 January 2nd 06 07:34 PM


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

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"