I
itty
I have the following text in A1,A2 and formula in B1, B2.
WF-KIT-CITERNA
=IF(OR((SEARCH("KIT",A1)),(SEARCH("CY",A1)),(SEARCH("HY",A1))),"KIT","")
WF-KIT-CITERNA HY CY
=IF(OR((SEARCH("KIT",A2)),(SEARCH("CY",A2)),(SEARCH("HY",A2))),"KIT","")
B1 returns #value and B2 returns KIT. But If one of the abov
conditions satisfies I need KIT in B1. Can somebody tell me why i
returned value error and a solution for my problem.
Thanks in advance
Itt
WF-KIT-CITERNA
=IF(OR((SEARCH("KIT",A1)),(SEARCH("CY",A1)),(SEARCH("HY",A1))),"KIT","")
WF-KIT-CITERNA HY CY
=IF(OR((SEARCH("KIT",A2)),(SEARCH("CY",A2)),(SEARCH("HY",A2))),"KIT","")
B1 returns #value and B2 returns KIT. But If one of the abov
conditions satisfies I need KIT in B1. Can somebody tell me why i
returned value error and a solution for my problem.
Thanks in advance
Itt