R
Ronny
I currently need a way to find a certain string in a cell
using an IF statement, however the string might be
anywhere in the cell. Here's what I have already:
Column A Column B Column C
"Create" IF stmnt "More text"
"Create" IF stmnt "Even more text"
"null" IF stmnt "And more text
"Anything" IF stmnt "And something else"
The IF statement I have right now will give a "C" if
Column A says "create," and currently that's it. I want
it to then check Column C for the string "ing," and if it
finds it give a "G" or whatever...
So for the first two rows, I should get a "C" in Column
B. For the third row, I should get nothing. For the
fourth row, I should get "G" because 1) "Create" was not
found in Column A and 2) "ing" was found in Column C.
Any suggestions?
Thank you in advance!
Ronny
using an IF statement, however the string might be
anywhere in the cell. Here's what I have already:
Column A Column B Column C
"Create" IF stmnt "More text"
"Create" IF stmnt "Even more text"
"null" IF stmnt "And more text
"Anything" IF stmnt "And something else"
The IF statement I have right now will give a "C" if
Column A says "create," and currently that's it. I want
it to then check Column C for the string "ing," and if it
finds it give a "G" or whatever...
So for the first two rows, I should get a "C" in Column
B. For the third row, I should get nothing. For the
fourth row, I should get "G" because 1) "Create" was not
found in Column A and 2) "ing" was found in Column C.
Any suggestions?
Thank you in advance!
Ronny