+ Reply to Thread
Results 1 to 2 of 2

counting rows across multiple worksheets

  1. #1
    Aleks
    Guest

    counting rows across multiple worksheets

    I am trying to count and add all rows populated with values across multiple
    worksheets. Is there an easy way to do this?

  2. #2
    RagDyer
    Guest

    Re: counting rows across multiple worksheets

    The *easiest* way is to perform the count and/or the totaling on each
    individual sheet in the *same* relative cell.
    So, say the count is displayed in X100 on *all* sheets,
    And the sum is displayed in X101 on *all* sheets.

    On the main sheet, use formulas similar to these:

    =SUM(Sheet1:Sheet5!X100)
    =SUM(Sheet1:Sheet5!X101)

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Aleks" <[email protected]> wrote in message
    news:[email protected]...
    > I am trying to count and add all rows populated with values across

    multiple
    > worksheets. Is there an easy way to do this?



+ 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