EmpireOfLight
New Member
- Joined
- Jun 10, 2017
- Messages
- 3
Hi, I have a formula that checks to see if a value in one column exists in another column on a different sheet.
I want to check additional sheets (potentially many) such as sue, bob, mary, etc. if the value isn't found in stephanie, and continue through the entire list of names.
Right now the formula works, but only for one person.
Thanks for any help.
Code:
=IF(ISERROR(VLOOKUP(A2,stephanie!A:A, 1, FALSE)),FALSE,"stephanie" )
I want to check additional sheets (potentially many) such as sue, bob, mary, etc. if the value isn't found in stephanie, and continue through the entire list of names.
Right now the formula works, but only for one person.
Thanks for any help.