+ Reply to Thread
Results 1 to 3 of 3

SUMIF Limitations. Lengthy process totalling multiple tables. Seeking other methods.

  1. #1
    Registered User
    Join Date
    10-11-2019
    Location
    Melbourne, Austrlia
    MS-Off Ver
    Office 365
    Posts
    2

    SUMIF Limitations. Lengthy process totalling multiple tables. Seeking other methods.

    Hi,

    I'm attempting to return a single value from multiple tables using the SUMIF formula, but am finding it a lengthy process and a lengthy formula if referencing up 1000 tables. (Please see attached file)

    =SUMIF(D2:D4,"Apples",E2:E4)+SUMIF(G2:G4,"Apples",H2:H4)+SUMIF(J2:J4,"Apples",K2:K4)+SUMIF(M2:M4,"Apples",N2:N4)+SUMIF(P2:P4,"Apples",Q2:Q4)

    This is the formula I'm currently using and am looking to achieve a simple total.

    Is there another formula that could be used to achieve the same result in the event that I need to increase the amount of tables referenced?

    Any assistance will be greatly appreciated.
    Attached Files Attached Files
    Last edited by dion.m.blake; 10-11-2019 at 08:49 PM.

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: SUMIF Limitations. Lengthy process totalling multiple tables. Seeking other methods.

    PLease try
    =SUMIF($D$2:$P$4,A2,$E$2:$Q$4)
    or
    =SUMIFS($E$2:$Q$4,$D$2:$P$4,A2)

  3. #3
    Registered User
    Join Date
    10-11-2019
    Location
    Melbourne, Austrlia
    MS-Off Ver
    Office 365
    Posts
    2

    Re: SUMIF Limitations. Lengthy process totalling multiple tables. Seeking other methods.

    Quote Originally Posted by Bo_Ry View Post
    PLease try
    =SUMIF($D$2:$P$4,A2,$E$2:$Q$4)
    or
    =SUMIFS($E$2:$Q$4,$D$2:$P$4,A2)
    Hi Bo_Ray,

    They both worked. Saved me a lot of time. Thanks a lot.

+ 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. ActiveX Mouseover Limitations when using Multiple Windows
    By jeremyjelley in forum Excel Programming / VBA / Macros
    Replies: 36
    Last Post: 01-20-2017, 02:33 PM
  2. SUMIF (1000<=[range]=<2000; then add)
    By Jooakim in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-13-2014, 12:05 PM
  3. [SOLVED] Advanced Sum Product/SUMIF with multiple tables
    By pookyman in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-27-2014, 08:38 PM
  4. [SOLVED] SUMIF not totalling sum of all selected cells.
    By LokiMundane in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-29-2013, 10:02 PM
  5. Totalling Multiple Arrays
    By snoproladd in forum Excel General
    Replies: 3
    Last Post: 02-22-2012, 09:56 AM
  6. Replies: 5
    Last Post: 01-20-2008, 04:37 PM
  7. vba and conditional totalling ... WorksheetFunction SumIf ?
    By SA3214 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-29-2005, 03:05 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