Creating an EXCEL COUNTIF formula for a range of values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to create a COUNTIF formula that counts the cells where the dollar
value in the cells is greater than $8 but less then $10? Is this a multiple
criteria situation?
 
Pat

one way:

=SUMPRODUCT(--(A2:A43>8)*--(A2:A43<10))

Regards

Trevor
 
What does the -- (double hyphen) mean? I have seen it several times in
this NG but can not find a reference to it in Help.

Thanks,

Dennis
 
Thank you,

I found your website and related links very useful.

Dennis
 
Thank you,

I found your website and related links very useful.

Dennis
 

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

Back
Top