Forum Discussion
TSimsD
Jan 03, 2023Copper Contributor
vlookup error with multiple criteria
Hi, I have a spreadsheet with a list of training courses individuals have completed and the date, which is a connected export of a sharepoint list. I have another spreadsheet with is the training...
Rodrigo_
Jan 03, 2023Iron Contributor
TSimsD
It will return error or #N/A to your formula, because your lookup value and doesn't match on your reference table.
Just change your "combinedname" on your export sheet without including the title of training.
Formula: [@[First Name]&@[Surname]]
TSimsD
Jan 03, 2023Copper Contributor
Thanks rrstrivera,
the formula is correct. As I said it works on other courses. The lookup is the combined first name & surname coupled with the title of the training.
Formula: =IFERROR(VLOOKUP([@Combinedname]&Table32[[#Headers],[Manual Handling]],'Exported List from Training Register.xlsx'!Table_query__32[[#All],[Combinedname]:[Date completed]],8,FALSE),"")
Cheers
Tony