Hi all,
I am trying to do a very simple task. I have a column called "Ages". The values in that column are a mix of 20-30, 30-40, 50-60. I want to be able to see how many of each age. At first I used text to column to separate data, but then I end up with 30-40 in my 20-30 column because it is just splitting the data, but not actually moving it to the right column.
Goal: I want to split the "Ages" column and feed the correct data to the matching column. i.e. 20-30 should only show the rows that have 20-30. 30-40 column should only have 30-40 data in that column, ect.
I have tried Filters, Crosstab, RegEx... Please help.