I'm trying to create a field which lists a user's two heads of department (HoD) for each building.
I have all the pieces I need in my current table, but am struggling to find the best way of looking up the data to return.
I have the following fields for every user: Building (Single Select), Department (Single line text), HOD (formula returning true/false - there are two HoDs for each department) and would like to have a field called User's HoD that returns the two users who match Building, Department and HoD = true.
Any suggestions would be really appreciated!