Please forgive the long description for 2 questions.
I recieve a spreadsheet from our HR of all filled and vacant positions. Each position is a row in the data and has 16 columns of information(name, title, Office). I need to create separate sheet for each division that will update automatically when I receive the new master data every month.
Each Division typically has at least three or more offices under them. For example Finance has Budget,Procurement, financial planning... The spreadsheet I receive from HR does not offer a label to group the offices to the correct division. My first question is determining how do I group the divisions together? Each office does have it's own separate code: budget(047 01), Procurement (018 01) .... I think this part should be pretty easy but I'm overthinking it.
Once I have that grouping label, I will need a separate sheet for each division and have Excel pull all rows/columns that correspond to new assigned code(Example all of Finance). I've been watching the vlookup and index match videos and think that's the way but also think I may need some type of query because again each position(row) has 16 columns of data.
I recieve a spreadsheet from our HR of all filled and vacant positions. Each position is a row in the data and has 16 columns of information(name, title, Office). I need to create separate sheet for each division that will update automatically when I receive the new master data every month.
Each Division typically has at least three or more offices under them. For example Finance has Budget,Procurement, financial planning... The spreadsheet I receive from HR does not offer a label to group the offices to the correct division. My first question is determining how do I group the divisions together? Each office does have it's own separate code: budget(047 01), Procurement (018 01) .... I think this part should be pretty easy but I'm overthinking it.
Once I have that grouping label, I will need a separate sheet for each division and have Excel pull all rows/columns that correspond to new assigned code(Example all of Finance). I've been watching the vlookup and index match videos and think that's the way but also think I may need some type of query because again each position(row) has 16 columns of data.