I'm looking for a one-step process to add a column with a count of each instance of a row's value like can be done with excel's "countif" function so that I get a return as in the below example:
| Title 1 | Column I want |
| Apple | 1 |
| Orange | 4 |
| Orange | 4 |
| Orange | 4 |
| Orange | 4 |
| Banana | 2 |
| Banana | 2 |
I know I can do this with the Summary tool but it takes multiple steps and I'd like to get the count column in a single step. I imagine it could be done with either the Formula or the Multi-Row tools but I can't figure out how. Would love to see how it's done in both if possible. Thanks for any help you can provide.