What is the problem with this formula?

R

rachitm

=IF(FIND("John", C12:C14, 1), C12:C14, "None")

Could anyone help me out with what the issue is with the above formula?
Whenever I enter the above formula in a cell, it gives me a #VALUE
error. I just want to find if there is John written in cells C12 thru
C14, and if there is, I want it to type all the info from cells C12
thru C14 on another cell.

All help is appreciated! Thank you
 
B

Bill Kuunders

try something like

"=IF(FIND(A1,CONCATENATE(C12,C13,C14))=1,CONCATENATE(C12," ",C13,"
",C14),"None")

enter in A1 John
 

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