+ Reply to Thread
Results 1 to 4 of 4

adding cells in different work sheets

Hybrid View

  1. #1
    dmedina
    Guest

    adding cells in different work sheets

    Hi
    I would like to know how do you add certain cells in different worksheets
    when they are not identical sheets. For example, I am adding up totals in all
    the sheets, but the total cell is in a different place in each sheet.

  2. #2
    Don Guillett
    Guest

    Re: adding cells in different work sheets

    best to put in the same place and us
    =sum(sheet1:sheetfinal!a1)
    or
    =sheet1a2+sheet2!a6 etc

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "dmedina" <dmedina@discussions.microsoft.com> wrote in message
    news:DCFB7A34-5DA2-4742-9A64-24D610ABE9C7@microsoft.com...
    > Hi
    > I would like to know how do you add certain cells in different worksheets
    > when they are not identical sheets. For example, I am adding up totals in

    all
    > the sheets, but the total cell is in a different place in each sheet.




  3. #3
    Sloth
    Guest

    RE: adding cells in different work sheets

    To access different sheets in the same workbook use this format. This
    function adds cells A4 from Sheet1 and A3 from Sheet2.

    =Sheet1!A4+Sheet2!A3


    "dmedina" wrote:

    > Hi
    > I would like to know how do you add certain cells in different worksheets
    > when they are not identical sheets. For example, I am adding up totals in all
    > the sheets, but the total cell is in a different place in each sheet.


  4. #4
    dmedina
    Guest

    RE: adding cells in different work sheets

    This worked out great for me, thanks.

    "Sloth" wrote:

    > To access different sheets in the same workbook use this format. This
    > function adds cells A4 from Sheet1 and A3 from Sheet2.
    >
    > =Sheet1!A4+Sheet2!A3
    >
    >
    > "dmedina" wrote:
    >
    > > Hi
    > > I would like to know how do you add certain cells in different worksheets
    > > when they are not identical sheets. For example, I am adding up totals in all
    > > the sheets, but the total cell is in a different place in each sheet.


+ 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