ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   would like help in Excess (https://www.excelbanter.com/excel-worksheet-functions/46946-would-like-help-excess.html)

fomula problems

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

Roger Govier

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


Bernard Liengme

Assuming the first time goes in A1; in B1 enter =IF(A10,"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 wrote in
message ...
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





All times are GMT +1. The time now is 11:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com