
Originally Posted by
squiggler47
I made a change which allows the formula to be copied, but oly if the columns on your employees sheet are in the same order as the Status sheet!
the formula is
=IF(INDEX(' Employees'!$A$5:$G$65000,MATCH($B7,EmployeeNumber,0),COLUMN())<>"",INDEX(' Employees'!$A$5:$G$65000,MATCH($B7,EmployeeNumber,0),COLUMN()),"")
If you want to change it to refer to columns out of order change both column() in red to the number of the column you want A=1 etc!
Hope this helps
Regards
Darren
Bookmarks