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.
If the range C10:C700 contains actual Text strings (not Date values (numbers)) and year etc is irrelevant:
If though they are date values formatted then if the year etc is irrelevant perhaps:=SUMIF(C10:C700,"*January*",F10:F700)
If in doubt - best to post a sample so we can see what you're working with exactly=SUMPRODUCT(--(C10:C700<>""),--(TEXT(C10:C700,"mm")="01"),F10:F700)
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Many thanks the first option works.
Last edited by DonkeyOte; 01-17-2010 at 10:54 AM. Reason: unnec. quote removed
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks