
Signature
HTH
RP
(remove nothere from the email address if mailing direct)
> Bob... Appreciate the input. Not there yet, it could be me! To expand a bit
> >J10=1
[quoted text clipped - 46 lines]
> > registered
> > > > > > activities have taken place. Tks
Bob... I am not getting my thoughts across to you. I have five classes that I
cover each day, and there is a chance that on some days I do not have one of
or any of those five classes. I want to see/total the number of days that I
had classes in that month, not the number of classes. I already have the
total of the individual classes for each month. The five classes are in cells
J10:N10 for the month, therefore J10:N40.
I could have 3 out of the 5 classes on a particular day. I want to be able
to count that as 1 day with classes, in the month.
In my previous post, the total number of days with classes would have been
six (6)!
Again... Tks
> Wayne,
>
[quoted text clipped - 58 lines]
> > > registered
> > > > > > > activities have taken place. Tks
George Gee - 28 Dec 2005 20:39 GMT
Wayne
In O10 =IF(SUM(J10:N10)>0,1,0) Copy down to O40
In O41 =SUM(O10:O40)
George Gee
> Bob... I am not getting my thoughts across to you. I have five
> classes that I cover each day, and there is a chance that on some
[quoted text clipped - 77 lines]
>>>>>>>> the days of the month. I need some help to detemine the total
>>>>>>>> number of day's registered activities have taken place. Tks
Wayne - 28 Dec 2005 21:26 GMT
Thanks GG... et all! I am a happy camper now! Best of the season to you all.
... Wayne
> Wayne
>
[quoted text clipped - 84 lines]
> >>>>>>>> the days of the month. I need some help to detemine the total
> >>>>>>>> number of day's registered activities have taken place. Tks
Perhaps this is a better way to explain... one week
>J10:N10 blank
>J11 blank
[quoted text clipped - 10 lines]
>J15:N15 blank
>J16:N16 blank
The above should show 4 days worked! How do I do this? All of the input up
to now has given me a total cell count, when that is not what I require. I
need a Row (Non blank) count, showing in this case 4 days worked. Tks
> Wayne,
>
[quoted text clipped - 58 lines]
> > > registered
> > > > > > > activities have taken place. Tks
surg4u1975 - 28 Dec 2005 21:09 GMT
I used George's formulas and mine, both gave a result of 4. His in O41,
mine in P10.
George's:
O10 =IF(SUM(J10:N10)>0,1,0) filled down to O40
O41 =SUM(Q10:Q40)
Mine:
O10 =COUNTA(J10:N10) filled down to O40
P10 =COUNTIF(O10:O40,">0")
Wayne wrote: Perhaps this is a better way to explain... one week
>J10:N10 blank
>J11 blank
[quoted text clipped - 10 lines]
>J15:N15 blank
>J16:N16 blank
The above should show 4 days worked! How do I do this? All of the input
up
to now has given me a total cell count, when that is not what I
require. I
need a Row (Non blank) count, showing in this case 4 days worked. Tks
"Bob Phillips" wrote:
> Wayne,
>
[quoted text clipped - 76 lines]
> > > registered
> > > > > > > activities have taken place. Tks

Signature
surg4u1975
George Gee - 28 Dec 2005 21:39 GMT
Wayne
Are the cells that you say are 'Blank', truly blank?
Or have they some other data in them?
The formulas that you have been given, require that if you have not
worked, that the cells are indeed blank!
Or do you enter some data into the 'unworked' cells?
If so, what?
George Gee
> Perhaps this is a better way to explain... one week
>> J10:N10 blank
[quoted text clipped - 84 lines]
>>>>>>>> the days of the month. I need some help to detemine the total
>>>>>>>> number of day's registered activities have taken place. Tks