+ Reply to Thread
Results 1 to 3 of 3

Need help with gathering information on muliple sheets and work books on one sheet

  1. #1
    Registered User
    Join Date
    05-28-2014
    Posts
    76

    Need help with gathering information on muliple sheets and work books on one sheet

    Hi All
    I need help with a summery of information of suppliers "A-D" in colm F. I need the sum of Supplier "A" info colm E in Sheet A-C combined in sheet 1 colm A and B.
    Hope the info is clear
    Regards
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Need help with gathering information on muliple sheets and work books on one sheet

    =SUMPRODUCT(SUMIF(INDIRECT("'"&sheetlist&"'!f3:f50"),A$2,INDIRECT("'"&sheetlist&"'!e3:e50")))

    where sheetlist is the range name where it has sheet name(A,B,C...)

  3. #3
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Need help with gathering information on muliple sheets and work books on one sheet

    or use this formula if your file has few sheets
    =SUMPRODUCT(SUMIF(INDIRECT("'"&{"A","B","C"}&"'!f3:f50"),A$2,INDIRECT("'"&{"A","B","C"}&"'!e3:e50")))

+ 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. Replies: 4
    Last Post: 08-26-2015, 02:55 AM
  2. Replies: 4
    Last Post: 06-11-2013, 09:50 AM
  3. [SOLVED] Paste sheets into all open work books regardless on name ??
    By james 35 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-28-2013, 08:18 AM
  4. Macro to collate data from different work books and different work sheets
    By bvdileep in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-04-2012, 05:34 AM
  5. Replies: 18
    Last Post: 04-26-2012, 10:38 AM
  6. Replies: 1
    Last Post: 01-10-2010, 06:35 AM
  7. [SOLVED] Counting dates in multiple work sheets and work books
    By Savage in forum Excel General
    Replies: 0
    Last Post: 12-19-2005, 07:45 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