Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Monthly bank stmts

I have a workbook for each month of the year to track daily receipts and
expenses. There can be mulitple rows for a day. How do I carry the ending
balance from one month (worksheet) to the beginning balance of another
(worksheet)?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 299
Default Monthly bank stmts

Assume ending balance is in H30, assume the sheets are named like Jan06,
Feb06 and so on, so for
ending balance of Jan06 as beginning balance of Feb06

='Jan06'!H30

easiest way is to select the cell in Feb06+ where you want the beginning
balance
type =
select Jan06 with the mouse, select H30 and press enter


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"KathyT" wrote in message
...
I have a workbook for each month of the year to track daily receipts and
expenses. There can be mulitple rows for a day. How do I carry the
ending
balance from one month (worksheet) to the beginning balance of another
(worksheet)?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 118
Default Monthly bank stmts

Hi Kathy
If your last entry for example is on sheet 1 cell d52
on sheet 2 in your first balance cell put
=Sheet1!D52

HTH
Michael M

"KathyT" wrote:

I have a workbook for each month of the year to track daily receipts and
expenses. There can be mulitple rows for a day. How do I carry the ending
balance from one month (worksheet) to the beginning balance of another
(worksheet)?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Monthly bank stmts

thanks. Is there a formula that will pull the last figure for the month and
insert it into the next month's worksheet? I'm trying to avoid adding a new
formula each month.

"Peo Sjoblom" wrote:

Assume ending balance is in H30, assume the sheets are named like Jan06,
Feb06 and so on, so for
ending balance of Jan06 as beginning balance of Feb06

='Jan06'!H30

easiest way is to select the cell in Feb06+ where you want the beginning
balance
type =
select Jan06 with the mouse, select H30 and press enter


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"KathyT" wrote in message
...
I have a workbook for each month of the year to track daily receipts and
expenses. There can be mulitple rows for a day. How do I carry the
ending
balance from one month (worksheet) to the beginning balance of another
(worksheet)?




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 76
Default Monthly bank stmts

The formula quoted will pull the figure out from the last day of the
previous month, it will change when the previous month's figure
changes, so it will not need to be re-entered each month

Tony

On Jan 3, 1:30 pm, KathyT wrote:
thanks. Is there a formula that will pull the last figure for the month and
insert it into the next month's worksheet? I'm trying to avoid adding a new
formula each month.



"Peo Sjoblom" wrote:
Assume ending balance is in H30, assume the sheets are named like Jan06,
Feb06 and so on, so for
ending balance of Jan06 as beginning balance of Feb06


='Jan06'!H30


easiest way is to select the cell in Feb06+ where you want the beginning
balance
type =
select Jan06 with the mouse, select H30 and press enter


--


Regards,


Peo Sjoblom


Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"KathyT" wrote in message
...
I have a workbook for each month of the year to track daily receipts and
expenses. There can be mulitple rows for a day. How do I carry the
ending
balance from one month (worksheet) to the beginning balance of another
(worksheet)?- Hide quoted text -- Show quoted text -




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 694
Default Monthly bank stmts

Hi Kathy:

I assumed that in cell B2 there is the month
and in cell B3 there is the year

on feb06 sheet in the cell where the b/fwd is:

=INDIRECT(TEXT(DATEVALUE("1/"&$B$2&"/"&B3)-1,"Mmmyy")&"!H30")

If as you say the total varies then you can use a vlookup with some unique key

say in column A on the last line is "Total for the month"

Then
=VLOOKUP("Total for the
month",OFFSET(INDIRECT(TEXT(DATEVALUE("1/"&$B$2&"/"&$B$3)-1,"Mmmyy")&"!a1"),0,0,5000,8),8,FALSE)

This even works for the first month of the year if the are the previous
years worksheets in the same book.

--
Hope this helps
Martin Fishlock, Bangkok, Thailand
Please do not forget to rate this reply.


"KathyT" wrote:

thanks. Is there a formula that will pull the last figure for the month and
insert it into the next month's worksheet? I'm trying to avoid adding a new
formula each month.

"Peo Sjoblom" wrote:

Assume ending balance is in H30, assume the sheets are named like Jan06,
Feb06 and so on, so for
ending balance of Jan06 as beginning balance of Feb06

='Jan06'!H30

easiest way is to select the cell in Feb06+ where you want the beginning
balance
type =
select Jan06 with the mouse, select H30 and press enter


--


Regards,

Peo Sjoblom

Excel 95 - Excel 2007
Northwest Excel Solutions
www.nwexcelsolutions.com
(Remove ^^ from email)


"KathyT" wrote in message
...
I have a workbook for each month of the year to track daily receipts and
expenses. There can be mulitple rows for a day. How do I carry the
ending
balance from one month (worksheet) to the beginning balance of another
(worksheet)?




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
Bank Reconciliation Tarig Excel Discussion (Misc queries) 5 December 2nd 06 01:59 PM
Rolling Monthly Amounts to Annual Monthly Amounts RV Excel Discussion (Misc queries) 0 August 29th 06 04:56 PM
Financial Loan calc including monthly fees rktect Excel Discussion (Misc queries) 6 July 26th 06 08:15 AM
Mergers - market concentration - math help Duke Carey Excel Worksheet Functions 4 December 3rd 05 12:07 AM
Count data entries and date problem Gef Excel Worksheet Functions 5 November 4th 04 02:30 PM


All times are GMT +1. The time now is 02:25 AM.

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

About Us

"It's about Microsoft Excel"