ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   calculate a continuous percent of attendance -if then using count. (https://www.excelbanter.com/excel-worksheet-functions/141506-calculate-continuous-percent-attendance-if-then-using-count.html)

IrisRandom*

calculate a continuous percent of attendance -if then using count.
 
I am setting up an attendance form that will calculate a continous percentage
of attendance. Perfect attendance per day is 8 hours. If the instructor is
entering the 3rd day of attendance, the sum of the student's hours should be
divided by perfect attendance for 3 days, or 24, on the 4th day, it should be
divided by 32 etc.

=sum(b3:y3)/sum(b1:y1) where row 1 is the perfect attendance does not
work as I need a way for the computer to determine how many days the
instructor has filled in, without them having to fill in counter information.

Toppers

calculate a continuous percent of attendance -if then using count.
 
Try:

=SUMIF(B3:Y3,"0")/(COUNTIF(B3:Y3,"0")*8)

HTH

"IrisRandom*" wrote:

I am setting up an attendance form that will calculate a continous percentage
of attendance. Perfect attendance per day is 8 hours. If the instructor is
entering the 3rd day of attendance, the sum of the student's hours should be
divided by perfect attendance for 3 days, or 24, on the 4th day, it should be
divided by 32 etc.

=sum(b3:y3)/sum(b1:y1) where row 1 is the perfect attendance does not
work as I need a way for the computer to determine how many days the
instructor has filled in, without them having to fill in counter information.


IrisRandom*[_2_]

calculate a continuous percent of attendance -if then using co
 
Thank you sooooo much!!! It is working beautifully.

I have never tried posting a question before -- wow!! Again thank you, I
will definately try this again as needed.



"Toppers" wrote:

Try:

=SUMIF(B3:Y3,"0")/(COUNTIF(B3:Y3,"0")*8)

HTH

"IrisRandom*" wrote:

I am setting up an attendance form that will calculate a continous percentage
of attendance. Perfect attendance per day is 8 hours. If the instructor is
entering the 3rd day of attendance, the sum of the student's hours should be
divided by perfect attendance for 3 days, or 24, on the 4th day, it should be
divided by 32 etc.

=sum(b3:y3)/sum(b1:y1) where row 1 is the perfect attendance does not
work as I need a way for the computer to determine how many days the
instructor has filled in, without them having to fill in counter information.



All times are GMT +1. The time now is 05:51 PM.

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