Hello Everyone!
I've searched and tried a number of variations of functions but am not getting a consistent result.
I'm hoping that there is some excel magic out there and I'm thinking that it's not too difficult but I can't seem to resolve.
The below function searches for the value in A2 in sheet '2016-2017'!A:B and returns the value from B when the name matches.
=VLOOKUP(A2,'2016-2017'!A:B,2,TRUE)
My challenge is when there is no match on the name in A2, I would like to return "Need #" to the primary sheet.
I've tried IFERROR, MATCH, etc and am not getting the syntax correct.
Any/all suggestions would be much appreciated!
Thank you
I've searched and tried a number of variations of functions but am not getting a consistent result.
I'm hoping that there is some excel magic out there and I'm thinking that it's not too difficult but I can't seem to resolve.
The below function searches for the value in A2 in sheet '2016-2017'!A:B and returns the value from B when the name matches.
=VLOOKUP(A2,'2016-2017'!A:B,2,TRUE)
My challenge is when there is no match on the name in A2, I would like to return "Need #" to the primary sheet.
I've tried IFERROR, MATCH, etc and am not getting the syntax correct.
Any/all suggestions would be much appreciated!
Thank you