Forum Discussion
Luchoarenas12
Apr 08, 2025Copper Contributor
progressing on my Xlookup project
with the support of some members of this community I managed to create the sheet I wanted, it manages the training of my team, and it displays a summary of each employee when the name and last name is entered. with a Xlookup and transpose functions.
now I will like to remove he operations that an employee has no data. so when I enter the employee name and last name it will display his role and only the role that the employee has any training level. for example for employee name3 lastname3 it will only show "inspection: 1" without the other operations showing an empty field.
I managed to make add a filter but it needs to be refreshed after every entry to show the data of employee. I find out a macro that will auto refresh. do anyone has any experience with a XLOOKUP skips empty cells.
operations | ||||||||
Last | First | Role | MRP | Setup | Troubleshooting | Inspection | op1 | op2 |
Filter | ||||||||
name1 | lastname1 | machineoperator1 | ||||||
name2 | lastname2 | machineoperator2 | 2 | |||||
name3 | lastname3 | machineoperator3 | 1 | |||||
name4 | lastname4 | machineoperator4 | ||||||
name5 | lastname5 | machineoperator5 | 4 | |||||
name6 | lastname6 | machineoperator6 | 1 | |||||
name7 | lastname7 | machineoperator7 | 3 | 3 | ||||
name8 | lastname8 | machineoperator8 | 1 | 3 | ||||
name9 | lastname9 | machineoperator9 | 1 | |||||
name10 | lastname10 | machineoperator10 | 2 | 3 | 3 | |||
name11 | lastname11 | machineoperator11 | 1 | 3 | 2 | |||
name12 | lastname12 | machineoperator12 | ||||||
name13 | lastname13 | machineoperator13 | ||||||
name14 | lastname14 | machineoperator14 |
name11 | lastname11 |
Role: | machineoperator11 |
MRP | 1 |
Setup | 0 |
Troubleshooting | 0 |
Inspection | 0 |
The brain-dead forum removed an attachment once again, so I uploaded it to Dropbox.
- Luchoarenas12Copper Contributor
This is what I had in mind!
The brain-dead forum removed an attachment once again, so I uploaded it to Dropbox.
See the attached demo.