Hello,
if column 1 contains the word 'snow', i would like column 3 to show the word 'snow'.
if column 1 were made of only one word, it would have been easy: IF(A1="SNOW", "SNOW","")
How do I do it when column 1 contains any string that might include the word 'snow'?
Thanks.
if column 1 contains the word 'snow', i would like column 3 to show the word 'snow'.
if column 1 were made of only one word, it would have been easy: IF(A1="SNOW", "SNOW","")
How do I do it when column 1 contains any string that might include the word 'snow'?
Thanks.