rameshkumarsharma
New Member
Hi Team,
I am facing an issue in the Search formula. I would like to seach a particular Alphanumeric in a cell any it can be (W1,W2,W3,W4 till w10). But only one alphanumeric(W1,W2 etc). I have used the below formula but it's not working. Please help me out in order to get the correct results.
=IF(SEARCH("W1",AA3),"W1",IF(SEARCH("W2",AA3),"W2",IF(SEARCH("W3",AA3),"W3")))
Regards,
Ramesh
I am facing an issue in the Search formula. I would like to seach a particular Alphanumeric in a cell any it can be (W1,W2,W3,W4 till w10). But only one alphanumeric(W1,W2 etc). I have used the below formula but it's not working. Please help me out in order to get the correct results.
=IF(SEARCH("W1",AA3),"W1",IF(SEARCH("W2",AA3),"W2",IF(SEARCH("W3",AA3),"W3")))
Regards,
Ramesh