Pulling a word from text out of a cell
So, you have the following in cell R2:
runs 1/11, raw material issue
and you want the words "raw material" to appear in , say, S2 because
they are present in R2 ?? If so, try this in S2:
=IF(ISNUMBER(SEARCH("raw material",R2)),"raw material","")
Not sure about the rest of your question, but hope this helps.
Pete
On Jan 31, 1:40*pm, Ravens Fan
wrote:
I don't know if this can be done? But, here it goes.
I have a cell that has a line of text in it. I need to be able to search the
text string and look for certain words and copy the word into another cell..
Example:
Cell "R2": * * * runs 1/11, raw material issue
I need to look at that cell and find the words raw material and copy "raw
material" into another cell.
I'll also be looking for other words in the cells to differientate reasoning
for issues.
Words like:
Pail issue, Art Work, etc.
I don't nessarily need to copy the words if that's an issue. I could code
the different words with numbers. So if I'm looking for the words "raw
material", I could code it as equal to "1". If this makes it easier.
Thanks in advance.
--
Baltimore Ravens
|