B
broken
Is there any way for me to run an IF function that meets the following
criteria:
If column C INCLUDES the word "German", then return "German" in this
cell.
Right now I have =IF(C:C="German","German", 0), but it's not working.
The problem is that column C is a long string of text that may or may
not include the word German anywhere in the text string. The text is
seperated by colons so I could break the column out into multiple
columns, but the word "German" doesn't always appear in the same node
of the text string.
blah : blah : German : blah
Blah : German : blah : blah
And just curious, is there a way to run the following:
If column C doesn't include "English", return "Other" ??
Any assistance would be greatly appreciated!
Thanks.
criteria:
If column C INCLUDES the word "German", then return "German" in this
cell.
Right now I have =IF(C:C="German","German", 0), but it's not working.
The problem is that column C is a long string of text that may or may
not include the word German anywhere in the text string. The text is
seperated by colons so I could break the column out into multiple
columns, but the word "German" doesn't always appear in the same node
of the text string.
blah : blah : German : blah
Blah : German : blah : blah
And just curious, is there a way to run the following:
If column C doesn't include "English", return "Other" ??
Any assistance would be greatly appreciated!
Thanks.