Hi there, I was wondering if there's any VBA to replace multiple values in a column with specific labels?
The issue I have is a column of data named "Age" with values like 24,25,26,27,37,44,45 etc. I manually categorized them into categories like "25-30" and "40&above" for the corresponding ages.
However, as I'm dealing with a large number of entries, I was wondering if there is a VBA to automate the replacement process?
E.g. creating a button that would convert new data where the ages are 25, 26, 27 to "25-30" and 44,46,49 to "40&above"
Many thanks for any advice!
Bookmarks