+ Reply to Thread
Results 1 to 6 of 6

Return a total values of each lookup criteria wise in a summary sheet.

  1. #1
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Return a total values of each lookup criteria wise in a summary sheet.

    Hi,

    Required a formula help to return and sum a values of each lookup criteria wise in a summary sheet as per data available in daily sheet. Return a total hours as criteria lookup of (Codes:-C3:G3) and (items:-B5:B17) and (Total Hrs:-C5) in summary sheet range area C5:G17.


    For your reference expected results are enclosed in the sample sheet.(Code wise sum values)


    THANKS FOR THE HELP
    Attached Files Attached Files

  2. #2
    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,005

    Re: Return a total values of each lookup criteria wise in a summary sheet.

    In C5

    =IF(B5="","",SUMPRODUCT(('daily sheet'!$B$8:$N$100)*('daily sheet'!$B$6:$N$6=$B5)*('daily sheet'!$O$8:$O$100=C$3)))

    Copy across and down
    Attached Files Attached Files
    Last edited by JohnTopley; 10-09-2021 at 10:01 AM.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,029

    Re: Return a total values of each lookup criteria wise in a summary sheet.

    Or with the formula you were trying to use.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Return a total values of each lookup criteria wise in a summary sheet.

    Please try

    =IF(B5="","",SUMIFS(INDEX('daily sheet'!$A$9:$O$92,,MATCH(B5,'daily sheet'!$A$6:$N$6,)),'daily sheet'!$O$9:$O$92,C$3#))
    Attached Files Attached Files

  5. #5
    Forum Contributor
    Join Date
    08-19-2020
    Location
    Dubai
    MS-Off Ver
    Office365
    Posts
    131

    Re: Return a total values of each lookup criteria wise in a summary sheet.

    Many Thanks all of you for your formula solutions.

  6. #6
    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
    79,369

    Re: Return a total values of each lookup criteria wise in a summary sheet.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.
    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.

+ 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: 2
    Last Post: 04-17-2021, 06:38 AM
  2. As per lookup criteria return a values of total consumption of liters per machinery.
    By Mohammad Munawar in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-29-2020, 04:44 AM
  3. Replies: 1
    Last Post: 08-08-2019, 11:36 PM
  4. [SOLVED] Filter single criteria across all worksheets and return values to a summary sheet
    By shreeja178 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-30-2014, 10:05 AM
  5. vba code for automating branch wise day wise amount to summary file
    By pranithpm in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-19-2014, 04:18 AM
  6. Replies: 1
    Last Post: 05-22-2014, 12:44 AM
  7. Move data from one sheet to another sorted by zip code
    By malacqua in forum Excel General
    Replies: 5
    Last Post: 08-21-2012, 04:15 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