I have a Google Docs Spreadsheet that doesn't allow IFS functions. My function is as follows:
=IF(VLOOKUP(C304,'PM1 Responses'!B:G,6,)="P","P",IF(VLOOKUP(C304,'PM2 Responses'!B:G,6,)="P","P",IF(VLOOKUP(C304,'PM3 Responses'!B:G,6,)="P","P","-")))
I'm trying to lookup IF the person is marked as P in *any* of the three different sheets, whether marked in none, one, two or all three sheets. They may also be in any of the three sheets, not all of them.
What I've found is that this function works for the first two IFs if the person is listed in both sheets. But if they're not listed in the first sheet, the VLOOKUP returns an error.
Also, this function doesn't return the lookup for the third sheet even if they're listed in all sheets...
Appreciate your help!
Bookmarks