+ Reply to Thread
Results 1 to 2 of 2

Adding values depending on dates

  1. #1
    Registered User
    Join Date
    03-31-2016
    Location
    London
    MS-Off Ver
    2010
    Posts
    1

    Adding values depending on dates

    Hello,

    I am trying to add all the values of each month, as provided here http://imgur.com/CvB5ndu

    Using the google spreadsheet, I created the following forumula =iferror(sum(filter(F:F,text(E:E,"MMM, YYYY")=N3)))
    but I'm unable to create the correct formula for Excel. Any help would be appreciated.

  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: Adding values depending on dates

    I didn't look at your image link and I don't have any experience with Google spreadsheets.

    In Excel, this:

    =iferror(sum(filter(F:F,text(E:E,"MMM, YYYY")=N3)))

    Might be this:

    =SUMPRODUCT(--(TEXT(E2:E100,"MMM, YYYY")=N3),F2:F100)

    You should avoid using entire columns as range references in the SUMPRODUCT function. Use smaller specific ranges.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. Adding values between dates and Dates are derived from formula
    By jenita.kurlawala in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-09-2013, 04:03 AM
  2. [SOLVED] Sumproduct or Countif when 1) counting between dates, & 2) adding the values that fall in
    By MartinGTC in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 10-25-2013, 06:29 PM
  3. adding up values from a list of dates
    By toplad86 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-02-2013, 03:19 PM
  4. [SOLVED] Adding Values in Multiple Offset Cells depending on the value of a different cell
    By lottidotti in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-19-2012, 11:35 AM
  5. Adding Row Values depending on Corresponding Rows
    By chr5648 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2007, 05:26 PM
  6. help adding values to dates
    By joseway in forum Excel General
    Replies: 0
    Last Post: 04-03-2005, 08:09 PM
  7. [SOLVED] Count values in rows depending on dates.
    By Qaspec in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-24-2005, 06: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