+ Reply to Thread
Results 1 to 6 of 6

Counting details from multiple sheets

  1. #1
    Forum Contributor
    Join Date
    03-26-2021
    Location
    California, US
    MS-Off Ver
    MS Office 2010
    Posts
    105

    Counting details from multiple sheets

    Friends!

    Like the subject entails, that's pretty much it.

    I have three sheets and another for summarizing these.

    Basically, the sheets are about test drives committed during the month.

    In the summary sheet, I would like to count how many test drives are done by each sales executive and count the number of vehicles used.

    The summary table is divided into three section of dates, each count is to be returned into its section of the table using formula.

    I hope the file is self-explanatory.

    Please do let me know should there be any more clarity required to explain.

    Thank you very much in advance!
    Attached Files Attached Files
    Last edited by major_johnson; 09-26-2021 at 05:00 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,777

    Re: Counting details from multiple sheets

    You forgot to add some expected results (manually calculated).

    Are you still using Excel 2010 or something newer?
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,189

    Re: Counting details from multiple sheets

    See attached: changed format and used dates as column headings.

    in B2

    =SUMPRODUCT(COUNTIFS(INDIRECT("'"&Sheets&"'!C2:C100"),$A2,INDIRECT("'"&Sheets&"'!B2:B100"),">="&B$1,INDIRECT("'"&Sheets&"'!B2:B100"),"<="&B$1+9))

    Copy across and down

    In G2

    =SUMPRODUCT(COUNTIFS(INDIRECT("'"&$F2&"'!B2:b100"),">="&B$1,INDIRECT("'"&$F2&"'!B2:B100"),"<="&B$1+9))

    "Sheets" is named range of your tab names
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  4. #4
    Forum Contributor
    Join Date
    03-26-2021
    Location
    California, US
    MS-Off Ver
    MS Office 2010
    Posts
    105

    Re: Counting details from multiple sheets

    Quote Originally Posted by AliGW View Post
    You forgot to add some expected results (manually calculated).

    Are you still using Excel 2010 or something newer?
    Apparently, yes.

  5. #5
    Forum Contributor
    Join Date
    03-26-2021
    Location
    California, US
    MS-Off Ver
    MS Office 2010
    Posts
    105

    Re: Counting details from multiple sheets

    Quote Originally Posted by JohnTopley View Post
    See attached: changed format and used dates as column headings.
    ...
    You, Sir, are the king of all!

    Thank you very much!
    Last edited by AliGW; 09-26-2021 at 07:30 AM. Reason: PLEASE don't quote unnecessarily!

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,189

    Re: Counting details from multiple sheets

    You're welcome.

+ 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] Code to drill pivot table data details in one sheet instead of drilling in multiple sheets
    By Elhadi Adel in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-22-2021, 09:20 AM
  2. Replies: 12
    Last Post: 02-10-2014, 11:59 AM
  3. Counting with multiple criterias across multiple sheets
    By k.m. in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-11-2013, 03:40 PM
  4. [SOLVED] Counting multiple items with multiple criteria from multiple sheets?
    By essee in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-23-2013, 01:56 AM
  5. Counting from multiple sheets
    By jasond88 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-31-2013, 05:33 PM
  6. Counting Cells With Multiple Criteria on Multiple Sheets
    By ericmeiers in forum Excel General
    Replies: 5
    Last Post: 08-04-2012, 10:23 PM
  7. counting and percentages in multiple sheets
    By kmfdm515 in forum Excel General
    Replies: 14
    Last Post: 01-31-2008, 08:22 PM

Tags for this Thread

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