look for true, false, when an array is emty or not

M

Mauricio

plz. I need to find a way to retorned a false, true when
the array contine the maching reference or not.
 
B

Biff

Hi Mauricio,

I think this may be what you're after. The array being in
A1:A100 and the reference to match in E1.

=IF(COUNTIF(A1:A100,E1),TRUE,FALSE)

Biff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top