+ Reply to Thread
Results 1 to 4 of 4

Sum formulation problem

  1. #1
    Registered User
    Join Date
    09-27-2022
    Location
    Colorado Rocky Mountains
    MS-Off Ver
    outlook.com
    Posts
    3

    Sum formulation problem

    Hi everyone. I'm an intermediate-level formula user and understand basic stuff well. Have one need that is beyond my experience now.

    Sheet 1
    Column A has multiple instances of eight different values down 200 rows (and more added as I go - rows, not values; will always be one of the same eight in each new row)
    Column B, Column D and Column E have values I'm interested in conditionally summing

    County Quantity Date Requested Qty Delivered Qty Placed
    Jefferson 50 Sep 5 50 28
    Lake 30 Aug 31 30 30
    Lake 50 Sep 15 35 23
    Teller 100 Sep 1 100 100
    Teller 100 Sep 15 100 78


    Sheet 2
    I want three different totals associated with Column A values in one row for each unique value of Column A

    County Requested Delivered Placed
    Jefferson 50 50 28
    Lake 80 65 53
    Teller 200 200 178

    Would like Sheet 2 to be locked and show me current information as I update Sheet 1

    Your suggestions are much appreciated!!

    ?A

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Sum formulation problem

    Apologies if I've misread the question.

    Please Login or Register  to view this content.
    Will calc the Requested, then just change the last column reference to do the other two
    If someone has helped you then please add to their Reputation

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.96 for Mac MS 365
    Posts
    8,690

    Re: Sum formulation problem

    sheet 2, col B, =SUMIF(Sheet1!A:A,Sheet2!A2,Sheet1!B:B)
    same sheet, col C =SUMIF(Sheet1!A:A,Sheet2!A2,Sheet1!D:D)
    col D =SUMIF(Sheet1!A:A,Sheet2!A2,Sheet1!E:E)
    I gave you full ranges because you said you were going to add data.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Registered User
    Join Date
    09-27-2022
    Location
    Colorado Rocky Mountains
    MS-Off Ver
    outlook.com
    Posts
    3

    Re: Sum formulation problem

    Thanks Everyone!! Worked perfectly

+ 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] looking for best formulation for my issue
    By omid020 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 04-08-2017, 03:57 AM
  2. If Formulation (Or maybe more)
    By Angelicvamp in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-05-2015, 11:21 PM
  3. COUNTIF formulation
    By digitalboy40 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-11-2013, 02:18 PM
  4. DAy FORMULATION
    By bginn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-11-2013, 01:03 PM
  5. Reference Formulation
    By jamiey_jacob in forum Excel General
    Replies: 0
    Last Post: 08-19-2011, 02:54 PM
  6. [SOLVED] RE: If formulation: Is it possible...
    By OSCAR in forum Excel General
    Replies: 3
    Last Post: 12-31-2005, 03:55 AM
  7. If formulation
    By OSCAR in forum Excel General
    Replies: 2
    Last Post: 12-31-2005, 02: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