+ Reply to Thread
Results 1 to 3 of 3

Subtotal question

  1. #1
    Registered User
    Join Date
    01-15-2023
    Location
    Florida
    MS-Off Ver
    Windows 11 Pro
    Posts
    1

    Subtotal question

    I have no problem with the columns A and B after applying Subtotal, how do i get column C?

    Raw data
    # boxes
    Store 1 2 John
    Store 1 2 John
    Store 1 2 John
    Store 2 1 Paul
    Store 2 3 Paul
    Store 2 5 Paul
    Store 2 2 Paul
    Store 3 5 George
    Store 3 2 George
    Store 3 2 George
    Store 3 1 George
    Store 3 1 George


    Result Desired [or similar using Subtotals]
    #boxes
    Store 1 6 John
    Store 2 11 Paul
    Store 3 11 George
    Attached Images Attached Images

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Cool Re: Subtotal question

    with Power Query

    store value name store name Sum
    Store 1
    2
    John Store 1 John
    6
    Store 1
    2
    John Store 2 Paul
    11
    Store 1
    2
    John Store 3 George
    11
    Store 2
    1
    Paul
    Store 2
    3
    Paul
    Store 2
    5
    Paul
    Store 2
    2
    Paul
    Store 3
    5
    George
    Store 3
    2
    George
    Store 3
    2
    George
    Store 3
    1
    George
    Store 3
    1
    George


    Please Login or Register  to view this content.
    or with Pivot

    store name Sum of value
    Store 1 John
    6
    Store 2 Paul
    11
    Store 3 George
    11
    Grand Total
    28
    Last edited by sandy666; 01-15-2023 at 01:06 PM.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,697

    Re: Subtotal question

    You can use this formula in C19:

    =VLOOKUP(A19,A$3:C$14,3,0)

    then copy into C20:C21.

    Hope this helps.

    Pete

+ 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] Subtotal question
    By Applebus in forum Excel General
    Replies: 7
    Last Post: 04-17-2018, 11:50 AM
  2. Subtotal in VBA, coding question
    By D3Pratt in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 04-03-2009, 02:54 PM
  3. Subtotal question
    By oraculox in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-15-2007, 02:50 PM
  4. subtotal question?
    By wonderdogs828 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-03-2006, 07:10 PM
  5. Replies: 1
    Last Post: 01-03-2006, 06:15 PM
  6. VBA Subtotal question
    By hooper in forum Excel General
    Replies: 1
    Last Post: 12-18-2005, 04:10 PM
  7. subtotal question
    By Gary Keramidas in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-11-2005, 10:05 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