Hello,
I am trying to develop a formula that will reference another sheet and bring back the content from a specific cell. Need to reference two columns for the match in the reference sheet. The match component will come from a column [PI or Account #] on the main sheet to be searched in column 1 on reference sheet and then the next match needs to be for Column 2 for "travel" (there are three categories we will eventually search/pull from travel, supply, service).
What I am trying in various forms:
=VLOOKUP(IF([PI or Account#]@row , {AJ_Number}, 1, false), AND({AJ_Name}, 2, @row = "Travel", {AJ_desc})