hello, I have a data sheet with columns A thru V and 500ish rows, Column A contains a Skill Group name (ie. MCare Contact Center) and then a list of user names in an alias format (ie. jsmith) the number of rows under the MCare Contact Center can change from day to day, anything from 1 line to 200ish lines) at the end of this list is the name of the next skill group (ie. MCare Callbacks), (no gaps or blank lines between the last alias name and skill group name) and again the list may change from day to day, and there will be duplicate alias's from the list above (or below), there are 12 Skill groups in this list, but again this may vary from day to day, down to as little as 6 SG's for the day...all of this is in column A, columns B-V all contain either a number, a percentage or a time value (hh:mm"ss)
What I'm trying to do is either use VBA to to find the Skill group name(s) and create a named range for each skill group set.
or,
a vba to pull the info from each skill group set and paste to separate tabs on a different workbook.
currently I'm throwing in some conditional formatting to highlight the skill group names, then manually setting the named ranges, this wasn't a horrible task until we found a need to re-run the daily reports for that last 4 months, so basically about 120 different reports to set up.
From there i build formulas to grab specific info from the named ranges to feed a Key Performance Indicator report
I'd be eternally grateful for any advice.
What I'm trying to do is either use VBA to to find the Skill group name(s) and create a named range for each skill group set.
or,
a vba to pull the info from each skill group set and paste to separate tabs on a different workbook.
currently I'm throwing in some conditional formatting to highlight the skill group names, then manually setting the named ranges, this wasn't a horrible task until we found a need to re-run the daily reports for that last 4 months, so basically about 120 different reports to set up.
From there i build formulas to grab specific info from the named ranges to feed a Key Performance Indicator report
I'd be eternally grateful for any advice.