+ Reply to Thread
Results 1 to 3 of 3

Summing of numbers in column subject to values in other columns

  1. #1
    Registered User
    Join Date
    07-03-2013
    Location
    Manchester, England
    MS-Off Ver
    Excel 2010
    Posts
    1

    Summing of numbers in column subject to values in other columns

    I have two columns with titles Name and Job Number respectively. The third column contains cost information. I want to sum the total cost for each name and job number. The following forumula works but due to the vast amount of data I am working with, the time it takes to run is extremely long.

    =SUM(IF($B$1:$B$200000=$B1, IF($A$1:$A$200000=$A1, $E$2:$E$200000,0),0))

    I was wondering if there is a vba code I could use to speed the process up...

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Summing of numbers in column subject to values in other columns

    Probably a pivot table would also be great help.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Contributor
    Join Date
    06-26-2013
    Location
    LAX
    MS-Off Ver
    Excel 2007,Excel 2010
    Posts
    363

    Re: Summing of numbers in column subject to values in other columns

    Yes, as oeldere said, Pivot table will be handy.
    But if you would like to have some formula help, please upload an excel sheet with mock up data.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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