+ Reply to Thread
Results 1 to 7 of 7

Generating Summary Report for drawings in a separate sheet

  1. #1
    Forum Contributor
    Join Date
    04-04-2013
    Location
    India
    MS-Off Ver
    Excel 2019
    Posts
    100

    Generating Summary Report for drawings in a separate sheet

    Hello,

    I have attached an excel sheet in which there are drawings of various disciplines and a summary report sheet. I want the summary report sheet to be updated automatically when I make changes / adding new rows for new drawings / update the latest status columns in the overall drawing sheet. Please help.

    Thank you in advance
    Last edited by sharathnarayanan; 01-01-2021 at 09:40 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Generating Summary Report for drawings in a separate sheet

    Your use of merged cells may look pretty, but in Excel terms, it resembles a dog's breakfast. Instead of two formulae that could be copied down the columns, there are 18 different formulae in use, to cope with the mess caused by your merged cells.

    If you want to use Excel effectively... never, ever use merged cells.

    The formulae (18 in total for a VERY simple task) are variants of:

    =COUNTIFS('Overall Drawings'!$A:$A,$A$6,'Overall Drawings'!$B:$B,$B$6,'Overall Drawings'!$C:$C,$C6,'Overall Drawings'!$O:$O,">0")

    Here is a useful www regarding the use of merged cells. Please read it.

    https://excel.solutions/2016/10/usin...ctively-excel/

    I do not know what is meant to be in the bright yellow shaded columns as you did not explain very much (at all).
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,185

    Re: Generating Summary Report for drawings in a separate sheet

    Hi
    I removed the merges cells in your summary, and applied the below formulas:

    D6 and down:
    Please Login or Register  to view this content.
    E6 and down:
    Please Login or Register  to view this content.
    F6 and down:
    Please Login or Register  to view this content.

  4. #4
    Forum Contributor
    Join Date
    04-04-2013
    Location
    India
    MS-Off Ver
    Excel 2019
    Posts
    100

    Re: Generating Summary Report for drawings in a separate sheet

    Hello Glenn,

    Thank you very much for your help!. Wish you a very Happy New Year.

    One more help please.
    In the summary sheet, Column 'D' also to be updated when I add more rows/drawing numbers in "Overall Drawings" sheet , i.e., when Column K, shows any drawing number. Thanks

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Generating Summary Report for drawings in a separate sheet

    =SUMPRODUCT(('Overall Drawings'!$A$6:$A$1000=$A$6)*('Overall Drawings'!$B$6:$B$1000=$B$6)*('Overall Drawings'!$C$6:$C$1000=$C6)*('Overall Drawings'!$K$6:$K$1000<>""))

    copied down and then the ranges adjusted manually for each mess caused by your merged cells.

    But you should NOT use merged cells. Ever. It is a very bad habit to get in to.

    You're welcome.



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

    It would also be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

  6. #6
    Forum Contributor
    Join Date
    04-04-2013
    Location
    India
    MS-Off Ver
    Excel 2019
    Posts
    100

    Re: Generating Summary Report for drawings in a separate sheet

    Thanks Belinda, Thanks Glenn.

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Generating Summary Report for drawings in a separate sheet

    You're welcome.



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

    It would also be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

+ 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. Generating an automated email with an Excel spreadsheet report summary.
    By TheAngryPanda in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-04-2020, 05:07 AM
  2. [SOLVED] Summary Sheet For Drawings Log with Multiple revisons
    By chullan88 in forum Excel General
    Replies: 20
    Last Post: 06-11-2016, 06:39 AM
  3. Replies: 0
    Last Post: 10-14-2015, 12:53 PM
  4. Generating monthly summary reports from expense report
    By alisonhs in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-24-2015, 01:15 PM
  5. [SOLVED] Generating summary sheet from excel form
    By krosser in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 06-03-2013, 02:20 AM
  6. Macro for generating a new Test results summary report sheet
    By aargsr in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-12-2011, 05:14 AM
  7. Form Email from Report, Only if Report summary sheet lists Acct for that Sales Rep
    By lukep10 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-28-2008, 01:38 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