+ Reply to Thread
Results 1 to 2 of 2

Need Asssistance with SUM Function

  1. #1
    Registered User
    Join Date
    02-17-2015
    Location
    NJ
    MS-Off Ver
    2010
    Posts
    15

    Need Asssistance with SUM Function

    I have two tabs. One tab has a list of identifiers and value next to it. There are duplicate identifiers. I'm looking to populate the values into tab 2 but I want to add up the values and so that Tab 2 reflects one identifier and one total value. I typically used something along the lines of =SUM((Sheet2!E$11:E$214)*C9(Sheet2!J$11:J$214)) Where C9 starts the single list of identifiers on Tab 2.

    This formula doesn't seem to work. I'm a little rusty. Can anyone help?

  2. #2
    Valued Forum Contributor
    Join Date
    01-16-2012
    Location
    England
    MS-Off Ver
    MS 365
    Posts
    1,397

    Re: Need Asssistance with SUM Function

    elliott,

    Not quite clear on this, as you say Sheet 2 is where you want the totalled values, but the formula is looking at Sheet 2 for the data to sum up?

    Assume the "identifiers" are in Col J of sheet 1, and the values in Col E in Sheet 1,, C9 is on sheet 2, and you want the total values in Col D of sheet 2.

    Put this in D9 on sheet 2, and copy down:

    =SUMIFS(Sheet1!E$11:E$214,Sheet1!J$11:J$214,C9)

    (Add up all the values in Col E of sheet 1 where the number in Col J is the same as C9 in sheet 2)

    Ochimus
    Last edited by Ochimus; 06-22-2016 at 01:37 PM.

+ 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. Calling function inside function. (aka nested function)
    By jakopak in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2015, 05:58 AM
  2. Replies: 1
    Last Post: 06-10-2015, 12:56 PM
  3. Replies: 13
    Last Post: 04-08-2014, 05:46 AM
  4. Replies: 2
    Last Post: 01-15-2014, 11:40 PM
  5. [SOLVED] IF Function referencing IsNumber, Match, Left function on separate sheets
    By Touch9713 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2013, 10:09 PM
  6. [SOLVED] Using Offset function as the array in the PercentRank function is giving wrong result
    By Bobneil in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 09:29 PM
  7. Replies: 1
    Last Post: 03-21-2012, 11:22 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