Sumproduct and Count If

  • Thread starter Thread starter wx4usa
  • Start date Start date
W

wx4usa

I need a sumproduct formula to count non blank cells in a column for a
specified date range.
Column A is Date - Column C in the column with or without values. - A1
is start date & A2 is end date.
 
I need a sumproduct formula to count non blank cells in a column for a
specified date range.
Column A is Date - Column C in the column with or without values. - A1
is start date & A2 is end date.

something like
=sumproduct((a3:a23>=a1)*(a3:a23<=a2)*(c3:c23<>""))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel Sumproduct 0
counting dates using SUMPRODUCT 4
Sumproduct, countif and format? 0
Date and amount of last payment 3
SUMPRODUCT 7
Date Format and Sumproduct 9
Changing range based on Date 5
Sumproduct and Date format 1

Back
Top