+ Reply to Thread
Results 1 to 9 of 9

How do i get the running balance from one worksheet to another?

  1. #1
    bj
    Guest

    RE: How do i get the running balance from one worksheet to another?

    if you have the running balance on Sheet1 in a given cell (D4)

    on the other sheet
    =Sheet1!D4
    will transfer the data.


    "Spoardy" wrote:

    > How do i get the running balance from one worksheet to another?
    >
    > i.e withdrawls and deposits will change all the time, so I want this running
    > balance (subtotal) to transfer to an overview sheet, so I will always have an
    > up to date total.
    >
    >


  2. #2
    Spoardy
    Guest

    RE: How do i get the running balance from one worksheet to another

    Hiya

    Thanks for that, isn't quite what I was looking for but close. I have a
    'balance column' that changes with each withdrawl/credit I make. So I need
    to transfer the current balance from the 'balance column' onto a seperate
    sheet?

    Bearing in mind this figure can change frequently.

    Does that make sense?

    Spoardy.

    "bj" wrote:

    > if you have the running balance on Sheet1 in a given cell (D4)
    >
    > on the other sheet
    > =Sheet1!D4
    > will transfer the data.
    >
    >
    > "Spoardy" wrote:
    >
    > > How do i get the running balance from one worksheet to another?
    > >
    > > i.e withdrawls and deposits will change all the time, so I want this running
    > > balance (subtotal) to transfer to an overview sheet, so I will always have an
    > > up to date total.
    > >
    > >


  3. #3
    bj
    Guest

    RE: How do i get the running balance from one worksheet to another

    assuming your balance column is set up as
    =previous balance-current outgo + current input
    down to say row 1000

    try
    =sheet1!D1000

    to reflect the value of your last cell in the column. If you have it set up
    different than this, le me know.
    "Spoardy" wrote:

    > Hiya
    >
    > Thanks for that, isn't quite what I was looking for but close. I have a
    > 'balance column' that changes with each withdrawl/credit I make. So I need
    > to transfer the current balance from the 'balance column' onto a seperate
    > sheet?
    >
    > Bearing in mind this figure can change frequently.
    >
    > Does that make sense?
    >
    > Spoardy.
    >
    > "bj" wrote:
    >
    > > if you have the running balance on Sheet1 in a given cell (D4)
    > >
    > > on the other sheet
    > > =Sheet1!D4
    > > will transfer the data.
    > >
    > >
    > > "Spoardy" wrote:
    > >
    > > > How do i get the running balance from one worksheet to another?
    > > >
    > > > i.e withdrawls and deposits will change all the time, so I want this running
    > > > balance (subtotal) to transfer to an overview sheet, so I will always have an
    > > > up to date total.
    > > >
    > > >


  4. #4
    Spoardy
    Guest

    RE: How do i get the running balance from one worksheet to another

    Thanks. I think I have set mine upo different, basically I have copied the
    formulas from another excel sheet I had for a while. The formulas they were
    using on the balance column is:

    =IF(OR(M33=M32,M33=N32),"",M33)

    Does this help?


    "bj" wrote:

    > assuming your balance column is set up as
    > =previous balance-current outgo + current input
    > down to say row 1000
    >
    > try
    > =sheet1!D1000
    >
    > to reflect the value of your last cell in the column. If you have it set up
    > different than this, le me know.
    > "Spoardy" wrote:
    >
    > > Hiya
    > >
    > > Thanks for that, isn't quite what I was looking for but close. I have a
    > > 'balance column' that changes with each withdrawl/credit I make. So I need
    > > to transfer the current balance from the 'balance column' onto a seperate
    > > sheet?
    > >
    > > Bearing in mind this figure can change frequently.
    > >
    > > Does that make sense?
    > >
    > > Spoardy.
    > >
    > > "bj" wrote:
    > >
    > > > if you have the running balance on Sheet1 in a given cell (D4)
    > > >
    > > > on the other sheet
    > > > =Sheet1!D4
    > > > will transfer the data.
    > > >
    > > >
    > > > "Spoardy" wrote:
    > > >
    > > > > How do i get the running balance from one worksheet to another?
    > > > >
    > > > > i.e withdrawls and deposits will change all the time, so I want this running
    > > > > balance (subtotal) to transfer to an overview sheet, so I will always have an
    > > > > up to date total.
    > > > >
    > > > >


  5. #5
    Spoardy
    Guest

    How do i get the running balance from one worksheet to another?

    How do i get the running balance from one worksheet to another?

    i.e withdrawls and deposits will change all the time, so I want this running
    balance (subtotal) to transfer to an overview sheet, so I will always have an
    up to date total.



  6. #6
    bj
    Guest

    RE: How do i get the running balance from one worksheet to another?

    if you have the running balance on Sheet1 in a given cell (D4)

    on the other sheet
    =Sheet1!D4
    will transfer the data.


    "Spoardy" wrote:

    > How do i get the running balance from one worksheet to another?
    >
    > i.e withdrawls and deposits will change all the time, so I want this running
    > balance (subtotal) to transfer to an overview sheet, so I will always have an
    > up to date total.
    >
    >


  7. #7
    Spoardy
    Guest

    RE: How do i get the running balance from one worksheet to another

    Hiya

    Thanks for that, isn't quite what I was looking for but close. I have a
    'balance column' that changes with each withdrawl/credit I make. So I need
    to transfer the current balance from the 'balance column' onto a seperate
    sheet?

    Bearing in mind this figure can change frequently.

    Does that make sense?

    Spoardy.

    "bj" wrote:

    > if you have the running balance on Sheet1 in a given cell (D4)
    >
    > on the other sheet
    > =Sheet1!D4
    > will transfer the data.
    >
    >
    > "Spoardy" wrote:
    >
    > > How do i get the running balance from one worksheet to another?
    > >
    > > i.e withdrawls and deposits will change all the time, so I want this running
    > > balance (subtotal) to transfer to an overview sheet, so I will always have an
    > > up to date total.
    > >
    > >


  8. #8
    bj
    Guest

    RE: How do i get the running balance from one worksheet to another

    assuming your balance column is set up as
    =previous balance-current outgo + current input
    down to say row 1000

    try
    =sheet1!D1000

    to reflect the value of your last cell in the column. If you have it set up
    different than this, le me know.
    "Spoardy" wrote:

    > Hiya
    >
    > Thanks for that, isn't quite what I was looking for but close. I have a
    > 'balance column' that changes with each withdrawl/credit I make. So I need
    > to transfer the current balance from the 'balance column' onto a seperate
    > sheet?
    >
    > Bearing in mind this figure can change frequently.
    >
    > Does that make sense?
    >
    > Spoardy.
    >
    > "bj" wrote:
    >
    > > if you have the running balance on Sheet1 in a given cell (D4)
    > >
    > > on the other sheet
    > > =Sheet1!D4
    > > will transfer the data.
    > >
    > >
    > > "Spoardy" wrote:
    > >
    > > > How do i get the running balance from one worksheet to another?
    > > >
    > > > i.e withdrawls and deposits will change all the time, so I want this running
    > > > balance (subtotal) to transfer to an overview sheet, so I will always have an
    > > > up to date total.
    > > >
    > > >


  9. #9
    Spoardy
    Guest

    RE: How do i get the running balance from one worksheet to another

    Thanks. I think I have set mine upo different, basically I have copied the
    formulas from another excel sheet I had for a while. The formulas they were
    using on the balance column is:

    =IF(OR(M33=M32,M33=N32),"",M33)

    Does this help?


    "bj" wrote:

    > assuming your balance column is set up as
    > =previous balance-current outgo + current input
    > down to say row 1000
    >
    > try
    > =sheet1!D1000
    >
    > to reflect the value of your last cell in the column. If you have it set up
    > different than this, le me know.
    > "Spoardy" wrote:
    >
    > > Hiya
    > >
    > > Thanks for that, isn't quite what I was looking for but close. I have a
    > > 'balance column' that changes with each withdrawl/credit I make. So I need
    > > to transfer the current balance from the 'balance column' onto a seperate
    > > sheet?
    > >
    > > Bearing in mind this figure can change frequently.
    > >
    > > Does that make sense?
    > >
    > > Spoardy.
    > >
    > > "bj" wrote:
    > >
    > > > if you have the running balance on Sheet1 in a given cell (D4)
    > > >
    > > > on the other sheet
    > > > =Sheet1!D4
    > > > will transfer the data.
    > > >
    > > >
    > > > "Spoardy" wrote:
    > > >
    > > > > How do i get the running balance from one worksheet to another?
    > > > >
    > > > > i.e withdrawls and deposits will change all the time, so I want this running
    > > > > balance (subtotal) to transfer to an overview sheet, so I will always have an
    > > > > up to date total.
    > > > >
    > > > >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1