+ Reply to Thread
Results 1 to 6 of 6

Formula to sum non-contiguous cells

  1. #1
    Registered User
    Join Date
    09-10-2017
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    63

    Formula to sum non-contiguous cells

    Hi All,
    I am looking for help with a formula. I am wanting to sum multiple non-contiguous cells from one sheet and place the result in a cell on another.

    Please find the sheet attached for reference. I'd like to sum the following cells (D2+D11+D20+D29) from 'All Regions Source Data' and for the result to appear in V32 on the 'Excel Reporting Templates' sheet.

    I am using the following formula to get a single cell value

    ='All Regions Source Data'!D31

    and would like to use a variant on this simple forumla if at all possible.

    Thanks in advance for any help!
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Formula to sum non-contiguous cells

    You could use SUMIFS for this, along the lines of:

    =SUMIFS('All Regions Source Data'!$D:$D,'All Regions Source Data'!$A:$A,U32)

    This will give you the total for all months, but I think you just want it for one month given the table headings. I am not sure where you are specifying the date (or month) of interest though.

    Hope this helps.

    Pete

  3. #3
    Forum Expert Greg M's Avatar
    Join Date
    08-16-2007
    Location
    Dublin. Ireland
    MS-Off Ver
    Office 2016
    Posts
    4,481

    Re: Formula to sum non-contiguous cells

    Hi there,

    The solution to (my understanding of!) your question as written is:

    Please Login or Register  to view this content.
    entered in Cell V32, but this seems a bit too easy to be what you're really looking for


    Regards,

    Greg M

  4. #4
    Registered User
    Join Date
    09-10-2017
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    63

    Re: Formula to sum non-contiguous cells

    @Pete_UK

    That's right -- I am trying to get a results on a monthly basis. What I am looking for is the count of a specific 'Type' (column A) for a particular 'Region' (column B) during a specific 'Month' (column C).

    So with the sum of (D2+D11+D20+D29) I am looking for the number of 3rd Party Host Connection Problems across all 4 of the regions during January.

  5. #5
    Registered User
    Join Date
    09-10-2017
    Location
    USA
    MS-Off Ver
    Office 365
    Posts
    63

    Re: Formula to sum non-contiguous cells

    @Greg M

    That is exactly what I am looking for -- I tried and it works! So simple -- cannot believe I did not think of this

    Thanks for your help!

  6. #6
    Forum Expert Greg M's Avatar
    Join Date
    08-16-2007
    Location
    Dublin. Ireland
    MS-Off Ver
    Office 2016
    Posts
    4,481

    Re: Formula to sum non-contiguous cells

    Hi again,

    Many thanks for your very prompt feedback.

    Delighted to have been able to help - sometimes the simple ways are best!

    Regards,

    Greg M

+ 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] Using scripting dictionary to add contiguous group of items from non contiguous range
    By stnkynts in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-29-2014, 06:12 PM
  2. Formula required for cumulative costs to date in non-contiguous cells
    By IG2014 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 10-21-2014, 04:26 AM
  3. [SOLVED] copy and paste from contiguous cells to non-contiguous cells using the = function
    By shameus in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-05-2013, 06:48 PM
  4. [SOLVED] How to sum non-contiguous columns applied as a formula on contiguous cells
    By figo12 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-09-2013, 01:07 PM
  5. average formula for non contiguous range and eliminate blank cells
    By kkotter in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-28-2013, 10:13 AM
  6. [SOLVED] How to delete multiple contiguous (and/or) non-contiguous rows, in an excel table
    By jimmalk in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 12-03-2012, 05:48 AM
  7. Copy and Paste an array (contiguous & non contiguous ranges)
    By Xrull in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-09-2010, 09:17 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