Hello,
I'm looking to create a dynamic formula to capture an employee name if they have sales associated with a workflow. Some workflows have multiple employees with sales (some have none) and I would like to uniquely identify all employees with sales in each workflow in separate rows.
I've tried XLOOKUP, INDEX, MATCH, FILTER, etc but can't seem to get the right combination of formulas to grab the employee name and move to the next name with sales in a workflow once the first employee has been identified.
Referencing the mini-sheet below, the formula should produce the following results:
A2 = Michael
A3 = Stanley
A4 = Andy
A5 = Michael
A6 = Andy
A7 = Stanley
A8 = Angela
Thank you!!
I'm looking to create a dynamic formula to capture an employee name if they have sales associated with a workflow. Some workflows have multiple employees with sales (some have none) and I would like to uniquely identify all employees with sales in each workflow in separate rows.
I've tried XLOOKUP, INDEX, MATCH, FILTER, etc but can't seem to get the right combination of formulas to grab the employee name and move to the next name with sales in a workflow once the first employee has been identified.
Referencing the mini-sheet below, the formula should produce the following results:
A2 = Michael
A3 = Stanley
A4 = Andy
A5 = Michael
A6 = Andy
A7 = Stanley
A8 = Angela
Allocation Example.xlsx | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | |||
1 | Employee | Workflow | Workflow | Michael | Dwight | Jim | Andy | Stanley | Oscar | Angela | |||||
2 | ABC123 | ABC123 | 10 | 90 | |||||||||||
3 | ABC123 | DEF456 | |||||||||||||
4 | HIK789 | HIK789 | 100 | ||||||||||||
5 | JKL1011 | JKL1011 | 25 | 25 | 25 | 25 | |||||||||
6 | JKL1011 | ||||||||||||||
7 | JKL1011 | ||||||||||||||
8 | JKL1011 | ||||||||||||||
Sheet1 |
Thank you!!