I have a column called "specialty" with about 2,000 rows. Each row can be one of about 20 specialties (the specialties are professions, such as analyst, chef etc etc).
Each of these specialties must be re-grouped further into 5 upper level headings (e.g. office, services, trade etc)
What I have to do each reporting period is do find/replace in excel for each of the 20 categories. e.g. find analyst and replace with office.
I could do a vlookup but I want to start familiarizing myself with VBA.
Is there a piece of code some generous mr excel boards user could provide to save me from doing this each time?
Each of these specialties must be re-grouped further into 5 upper level headings (e.g. office, services, trade etc)
What I have to do each reporting period is do find/replace in excel for each of the 20 categories. e.g. find analyst and replace with office.
I could do a vlookup but I want to start familiarizing myself with VBA.
Is there a piece of code some generous mr excel boards user could provide to save me from doing this each time?