Hi
I'm not sure if should I use IF and VLOOKUP or maybe COLLECT with IF formula.
What I would like to achieve:
Smartsheet A - with list of the application name and ID
Smartsheet B - with results of the evaluation, where is application name and ID as well and Repsondent Role, and Result
I would like to collect the Result from the Smartsheet B in the right cell in the smartsheet A if the Respondent Role are Application Owner, and also a same formula for 2 other types of Respondent Role.
=IF([Respondent Role]1 = "Application Owner"; VLOOKUP([Results]1; {Questionnaire 1}; 5; false)) but that formula doesn't work...
thx!