+ Reply to Thread
Results 1 to 2 of 2

countif wildcard

  1. #1
    Registered User
    Join Date
    02-17-2007
    Posts
    22

    countif wildcard

    I need to count occurrences of a cell containing an appt time vs. blank.

    Not all cells in the range contain a time, but I need to count how many appts occurred, thus having a time (ex. 2:00 PM) in any of the cells.

    i tried
    countif(A1:A25,"*:")

    doesn't work

    Any suggestions would be greatly appreciated.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Times are just formatted numbers in Excel so the : is part of the formatting not the underlying value.

    Try just

    =COUNT(A1:A25)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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