Count If

K

KLock

I would like to setup a count function that counts by position for specific
type. For example:
Position Type
1 a
2 a
3 c
2 c
3 b
1 a
Function Calculates:
1a = 2
2a = 1
3a = 0
1b = 0
And so on. How can I setup the calculation functions?
Thanks
 

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