You do not want to use DCOUNT. Use SUMPRODUCT like this:
=SUMPRODUCT((A2:A100="Condition1")*(D2

100="Condition2"))
Or
=SUMPRODUCT((A2:A100="Condition1")*(NOT(ISBLANK(D2

100))))
depending on what you want.
--
Best Regards,
Luke M
*Remember to click "yes" if this post helped you!*
"Bryan" wrote:
> I am running Excel 2007.
>
> I have a spreadsheet with 7 fields (columns). I want to count the number of
> rows where field 2 is a specific value AND filed 5 is a specific value (or
> non-blank). I do not understand the instructions provided in DCOUNT help
> under "Multiple criteria in multiple columns where all criteria must be true".
>
> Thanks!
>