Dcount criteria

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

I need to complete a dcount criteria in a single cell rather than 2
lines. Any thoughts anyone. I have 8 multi-select list boxes which
would build up a complex formula.

Example
Name
Jason or Martina

The only other alternative is write the whole lot in a vba function.

Jason
 
Hi
why not use SUMPRODUCT. e.g.
=SUMPRODUCT(--(A1:A1000={"Jason","Martina"}))
 

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