+ Reply to Thread
Results 1 to 3 of 3

SUMIF and 3D Referencing

  1. #1
    Registered User
    Join Date
    03-28-2012
    Location
    houston
    MS-Off Ver
    Excel 2010
    Posts
    12

    SUMIF and 3D Referencing

    I'm doing a school project with Excel. Essentially, I have a sheet for each season (Summer through Spring) and an annual sheet. I need to count up the quantity of values in the rows of other sheets if it meets a certain criteria, and then put it into the final sheet.

    So I need SUMIF and 3D Cell Referencing.

    Anyway, here is the equation I derived:

    =SUMIF(Fall_Ads:Summer_Ads!B4:B18,"Magazine",Fall_Ads:Summer_Ads!F4:F18)

    It's returning a #VALUE error though. Is there anything wrong with my syntax? (And yes, F4:F18 are in the number format).

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: SUMIF and 3D Referencing

    i dont think you can reference a range of sheets, you will need to do 4 SUMIFs and add them together, one for each season.
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: SUMIF and 3D Referencing

    Or..

    Enter all sheet names in a range, eg; D1:D2, then you can use

    =SUMPRODUCT(SUMIF(INDIRECT("'"&$D$1:$D$2&"'!B:B"),"Magazine",INDIRECT("'"&$D$1:$D$2&"'!F:F")))
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ 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