I am trying to write a formula that is referencing another sheet. If a row on 2023 Training Request matches the Location Tracker (where im inputting the formula - the studio code is the identifier) AND the Role dropdown on 2023 Training Request is "General Manager" then show the date in the Location Tracker that is in the 2023 Training Request under the column title "HQ Approved Training Date"
=IF(AND([{2023 NSO Training Requests Range 1}] = [Studio Code]@row, {2023 NSO Training Requests Range 2} = "General Manager", {2023 NSO Training Requests Range 3} " ")
Unparseable