+ Reply to Thread
Results 1 to 7 of 7

Add up cells based on text within a date range

  1. #1
    Registered User
    Join Date
    09-02-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    16

    Add up cells based on text within a date range

    Hi hopefully someone can put me out of my misery basically say you had a table with the following information

    A B
    1 Date Name
    2 01/01/2001 Mike
    3 02/01/2001 Mike
    4 03/01/2001 Mike

    Basically I want excel to count the amount Mike shows up in column B but only in the month of February. Can anyone help I’ve been working on it for hours and so far can only add up the total amount of text that appears in the entire of column B I cannot get the date part to work

    Thank You in advance

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Add up cells based on text within a date range

    Perhaps.

    =sumproduct((month(a1:a100)=2)*(b1:b100="Mike"))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Add up cells based on text within a date range

    You can take a look at the attached file:
    Attached Files Attached Files
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Forum Expert Debraj Roy's Avatar
    Join Date
    09-27-2012
    Location
    New Delhi,India
    MS-Off Ver
    Excel 2013
    Posts
    1,469

    Re: Add up cells based on text within a date range

    If year also matter, than go for below..

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards!
    =DEC2HEX(3563)

    If you like someone's answer, click the star to give them a reputation point for that answer...

  5. #5
    Valued Forum Contributor
    Join Date
    09-15-2011
    Location
    Chennai, India
    MS-Off Ver
    Excel 2010
    Posts
    436

    Re: Add up cells based on text within a date range

    Please try this file.
    Attached Files Attached Files
    Please click 'Add reputation', if my answer helped you.

  6. #6
    Registered User
    Join Date
    09-02-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Add up cells based on text within a date range

    Thank you all soo much. That was starting to drive me a little nuts. Working perfectly now.

  7. #7
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Add up cells based on text within a date range

    You're Welcome and don't forget to mark thread as "Solved"

+ 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. Summing based on date range and text
    By Deva126 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-05-2013, 04:30 PM
  2. VBA - If a range of cells do not contain specific text based on date ranges, then error.
    By Carrie_Smattick in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-19-2013, 07:47 PM
  3. [SOLVED] concat cells based on date range
    By DamianWarS in forum Excel General
    Replies: 8
    Last Post: 09-14-2012, 12:39 PM
  4. Sumif based on a text criteria and a date range
    By PiR1 in forum Excel General
    Replies: 2
    Last Post: 06-02-2010, 12:53 AM
  5. Count cells based on date range
    By The_Oakster in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-14-2009, 06:24 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