Good afternoon, I had wondered if it were possible to construct a formula that would save the user having to deal with "#N/A" and just leave them with the Boolean result. Naively I have put this together but it still just returns "#N/A" when VLOOKUP is unsuccessful - and I can see why.
Is there something that would work as I'd like?
Many thanks,
D€$
=IF(VLOOKUP(B2,$C$7:$C$8,1,0)<>"#N/A","Yes","No")
Is there something that would work as I'd like?
Many thanks,
D€$