Counting and Suming based on multiple criteria

G

Guest

I need to get a count based on multiple criteria. I need to count if a
certain text value occurs in a column, but only if it meets a seperate date
criteria.

I have a data entry page with a vendor column and and month column. I want
to count how many times a vendor is listed in a certain month. I have tried
Count and Count IF formulas with out luck.
 
B

Bob Phillips

=SUMPRODUCT(--(A2:A20="text_value"),--(B2:B20>=--"2006-09-01"),--(B2:B20<=--
"2006-10-01"))

as an example


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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

Top