*Maybe* this....
=SUMPRODUCT(--(A1:A100="full-time"),--(B1:B100>0))
Unfortunately that didn't work. I tried the formula and it gave me a zero
value. Also, I'm looking to count the # of cells which match the criteria.
I think sumproduct would give me the sum. Thanks - I appreciate the response
> *Maybe* this....
>
[quoted text clipped - 7 lines]
> > which are classified as full-time. I also want to ignore any zeroes. Any
> > help would be greatly appreciated. In using Windows 2003
David Biddulph - 15 May 2008 20:02 GMT
If that formula gave a zero result it means that you have no rows in which
column A ="full-time" and column B>0. If you have any rows which meet both
those criteria, that formula will count them.
--
David Biddulph
> Unfortunately that didn't work. I tried the formula and it gave me a zero
> value. Also, I'm looking to count the # of cells which match the
[quoted text clipped - 16 lines]
>> > Any
>> > help would be greatly appreciated. In using Windows 2003
kmc103 - 15 May 2008 21:17 GMT
It does work - I was missing the dashes in the formula. Thanks to both of
you for your help!
> If that formula gave a zero result it means that you have no rows in which
> column A ="full-time" and column B>0. If you have any rows which meet both
[quoted text clipped - 22 lines]
> >> > Any
> >> > help would be greatly appreciated. In using Windows 2003