slinky192001
Board Regular
- Joined
- Mar 16, 2007
- Messages
- 100
Hello,
I have the following statement.
I to amend the last part after "DCS" to say if Q2 is "HHU" and AI is "1", then show DS. If Q2 is HHU and AI is "0" then "HHU".
=IF(ISNUMBER(SEARCH("*A3P - SV*",Q2)),"SV",IF(ISNUMBER(SEARCH("*A3P - SP*",Q2)),"SP",IF(ISNUMBER(SEARCH("*A3P - DCS*",AF2)),"DCS",IF(ISNUMBER(SEARCH("*HHU*",Q2))," HHU",I2))))
I am really stuck, not matter where i add the AND it will not work.
Thank You
Clare
I have the following statement.
I to amend the last part after "DCS" to say if Q2 is "HHU" and AI is "1", then show DS. If Q2 is HHU and AI is "0" then "HHU".
=IF(ISNUMBER(SEARCH("*A3P - SV*",Q2)),"SV",IF(ISNUMBER(SEARCH("*A3P - SP*",Q2)),"SP",IF(ISNUMBER(SEARCH("*A3P - DCS*",AF2)),"DCS",IF(ISNUMBER(SEARCH("*HHU*",Q2))," HHU",I2))))
I am really stuck, not matter where i add the AND it will not work.
Thank You
Clare