You're welcome. Thanks for the feedback!
> You are brilliant!! It worked! Thank you for the help.
>
[quoted text clipped - 19 lines]
>> > Name.xls]Name'!$O$2:$O$37="A"),--('[Workbook
>> > Name.xls]Name'!$M$2:$M$37="Y"),'[Workbook Name.xls]Name'!$I$2:$I$37)
One other question hopefully you can help with; I have a similar situation
with having to count the number of occurences with three criteria (two of
which are in the same column). I tried to modify my formula, but it isn't
working.
=SUMPRODUCT(--('[Workbook Name.xls]Name'!$O$2:$O$37={"A","P"}),--('[Workbook
Name.xls]Name'!$F$2:$F$37="1"))
> You're welcome. Thanks for the feedback!
>
[quoted text clipped - 21 lines]
> >> > Name.xls]Name'!$O$2:$O$37="A"),--('[Workbook
> >> > Name.xls]Name'!$M$2:$M$37="Y"),'[Workbook Name.xls]Name'!$I$2:$I$37)
Bob Phillips - 06 Mar 2008 20:57 GMT
Probably a number, not text
=SUMPRODUCT(--('[Workbook Name.xls]Name'!$O$2:$O$37={"A","P"}),
--('[Workbook Name.xls]Name'!$F$2:$F$37=1))

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> One other question hopefully you can help with; I have a similar situation
> with having to count the number of occurences with three criteria (two of
[quoted text clipped - 35 lines]
>> >> > Name.xls]Name'!$O$2:$O$37="A"),--('[Workbook
>> >> > Name.xls]Name'!$M$2:$M$37="Y"),'[Workbook Name.xls]Name'!$I$2:$I$37)
Kelly - 06 Mar 2008 21:11 GMT
I am getting a #VALUE error. Any other suggestions?
> Probably a number, not text
>
[quoted text clipped - 40 lines]
> >> >> > Name.xls]Name'!$O$2:$O$37="A"),--('[Workbook
> >> >> > Name.xls]Name'!$M$2:$M$37="Y"),'[Workbook Name.xls]Name'!$I$2:$I$37)
Bob Phillips - 06 Mar 2008 21:23 GMT
that suggests you have an error in one of the cells being summed, probably
F2:F37

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
>I am getting a #VALUE error. Any other suggestions?
>
[quoted text clipped - 49 lines]
>> >> >> > Name.xls]Name'!$M$2:$M$37="Y"),'[Workbook
>> >> >> > Name.xls]Name'!$I$2:$I$37)
Kelly - 06 Mar 2008 21:30 GMT
Figured it out:
=SUMPRODUCT(('[Workbook Name.xls]Name'!$O$2:$O$37={"A","P"})*('[Workbook
Name.xls]Name'!$F$2:$F$37=1))
> that suggests you have an error in one of the cells being summed, probably
> F2:F37
[quoted text clipped - 52 lines]
> >> >> >> > Name.xls]Name'!$M$2:$M$37="Y"),'[Workbook
> >> >> >> > Name.xls]Name'!$I$2:$I$37)