I have tried this a variety of ways. I have Hotel and then 3 standard Vendor Types. I am checking to see if certain information has been entered for each of these on Sheet B. I have the formula pulling the information for these correctly. The issue is with any non-standard vendor types.
Since not all meetings will have an Other, I do not want it to look like the the information has not been entered if there is no information to enter. I want it to identify that there were not any that fit the criteria.
I have tried using a helper column. Return a Vendor Type value for any meeting id that does not match the three standard vendors, but could not get it to work.
Ideally this is what I want:
If Vendor Type on Sheet A = Other,
then look to Sheet B. If any of these (Translator/Caterer/Shredding/Other) appear as a Vendor Type on Sheet B when the Meeting ID on Sheet A = the Meeting ID on Sheet B,
then return the value of the Date or Text in a different cell from Sheet B into Sheet A.
If there are none of these (Translator/Caterer/Shredding/Other) on Sheet B with a matching Meeting ID then return No Other.
Thanks for any assistance.