+ Reply to Thread
Results 1 to 2 of 2

countif function

  1. #1
    Registered User
    Join Date
    02-07-2007
    Posts
    1

    countif function

    Hello,

    I need to know how to write a countif function that will count if in the list box the user selects 1 of three selections. In this case it is Yes, No, Total.
    On sheet two, It would test to see if it is yes, no, or total and put in one cell on sheet one.

    Thanks for your help

    Pat

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by pat39s
    Hello,

    I need to know how to write a countif function that will count if in the list box the user selects 1 of three selections. In this case it is Yes, No, Total.
    On sheet two, It would test to see if it is yes, no, or total and put in one cell on sheet one.

    Thanks for your help

    Pat
    not very much clear that how you want to count and where your data is.
    however if data is in the range of A1:A50
    to count "yes"
    =COUNTIF($A$1:$A$50,"yes")
    to count "no"
    =COUNTIF($A$1:$A$50,"no")
    to count "total"
    =COUNTIF($A$1:$A$50,"total")

    if this is not what you want, explain clearly.

+ 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