+ Reply to Thread
Results 1 to 3 of 3

How do I add using several worksheets

  1. #1
    Lee R. Crawford
    Guest

    How do I add using several worksheets

    I am wanting to keep a running sum for a "Year to Date" column on an
    Apartment ledger I keep using Excel. I would like to know how to combine a
    single cell from one worksheet to the other in the same workbook.

  2. #2
    ufo_pilot
    Guest

    RE: How do I add using several worksheets

    On the second sheet :
    =Sheet1!A1
    or if you want blanks to stay blank instead of reading zero then:
    =IF(Sheet1!A1<>"",Sheet1!A1,"")


    "Lee R. Crawford" wrote:

    > I am wanting to keep a running sum for a "Year to Date" column on an
    > Apartment ledger I keep using Excel. I would like to know how to combine a
    > single cell from one worksheet to the other in the same workbook.


  3. #3
    Registered User
    Join Date
    01-04-2006
    Posts
    33
    Supose you named your tabs January February etc. you could use the following. Say F1 was the totals in each worksheet. On the Febrtuary sheet in G1 you could enter the following =F1+January!F1. In the March sheet in G1 you would enter =F1+February!G1 and then in the April sheet =F1+March!G1 and keep doing this till you reached December.

+ 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