+ Reply to Thread
Results 1 to 6 of 6

Elegant Solution to summarise progress information

  1. #1
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    427

    Elegant Solution to summarise progress information

    Hi,

    I have a dataset in the attached format.
    I am looking for an elegant and dynamic solution to obtain the summary information in cells N1:N9.


    I have to prepare the same sheet for a lot of buildings with different no.s of basements and floors, so the process is tiring.

    Thanks in advance.
    Attached Files Attached Files

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

    Re: Elegant Solution to summarise progress information

    Please try at

    N1:N3
    =SUMPRODUCT(($B$2:$B$20=MID(K1,7,7))*$D$2:$I$20*$D$3:$I$21)/SUMPRODUCT(($B$2:$B$20=MID(K1,7,7))*$D$2:$I$20)

    N4:N7
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    N9
    =SUMPRODUCT(MOD(ROW($D$2:$I$20)+1,2)*$D$2:$I$20,$D$3:$I$21)/SUMPRODUCT(MOD(ROW($D$2:$I$20)+1,2)*$D$2:$I$20)
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    427

    Re: Elegant Solution to summarise progress information

    Thanks Bo_Ry...
    Let me test it and then will update..

  4. #4
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    427

    Re: Elegant Solution to summarise progress information

    Hi Bo_Ry, it works well..

    I have one more query..

    Can you provide formula to find total work done floorwise..

    Eg. Total First Floor Work Complete

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

    Re: Elegant Solution to summarise progress information

    Floor name in K11:K16

    N11
    =SUMPRODUCT(($B$2:$B$20<>0)*($D$1:$I$1=K11)*$D$2:$I$20*$D$3:$I$21)/SUMPRODUCT(($B$2:$B$20<>0)*($D$1:$I$1=K11)*$D$2:$I$20)
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    07-12-2015
    Location
    Dubai,UAE
    MS-Off Ver
    Office 365
    Posts
    427

    Re: Elegant Solution to summarise progress information

    Thanks a lot...

+ 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] A more elegant solution
    By Journeyman3000 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-15-2014, 12:37 AM
  2. [SOLVED] Looking for a more elegant solution with CountIf to evaluate formats
    By fitzt70 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2013, 03:01 AM
  3. Textbox validation - is there a more elegant solution?
    By madbloke in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-12-2009, 08:03 AM
  4. More Elegant solution to function submitting
    By Mat_Davies in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-16-2009, 09:06 AM
  5. Replies: 3
    Last Post: 07-10-2006, 03:29 AM
  6. Replies: 100
    Last Post: 06-15-2006, 01:14 PM
  7. Working Hours (formula & graph) - any elegant solution?
    By markx in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-29-2006, 09:10 AM

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