+ Reply to Thread
Results 1 to 3 of 3

Sum a column based on a date

  1. #1
    Forum Contributor
    Join Date
    12-21-2004
    Location
    MN
    MS-Off Ver
    Microsoft 365
    Posts
    211

    Sum a column based on a date

    I have invoice dates in Column A and their dollar amount in column F. I would like to have another cell say January. And each invoice with a date in January would be added there to make the Total for all invoices in January. Is there a formula to do this?

  2. #2
    Bob Phillips
    Guest

    Re: Sum a column based on a date

    =SUMPRODUCT(--(YEAR(A2:A200)=2005),--(MONTH(A2:A200)=1),F2:F200)

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "karstens" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have invoice dates in Column A and their dollar amount in column F. I
    > would like to have another cell say January. And each invoice with a
    > date in January would be added there to make the Total for all invoices
    > in January. Is there a formula to do this?
    >
    >
    > --
    > karstens
    > ------------------------------------------------------------------------
    > karstens's Profile:

    http://www.excelforum.com/member.php...o&userid=17657
    > View this thread: http://www.excelforum.com/showthread...hreadid=493626
    >




  3. #3
    Forum Contributor
    Join Date
    12-21-2004
    Location
    MN
    MS-Off Ver
    Microsoft 365
    Posts
    211
    Thank you Bob! That worked. I really appreciate your help!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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