Hi I'm trying to return a count for distinct value for 2 fields. So for example
1 2
bat hat
book store
bat hat
book room
dark room
bat hat
I would want it to return the Number 4 because there are four distinct combinations
Thanks
User Profile
Collapse
-
Distinct Count Multiple Fields
-
Thanks for the reply.
Sorry I forgot to mention that I need the values to appear in their own column.
So if the number 1 appeard twice then I would need a column named Number of #1 Occurences with the value 2 and if the number 2 appeared 5 times then I would need a column named Number of #2 Occurences with the value 5. -
Count of two different values in the same field
How do I go about doing a count on a column called BT for two different possible values? For example if
BT= 1
BT=2
BT=1
BT=2
BT=3
BT=1
How would I count the number of times BT=1 and BT=2?
No activity results to display
Show More
Leave a comment: