+ Reply to Thread
Results 1 to 3 of 3

Thread: Help With Sumif

  1. #1
    Registered User
    Join Date
    01-20-2008
    Posts
    36

    Help With Sumif

    Hi I have the following formula and I want it to just find "January" in the range as they have 1st January, "2nd January and so on. So if it finds a cell with January in it, it includes it.


    =SUMIF(C10:C700,"January",F10:F700)

    Many thanks


    David
    Last edited by EXCELNEWCOMER; 01-17-2010 at 10:41 AM.

  2. #2
    Forum Moderator DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Suffolk, UK
    MS-Off Ver
    2002, 2007 & 2010
    Posts
    21,423

    Re: Help With Sumif

    If the range C10:C700 contains actual Text strings (not Date values (numbers)) and year etc is irrelevant:

    =SUMIF(C10:C700,"*January*",F10:F700)
    If though they are date values formatted then if the year etc is irrelevant perhaps:

    =SUMPRODUCT(--(C10:C700<>""),--(TEXT(C10:C700,"mm")="01"),F10:F700)
    If in doubt - best to post a sample so we can see what you're working with exactly

  3. #3
    Registered User
    Join Date
    01-20-2008
    Posts
    36

    Re: Help With Sumif

    Many thanks the first option works.
    Last edited by DonkeyOte; 01-17-2010 at 10:54 AM. Reason: unnec. quote removed

+ 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.2.0