+ Reply to Thread
Results 1 to 4 of 4

Best way to sum a table (Array?)

  1. #1
    Registered User
    Join Date
    07-27-2015
    Location
    England
    MS-Off Ver
    Office 2010
    Posts
    40

    Best way to sum a table (Array?)

    Hello

    I'm having difficulty in trying to find the best way to sum a table.

    Column J should show the total hours for each Job.
    Column I will contain a unique list of Jobs.

    The green cells will contain job numbers (the job number may be repeated multiple times on different rows & columns).

    I've considered using 'SUMIFS' but it feels like a clunky way to do this & might slow the workbook down. Not sure if some sort of Array formula would be better?

    Thanks for your help.

    Capture.PNG

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Best way to sum a table (Array?)

    Try

    =SUMIF($B$2:$F$14,$I2,$B$3:$F$15)

  3. #3
    Registered User
    Join Date
    07-27-2015
    Location
    England
    MS-Off Ver
    Office 2010
    Posts
    40

    Re: Best way to sum a table (Array?)

    Wow, so simple i'm embarrassed!

    Thank you

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Best way to sum a table (Array?)

    You're welcome.

+ 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] table(A) as an array using all rows but only selected columns to compare with table(B)
    By se3unlock in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-27-2015, 10:15 AM
  2. LOOKUP TABLE -blank cell in the table array to return a figure
    By jonnops in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2014, 09:08 AM
  3. Loop new messages containing a table, populate a dynamic array, paste array to Excel
    By laripa in forum Outlook Programming / VBA / Macros
    Replies: 1
    Last Post: 05-19-2013, 07:20 AM
  4. Replies: 4
    Last Post: 03-06-2012, 10:49 PM
  5. macro to put zero's in table array - table array will vary in size each time
    By leanne2011 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-31-2012, 06:12 AM
  6. Replies: 2
    Last Post: 02-23-2011, 07:24 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