Somniloquist
New Member
- Joined
- Jul 3, 2011
- Messages
- 10
Hi All Excellers out there...
Need a huge help...
I've some files where the data is like this....
Column Result
---------------------------------------
Wireless not working WLAN
Faulty HDD <wbr> HDD
Prob with Optical Drive ODD
and so on...
The Result is the column that are empty and i need to fill them
The Column is the column that have some sentences already
To Explain, The Column field will have generic sentences with symbols and so on.. Just like a normal sentence.
The Result column needs to have a word depending on what is in the sentence...
Hope that makes sense...
This thing works for one...
=IF(ISNUMBER(SEARCH("Wireless"<wbr>,E343)),"WLAN","")
What this did for me was search for the word wireless in cell E343 and returned value WLAN for me in my required cell.
Is there any way to do this for multiple values... Like build a small reference column and this would replace it from there just like how vlookup would work..
Please help me out on this. Please ask away anything that u need to know.
PS. I could have sent the data file. But its sensitive data with my company which im not allowed to.
Need a huge help...
I've some files where the data is like this....
Column Result
---------------------------------------
Wireless not working WLAN
Faulty HDD <wbr> HDD
Prob with Optical Drive ODD
and so on...
The Result is the column that are empty and i need to fill them
The Column is the column that have some sentences already
To Explain, The Column field will have generic sentences with symbols and so on.. Just like a normal sentence.
The Result column needs to have a word depending on what is in the sentence...
Hope that makes sense...
This thing works for one...
=IF(ISNUMBER(SEARCH("Wireless"<wbr>,E343)),"WLAN","")
What this did for me was search for the word wireless in cell E343 and returned value WLAN for me in my required cell.
Is there any way to do this for multiple values... Like build a small reference column and this would replace it from there just like how vlookup would work..
Please help me out on this. Please ask away anything that u need to know.
PS. I could have sent the data file. But its sensitive data with my company which im not allowed to.