Hi all,
So I need help writing a formula, not in vba, that looks at a number in column A, then looks at another sheet. Finds the value from column A in a list. If a value isn't found, it returns "Check". For example:
<tbody>
Sheet 1
A
B
C
1
Dog
2
Cat
3
Frog
</tbody>
<tbody>...