+ Reply to Thread
Results 1 to 6 of 6

Counting entries and ignoring older than 6 months

Hybrid View

  1. #1
    Registered User
    Join Date
    09-25-2015
    Location
    UK
    MS-Off Ver
    2007
    Posts
    3

    Counting entries and ignoring older than 6 months

    Hello guys,

    This is really hard to explain. I need a spreadsheet that counts the amount of times a name has been entered. But then I need it to ignore any that have been there longer than 6 months.

    I used =(COUNTIF($A$5:$A$10000,A6)) to count the amount of times a name appears. But how can I make it ignore any that are older than 6 months?

    excel.jpg

    Thanks in advance
    Attached Images Attached Images

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

    Re: Counting entries and ignoring older than 6 months

    Try

    =COUNTIF($A$5:$A$10000,A6,$B$5:$B$10000,">="&EDATE(TODAY(),-6))

  3. #3
    Registered User
    Join Date
    09-25-2015
    Location
    UK
    MS-Off Ver
    2007
    Posts
    3

    Re: Counting entries and ignoring older than 6 months

    Tried and it states that there are too many arguments to function :/

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

    Re: Counting entries and ignoring older than 6 months

    Sorry, it should be countifS

  5. #5
    Registered User
    Join Date
    09-25-2015
    Location
    UK
    MS-Off Ver
    2007
    Posts
    3

    Re: Counting entries and ignoring older than 6 months

    That worked! Wow thank you so much! Glad I signed up to this forum! Thanks for the help

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

    Re: Counting entries and ignoring older than 6 months

    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] Ignoring #VALUE! Entries
    By fearonc in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-20-2014, 03:55 PM
  2. [SOLVED] Delete if older than 3 months and offsetting a cell input if match found
    By Templemind in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-27-2014, 07:25 AM
  3. [SOLVED] Counting the number of entries in a column (but only once for consecutive entries)
    By 11416498 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-30-2014, 09:36 AM
  4. Finding multiple entries and ignoring others ??
    By madbrit in forum Excel General
    Replies: 7
    Last Post: 01-04-2013, 07:56 PM
  5. [SOLVED] SUMIF by ignoring Duplicate Entries in a different column
    By vij8y in forum Excel General
    Replies: 6
    Last Post: 08-16-2012, 08:18 PM
  6. Ignoring entries when not in the correct format
    By lukela85 in forum Excel General
    Replies: 2
    Last Post: 09-26-2010, 04:33 AM
  7. Averaging numbers but ignoring < and - entries
    By KIM in forum Excel General
    Replies: 4
    Last Post: 02-23-2005, 03:06 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