+ Reply to Thread
Results 1 to 4 of 4

Count word if date in other column is a specific month (July)

Hybrid View

  1. #1
    Registered User
    Join Date
    07-23-2015
    Location
    Scotland, UK
    MS-Off Ver
    MS Office 2013
    Posts
    2

    Count word if date in other column is a specific month (July)

    Hi there,

    Sorry if something similar has been posted. I would be grateful of any help with this one.

    I'm counting words in one column to give me a tally. This is working with the formula =COUNTIF(Sheet1!A:A, "word"). I would like to then only count these words if the date in another column is a month such as July.

    Hope that make sense. Any advice is appreciated!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Count word if date in other column is a specific month (July)

    Try countifS

    =COUNTIFS(Sheet1!A:A, "word",Sheet1!B:B,">="&DATE(2015,7,1),Sheet1!B:B,"<="&DATE(2015,7,31))

  3. #3
    Registered User
    Join Date
    07-23-2015
    Location
    Scotland, UK
    MS-Off Ver
    MS Office 2013
    Posts
    2

    Re: Count word if date in other column is a specific month (July)

    Thank you! This seems to be working ok.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Count word if date in other column is a specific month (July)

    You're welcome.

+ 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. [SOLVED] Count cells within a specific date range that contain a specific word
    By oneillp1 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-23-2014, 08:34 AM
  2. Replies: 2
    Last Post: 12-17-2013, 06:30 AM
  3. Replies: 4
    Last Post: 04-23-2013, 05:34 AM
  4. formula to count a specific word only once in each cell in a column
    By Bastet34 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 03-13-2013, 01:10 PM
  5. how to count the total number of specific word in a column
    By darkhorse4321 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-27-2010, 09:26 AM
  6. how to count the total number of specific word in a column
    By darkhorse4321 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-27-2010, 09:16 AM
  7. count the number of times a specific word appears in a column
    By BAR in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-27-2006, 12:10 PM

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