sakrams
Board Regular
- Joined
- Sep 28, 2009
- Messages
- 59
- Office Version
- 2016
- Platform
- Windows
Hi Excel Gurus,
I managed to achieve what I was after, but want to show "Internal" if the statement is False and "External" If True. Currently the first two formulas result in True or False only.
=SUMPRODUCT(--ISNUMBER(SEARCH({"STL","SCL","STM","STS"},C2)))>0
=SUMPRODUCT(--ISNUMBER(SEARCH($Q$14:$Q$17,C2)))>0
I was able to do it using the following formula but I can't use the range or hard coded values
=IF(ISNUMBER(SEARCH("STL",C2)), "External","Internal")
Thanks for your help in advance.
I managed to achieve what I was after, but want to show "Internal" if the statement is False and "External" If True. Currently the first two formulas result in True or False only.
=SUMPRODUCT(--ISNUMBER(SEARCH({"STL","SCL","STM","STS"},C2)))>0
=SUMPRODUCT(--ISNUMBER(SEARCH($Q$14:$Q$17,C2)))>0
I was able to do it using the following formula but I can't use the range or hard coded values
=IF(ISNUMBER(SEARCH("STL",C2)), "External","Internal")
Thanks for your help in advance.