View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kazman Kazman is offline
external usenet poster
 
Posts: 2
Default COUNTIF - USING WITH TIME VALUE RANGES

I would like to count an entry in a different worksheet but in the same
workbook if the entry falls between certain hours. Here is the formual I am
using: =COUNTIF(Tickets!G:G,"<17:00:11:59") where as "Tickets" is the other
worksheet and I would like to count the entries that fall between 11:59 and
17:00. Using this formula the result shows as "0" which is not correct.
Please advise what changes need to be made to the formula for this to work
properly.