+ Reply to Thread
Results 1 to 6 of 6

Array formula question regarding summing data from two separate sheets

  1. #1
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2016
    Posts
    957

    Array formula question regarding summing data from two separate sheets

    The following formula does exactly what I need to do for summing a data range on one worksheet that has a particular symbol, etc
    Please Login or Register  to view this content.
    but I need to have this same type of formula sum two data ranges in two separate sheets. I tried to amend this formula to this
    Please Login or Register  to view this content.
    , but it doesn't seem to work. Any suggestions would be greatly appreciated!
    Last edited by lilsnoop; 11-10-2013 at 08:24 PM.

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Array formula question regarding summing data from two separate sheets

    Can you post some sample data and tell us what result you expect?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2016
    Posts
    957

    Re: Array formula question regarding summing data from two separate sheets

    Hi Tony, Thanks for your reply! I'm uploading a sample, which I hope will help explain my goal. I appreciate your time looking at this issue for me!
    Attached Files Attached Files

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Array formula question regarding summing data from two separate sheets

    If the ranges to sum were exactly the same on each sheet then you could probably come up with a single function to reference both sheets but since the ranges are not the same on each sheet then I can't see an easy way to do this.

    You're going to have to do something like this:

    =SUM(IFERROR(--SUBSTITUTE(UPPER(February!$C5:$J5),UPPER($A$2:$A$14),""),0))+SUM(IFERROR(--SUBSTITUTE(UPPER(January!$AB5:$AG5),UPPER($A$2:$A$14),""),0))

  5. #5
    Valued Forum Contributor
    Join Date
    03-17-2007
    Location
    Michigan
    MS-Off Ver
    Excel 2016
    Posts
    957

    Re: Array formula question regarding summing data from two separate sheets

    Thanks Tony! Really appreciate the help!

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Array formula question regarding summing data from two separate sheets

    You're welcome. Thanks for the feedback!

+ 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] separate data from one cell into two separate cells question
    By lilsnoop in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-19-2012, 05:53 PM
  2. Replies: 4
    Last Post: 11-22-2010, 12:57 PM
  3. Replies: 3
    Last Post: 08-12-2010, 03:45 PM
  4. Replies: 1
    Last Post: 06-20-2007, 12:04 PM
  5. [SOLVED] Summing up data with an array formula
    By Kofi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-10-2005, 05:06 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