Counting transactions as listed in reports

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

Guest

I have a database that generates multiple reports about a companies
transactions based on where the funding is from, and the programs it is
dispersed into. When generating these reports I would like to count the
transactions listed under each category, and again at the end with a total #.
what function could I use for this? I tried the count function in a query
but it didn't give me options for "group by" or "count" and complained when i
typed them in.

Thanks!
 
Use COUNTIF

=COUNTIF(A:A,"category")

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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