Closed Thread
Results 1 to 2 of 2

SUMIF across multiple sheets

  1. #1
    Registered User
    Join Date
    01-21-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    4

    SUMIF across multiple sheets

    In a workbook, I have a sheet called Start and another called Stop, and a variable number of sheet between them. The structure of all sheets is the same.

    What I want to do is check in each sheet whether Q8 is blank or not, and if its not then add Q34 of that sheet to the sum...

    Something like this:

    I want to achieve this:
    =If(ISBLANK(Start!Q8),,Start!Q34)
    +If(ISBLANK(Sheet2!Q8),,Sheet2!Q34)
    +If(ISBLANK(Sheet3!Q8),,Sheet3!Q34)
    ...
    +If(ISBLANK(Stop!Q8),,Stop!Q34)

    Please help!

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: SUMIF across multiple sheets

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.

Closed 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