Hello
I have a line of business with three choices: deploy, consult, and managed services, each associated with all theaters. When someone submits a request through the intake form, they select one of these options, and the form populates the data into the Sub_Org column based on the chosen line of business, and theater. However, if a manager's name appears twice, the formula only picks up the data from the top of the list. I need the formula to search the entire list and populate the correct Sub-Org based on the L5 manager and the associated line of business and theater.
How can I correct my current formula to pull the correct sub-org based on the L5 Manager from the lookup list? I am facing an issue, and I'm unsure how to fix it.
Formula using: =VLOOKUP([Last Name, First Name (VP)]@row, {L5 Manager_Sub-Org Lookup}, 2, false)