'How to count how many times criteria in one column matches, with criteria in another column
See example below.
A
- electric_bike
- docked_bike
- classic_bike
B
- member
- casual
I'm trying to figure out how many times certain criteria in column B, matches up with certain criteria in column A.
To be more specific, how do I figure out how many times "casual" in column A matches with "docked_bike" in column B.
I want to figure out how many docked_bikes casual and members each ride.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
