Forum Discussion

Luchoarenas12's avatar
Luchoarenas12
Copper Contributor
Apr 08, 2025
Solved

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 
   
LastFirstRoleMRPSetupTroubleshootingInspectionop1 op2
Filter        
name1lastname1machineoperator1      
name2lastname2machineoperator22     
name3lastname3machineoperator3   1  
name4lastname4machineoperator4      
name5lastname5machineoperator5     4
name6lastname6machineoperator6 1    
name7lastname7machineoperator7  33  
name8lastname8machineoperator8 1  3 
name9lastname9machineoperator9 1    
name10lastname10machineoperator102   33
name11lastname11machineoperator111   32
name12lastname12machineoperator12      
name13lastname13machineoperator13      
name14lastname14machineoperator14      

 

 

name11lastname11
Role: machineoperator11
  
MRP1
Setup0
Troubleshooting0
Inspection0

Resources