slinky192001
Board Regular
- Joined
- Mar 16, 2007
- Messages
- 100
Hello
I have a the below formula which checks is a cell contains a certain phrase. I want to amend this to only work if the cell starts with the phrase. Can anyone help?
=IF(ISNUMBER(SEARCH("*A3P - SV*",Q2)),"SV",IF(ISNUMBER(SEARCH("*A3P - SP*",Q2)),"SP",IF(ISNUMBER(SEARCH("*A3P - DCS*",Q2)),"DCS",IF(AND(ISNUMBER(SEARCH("*HHU*",Q2)),AI2=0),"HHU",I2))))
Thank You
I have a the below formula which checks is a cell contains a certain phrase. I want to amend this to only work if the cell starts with the phrase. Can anyone help?
=IF(ISNUMBER(SEARCH("*A3P - SV*",Q2)),"SV",IF(ISNUMBER(SEARCH("*A3P - SP*",Q2)),"SP",IF(ISNUMBER(SEARCH("*A3P - DCS*",Q2)),"DCS",IF(AND(ISNUMBER(SEARCH("*HHU*",Q2)),AI2=0),"HHU",I2))))
Thank You