More Formula Help

S

Str8goofE

Hi again,

I am trying to reconfigure my formula so that if A2 is EXACTLY equal to any
cell in the range B2 to B5, display a 1 in cell C2, else display a 0 in cell
C2.

Am I close with these formulas???


=SUM(EXACT(A2,"*"&$B$2:$B$5&"*"),1,0)
=IF(EXACT(A2,"*"&$B$2:$B$5&"*"),1,0)
 

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