+ Reply to Thread
Results 1 to 4 of 4

Look up Name in Column A Sheet1 then Sum Colum C Sheet1 then report to column 2 on sheet 2

  1. #1
    Registered User
    Join Date
    03-06-2005
    Location
    Pottsboro, TX
    MS-Off Ver
    MS 365 - Version 2208
    Posts
    83

    Look up Name in Column A Sheet1 then Sum Colum C Sheet1 then report to column 2 on sheet 2

    Please help me with the formula for my scenario below!

    Sheet1 Column A will hold the list of names. This list can have the same name multiple times, Sheet1Column 3 holds the data that I need totaled (subtotaled).

    Sheet2 Column A will have the names I need pulled from Sheet 1 Sheet2

    Sheet 2 ColumnB will hold the subtotal from Sheet 1 Column3

    I hope I have described well enough as to what I am looking for.

    Thank you for your assistance!

    Teresa

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

    Re: Look up Name in Column A Sheet1 then Sum Colum C Sheet1 then report to column 2 on she

    With your unique names starting in cell A2 of Sheet2, you could use this formula in B2:

    =SUMIF(Sheet1!A:A,A2,Sheet1!C:C)

    then copy down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-06-2005
    Location
    Pottsboro, TX
    MS-Off Ver
    MS 365 - Version 2208
    Posts
    83

    Re: Look up Name in Column A Sheet1 then Sum Colum C Sheet1 then report to column 2 on she

    Yes!! Worked like a charm Thank you.

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

    Re: Look up Name in Column A Sheet1 then Sum Colum C Sheet1 then report to column 2 on she

    Glad to hear it, and thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    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. Replies: 1
    Last Post: 06-01-2018, 11:33 AM
  2. Replies: 2
    Last Post: 07-14-2015, 04:32 PM
  3. [SOLVED] copy data from sheet1 to sheet2 based on column (A) sheet1 and column (C) sheet2
    By AWITCHER in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 05-13-2014, 03:20 PM
  4. =+Sheet1!A1+Sheet1!B1+Sheet1!C1 macro to convert all linked ref to Values
    By chriszoma in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-20-2013, 02:44 PM
  5. Copy certain data from Sheet1 to Sheet 2 based on values in a column on Sheet1
    By theglitch in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-22-2013, 01:28 PM
  6. [SOLVED] Take Data From Column on Sheet1 and Insert Into Next Blank Row on Sheet2 Then Clear Sheet1
    By abutler911 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-09-2013, 06:30 PM
  7. Replies: 1
    Last Post: 12-30-2012, 07:52 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