problem in the excel programming in countif

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vivekgs2007
    New Member
    • Mar 2010
    • 62

    problem in the excel programming in countif

    I am using the count if statement in programing..i got the problem in displaying the result..
    Code:
    =COUNTIF(G7:AI7,">13:30")
    i want to display the calculated result in Ak5..but it is not coming...lease help me that...
  • NeoPa
    Recognized Expert Moderator MVP
    • Oct 2006
    • 32633

    #2
    I think you're simply missing the Date/Time literals. Try :
    Code:
    =COUNTIF(G7:AI7,">#13:30#")

    Comment

    • vivekgs2007
      New Member
      • Mar 2010
      • 62

      #3
      ok i get the answer the problem is in the format cells..thank you very much for your concern...

      Comment

      • NeoPa
        Recognized Expert Moderator MVP
        • Oct 2006
        • 32633

        #4
        A pleasure to help :)

        Comment

        Working...