I am trying to figure out how to group data contained inside a Table. I want to be able to group by data that is similar in a column.
For example:
- Bob, 23, Cereal
- Bob, 24, Oatmeal
- Susan, 25, Cream
- Susan, 26, Horse
The above, I am trying to find an expression to use that will allow me to group both Bobs together, and both Susans together.
I am assuming this is a simple thing to do, however, I cannot figure it out.