+ Reply to Thread
Results 1 to 3 of 3

would like help in Excess

  1. #1
    fomula problems
    Guest

    would like help in Excess

    In one of the columns would like to enter a time of completion, and in the
    same row but different column would like the answer yes or no. yes if the
    time is entered no if no time is entered would also like this collumne to add
    up the yes and no's and give a total for each. Can anyone help me.
    alan

  2. #2
    Roger Govier
    Guest

    Re: would like help in Excess

    Hi

    =COUNTIF(E2:E100,"=yes")

    =COUNTIF(E2:E100,"=no")

    change ranges to suit


    Regards

    Roger Govier


    fomula problems wrote:
    > In one of the columns would like to enter a time of completion, and in the
    > same row but different column would like the answer yes or no. yes if the
    > time is entered no if no time is entered would also like this collumne to add
    > up the yes and no's and give a total for each. Can anyone help me.
    > alan


  3. #3
    Bernard Liengme
    Guest

    Re: would like help in Excess

    Assuming the first time goes in A1; in B1 enter =IF(A1>0,"yes","no")
    Now this will not differentiate between a time and a normal number
    (problem?)
    To add all the YES's use =COUNTIF(B1:B100,"yes")
    You will get the same result using COUNTIF(A1:A100,">0")
    best wishes
    --
    Bernard V Liengme
    www.stfx.ca/people/bliengme
    remove caps from email

    "fomula problems" <fomula problems@discussions.microsoft.com> wrote in
    message news:12FF32A1-9FC7-40A9-915A-E8A4DBC768B8@microsoft.com...
    > In one of the columns would like to enter a time of completion, and in the
    > same row but different column would like the answer yes or no. yes if the
    > time is entered no if no time is entered would also like this collumne to
    > add
    > up the yes and no's and give a total for each. Can anyone help me.
    > alan




+ 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