+ Reply to Thread
Results 1 to 4 of 4

[help] sum cells with the same name

  1. #1
    Registered User
    Join Date
    09-27-2016
    Location
    PC
    MS-Off Ver
    2016
    Posts
    2

    Lightbulb [help] sum cells with the same name

    Hello

    Sorry, I'm new here...

    Every day I enter some numbers for (Part A, Part B, Part C) then I make the product of them for another cell.
    Ex.: Part A 2 4 2 16

    The problem is sometimes I repeat the (Part A, Part B, Part C) but with differents numbers.

    So, now I need to calculate the sum of the multiplication of people for each Part.

    Sorry if I didn't explain well, but this is really confuse to me.

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,176

    Re: [help] sum cells with the same name

    Try:

    =SUMIF($A$2:$A$8,M2,$F$2:$F$8)

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,838

    Re: [help] sum cells with the same name

    Try

    =SUMPRODUCT(($A$2:$A$8=$M2)*($B$2:$B$8)*($C$2:$C$8)*($D$2:$D$8))

    in N2 and copy down

  4. #4
    Registered User
    Join Date
    09-27-2016
    Location
    PC
    MS-Off Ver
    2016
    Posts
    2

    Re: [help] sum cells with the same name

    Thank you guys ! It works !

+ 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: 4
    Last Post: 02-11-2015, 09:02 AM
  2. Replies: 0
    Last Post: 01-21-2015, 12:05 PM
  3. [SOLVED] Linking cells globally to allow users the ability to change cells on separate sheet/cells.
    By V1gilante in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-18-2014, 10:47 PM
  4. combining many cells in one cells keeping character font and hyperlinks of all cells
    By mankind00 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-27-2012, 09:41 AM
  5. Replies: 4
    Last Post: 06-17-2011, 08:53 AM
  6. Formula: Drop Down List -> Choose Option Finds Cells & Replace Cells with Cells
    By g00glethis1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-14-2010, 01:10 PM
  7. Replies: 2
    Last Post: 06-24-2010, 04:53 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