+ Reply to Thread
Results 1 to 7 of 7

Get the SUM of the same ranges from multiple sheets. - VBa

  1. #1
    Registered User
    Join Date
    07-31-2017
    Location
    PHILIPPINES
    MS-Off Ver
    2010
    Posts
    32

    Get the SUM of the same ranges from multiple sheets. - VBa

    Hi Guys,

    Can anyone help me with this? I approximately have 10-15 sheets excluding the home sheet and I need to get the SUM of B11:AF11 (or until blank) for every sheet.

    Thank you in advance!

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Get the SUM of the same ranges from multiple sheets. - VBa

    Assuming that you have your 'Home' sheet and then Sheets 2-15, you can write a 3D SUM formula like this:

    =SUM(Sheet2:Sheet15!B11:AF11)

  3. #3
    Registered User
    Join Date
    07-31-2017
    Location
    PHILIPPINES
    MS-Off Ver
    2010
    Posts
    32

    Re: Get the SUM of the same ranges from multiple sheets. - VBa

    Hello,

    Thanks for the answer, but my sheets are not named as SheetXX. Will this still work?

    Thank you!

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Get the SUM of the same ranges from multiple sheets. - VBa

    Yes. Try it out!

    Replace Sheet2 with your first sheet's name and Sheet15 with your last sheet's name.

  5. #5
    Registered User
    Join Date
    07-31-2017
    Location
    PHILIPPINES
    MS-Off Ver
    2010
    Posts
    32

    Re: Get the SUM of the same ranges from multiple sheets. - VBa

    Hello again,

    Apparently the sheets name I have is not fixed tho, its for a report I'm making for the team with that the sheet name will be the name of the associates.

    Can you give me a code in VBA instead?

    Thank you!

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Get the SUM of the same ranges from multiple sheets. - VBa

    Unfortunately, I cannot assist with VBA. Hopefully somebody else will be able to help you.

  7. #7
    Registered User
    Join Date
    07-31-2017
    Location
    PHILIPPINES
    MS-Off Ver
    2010
    Posts
    32

    Re: Get the SUM of the same ranges from multiple sheets. - VBa

    up... kindly help

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Combine multiple ranges from different sheets
    By billj in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-28-2017, 05:28 AM
  2. [SOLVED] Sum using Multiple criteria over multiple sheets and multiple ranges
    By l7faa in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-10-2016, 04:36 PM
  3. Replies: 8
    Last Post: 01-30-2016, 05:00 PM
  4. Named ranges on multiple sheets
    By jsneak in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-23-2015, 05:49 AM
  5. [SOLVED] How to Deselect Multiple Ranges on Multiple Sheets After Select & Clear
    By catnam in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-20-2014, 02:12 PM
  6. Compiling multiple ranges of cells from multiple sheets into one grand table ?
    By teacher_rob in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-24-2012, 11:42 AM
  7. named ranges over multiple sheets
    By dmartindale in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-14-2007, 02:56 PM

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