+ Reply to Thread
Results 1 to 2 of 2

SUMIF with month criteria

  1. #1
    Registered User
    Join Date
    05-04-2010
    Location
    Washington, DC
    MS-Off Ver
    Excel 2007, 2010
    Posts
    26

    SUMIF with month criteria

    Hello,

    I would like to set up a simple sumif formula that adds numbers from column c (C3:C10000) when the corresponding date in column a (A3:A10000) meets a month name criteria (preferably in three letter format - "mmm")

    I am unsure how to construct the correct formula ... I bet you're not though!

    Thanks for your help.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: SUMIF with month criteria

    Hi Lallo.jr, perhaps try:

    =SUMPRODUCT((TEXT(A1:A6,"mmm")="feb")*C1:C6)

    Where A1:A6 have dates (or even dates formatted as "mmm" already). If A1:A6 has actual text "jan", "feb", etc., you can use just

    =SUMPRODUCT((A1:A6="feb")*C1:C6)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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