I'm trying to put the correct data (person) in the correct column for an Employee and their Management hierarchy, using the following formula:
=IF(VLOOKUP(Worker@row, {Active Workers Report - Mgmt Lvl}, 5, false) = "Team Lead", {Manager}, "")
Can someone help me correct the formula, so the Name of the Team Lead/Manager/etc. show in the correct column? If one doesn't exist, I'd like it to be blank.
I'm not sure what I'm doing wrong.