+ Reply to Thread
Results 1 to 6 of 6

Help with summarising table

  1. #1
    Registered User
    Join Date
    07-07-2017
    Location
    Tuma, Suma
    MS-Off Ver
    2010
    Posts
    5

    Help with summarising table

    Hello. I have a large table in a following format. Note that code despite beening a number is stored as text.

    Code Material Quantity used
    1 wood 5
    1 wood 8
    2 metal 4
    2 metal 4

    How can I re-arange it in following format

    Code Material Quantity used
    1 wood 13
    2 metal 8

    Thank you.

  2. #2
    Registered User
    Join Date
    07-09-2017
    Location
    United Kingdom
    MS-Off Ver
    2010
    Posts
    39

    Re: Help with summarising table

    Hi, please attach your workbook or a screenshot so I can have a quick glance on the way you've structured your tables.

    Regards,

    Kamal

  3. #3
    Registered User
    Join Date
    07-07-2017
    Location
    Tuma, Suma
    MS-Off Ver
    2010
    Posts
    5

    Re: Help with summarising table

    Here you go.
    Capture.JPG

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Help with summarising table

    Assuming that the data in the top table is in A3:C6, try these formulas:

    A10 =IFERROR(INDEX(A$3:A$6,MATCH(0,COUNTIF(A$9:A9,A$3:A$6),0)),"") Ctrl Shift Enter
    B10 =INDEX(B$3:B$6,MATCH(A10,A$3:A$6,0))
    C10 =SUMIF(A$3:A$6,A10,C$3:C$6)

    See attachment
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    07-07-2017
    Location
    Tuma, Suma
    MS-Off Ver
    2010
    Posts
    5

    Re: Help with summarising table

    Any drag-n-drop solution?

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,275

    Re: Help with summarising table

    What do you mean by 'drag-n-drop'?
    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. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    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. Pivot table summarising as the data grows
    By riskreep in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 07-27-2015, 08:07 AM
  2. [SOLVED] Summarising data from multiple sheets and two criteria into a summary table
    By dma1976 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-29-2014, 09:44 AM
  3. Summarising Data with a Pivot Table and Formulae
    By andrewc in forum Excel General
    Replies: 4
    Last Post: 06-27-2014, 06:08 AM
  4. Summarising multiple tabs into a table
    By drunkenalan in forum Excel General
    Replies: 2
    Last Post: 07-11-2011, 09:39 AM
  5. Excel 2007 : Summarising data from table
    By wardinho09 in forum Excel General
    Replies: 0
    Last Post: 07-09-2010, 01:28 PM
  6. Summarising excel table
    By shamade2107 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-02-2009, 09:34 AM
  7. Summarising table entries
    By Guy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-26-2005, 08:06 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