N
Nimrod
Hi, I need help from someone who can help me write a formula that will look
in a cell (ex. A2) read the contents of the cell and if any of a certain type
of word is listed then print that word or just print the word check.
I have been trying something like this
Example cell A2 has ./....blue...yellow in the same cell. I want it to find
check for each color i list in the formula....ie...red, green, yellow, blue,
purple..etc. but only fill in the colors that do appear.
IF(ISNUMBER(SEARCH("red",A2)),"RD","CHECK")
the problem I have is getting it to check for the rest of the colors in the
same cell with this formula...Kind of an if this statement is true print "RD"
and look for the next color, if false then check for the next color....and
so. If anyone knows of a way to do this it would help me out a lot. Thank you
and be blessed for all of your help in this.
in a cell (ex. A2) read the contents of the cell and if any of a certain type
of word is listed then print that word or just print the word check.
I have been trying something like this
Example cell A2 has ./....blue...yellow in the same cell. I want it to find
check for each color i list in the formula....ie...red, green, yellow, blue,
purple..etc. but only fill in the colors that do appear.
IF(ISNUMBER(SEARCH("red",A2)),"RD","CHECK")
the problem I have is getting it to check for the rest of the colors in the
same cell with this formula...Kind of an if this statement is true print "RD"
and look for the next color, if false then check for the next color....and
so. If anyone knows of a way to do this it would help me out a lot. Thank you
and be blessed for all of your help in this.