![]() |
What is the problem with this formula?
=IF(ISNUMBER(MATCH("*John*",C12:C14,0)),C12&" "&C13&" "&C14,"None")
" wrote: =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 |
What is the problem with this formula?
Thank you for all your help! I just used it and it works!
Thanks a lot Teethless mama wrote: =IF(ISNUMBER(MATCH("*John*",C12:C14,0)),C12&" "&C13&" "&C14,"None") " wrote: =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 |
All times are GMT +1. The time now is 10:57 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com