I have 3 SharePoint lists, 'Authorised_Personnel', 'People' and 'Departments'
I have a form that's data source is 'Authorised_Personnel'.
I need a formula that will:
- LookUp the 'Authorised_Personnel' list for Employee ID.
- Match the Employee ID with the Employee ID from the 'People' list.
- Using the Employee ID, find the Department ID in the 'People' list
- Use the Department ID to LookUp in the 'Department' list for the Department Name.
Any help would be appreciated.