+ Reply to Thread
Results 1 to 5 of 5

Sum from several sheets

  1. #1
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2019
    Posts
    431

    Sum from several sheets

    Hi,

    I would like to sum from several sheets.

    An excel file attached with details.

    Pl. help.

    Thanks,
    Nagesh.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Sum from several sheets

    If I understand you correctly, you want each sheet value to be returned to it's correct location on Summary sheet. If so, then put this in B3, copy down and across...
    =INDIRECT(TEXT(DAY(B$2),"00")&"!T"&ROW())
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Sum from several sheets

    SEE THE ATTACHED FILE
    CREATED ONE MORE COLUMN FOR NATURE OF WORK AND USED BELOW FORMULA
    =SUMIFS(INDIRECT("'"&TEXT(DAY(C$2),"00")&"'!t3:t22"),INDIRECT("'"&TEXT(DAY(C$2),"00")&"'!B3:B22"),$A3,INDIRECT("'"&TEXT(DAY(C$2),"00")&"'!D3:D22"),$B3)
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Contributor
    Join Date
    02-15-2012
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2019
    Posts
    431

    Re: Sum from several sheets

    Done. Thank you Ford and Siva.

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Sum from several sheets

    Which 1 worked for you, we each took a different view of your question?

+ 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. Need help with copying rows, replicating sheets, naming sheets and assigning print area...
    By Navin Agrawal in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-05-2014, 09:21 AM
  2. Replies: 1
    Last Post: 10-04-2013, 04:21 AM
  3. Replies: 17
    Last Post: 02-01-2013, 12:20 PM
  4. Replies: 2
    Last Post: 01-18-2012, 05:08 AM
  5. Replies: 6
    Last Post: 03-29-2006, 07:50 AM
  6. [SOLVED] How to repeat a code for selected sheets (or a contiguous range of sheets) in a Workbook?
    By Dmitry in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-29-2006, 07:50 AM
  7. [SOLVED] Macro for filter on protected workbook that works for all sheets, no matter what sheets are named?
    By StargateFanFromWork in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-26-2006, 02:35 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