+ Reply to Thread
Results 1 to 3 of 3

CountIf not counting...

  1. #1
    Registered User
    Join Date
    12-12-2013
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    92

    CountIf not counting...

    I am using the current formula
    Please Login or Register  to view this content.
    The data in column A shows as 1/20/2015, 1:20:21 PM. The Date and time are entered from a userform into Column A.

    I tried changing the date in the code above to E1 with no luck. I have tried searching how to manipulate with "&" with no luck.

    I would like the formula to be
    Please Login or Register  to view this content.
    Where E1 is 1/20/2015. E1 is a data validation with mulitple dates as a drop down.

    So long story short when I type the date with "*" I am able to get a count. With out the "*" it does not count. Any help would be appreciated.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: CountIf not counting...

    I'm not sure if that is a proper date/time in A1 or a text value. Try this:

    =COUNTIF(A:A, TEXT(E1,"m/dd/yyyy") & "*")

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-12-2013
    Location
    Wisconsin
    MS-Off Ver
    Excel 2010
    Posts
    92

    Re: CountIf not counting...

    Awesome. Thank you for the help.

+ 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] countif formula is counting off by 2
    By wangstar in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-30-2013, 02:32 PM
  2. [SOLVED] COUNTIF not counting
    By alb43 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-16-2013, 08:11 AM
  3. COUNTIF counting names
    By rmklzm in forum Excel General
    Replies: 4
    Last Post: 07-26-2009, 01:45 PM
  4. [SOLVED] countif counting properties
    By Darryl in forum Excel General
    Replies: 5
    Last Post: 01-04-2006, 12:15 PM
  5. [SOLVED] COUNTIF data counting
    By joebogey in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-08-2005, 04: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