First Thanks NeoV, you helped me get going in the right direction, although it was exactly what i needed.... I have a new problem, and hopefully last!
I imported a large database and am trying to manipulate the data... here is an example.
This is what i have now. Many many rows with 4 columns. Column 1 is a name. The next 3 colums may or may not have anything in them. What i need to do, is search those 3 columns to see if any of them start with the letter E. Only one or none of them can start with "E". If one of the three columns does start with "E" then I need to copy that cell to a new column in the corresponding row.
Here is my example.. I already have columns 1 - 4, how do i get 5?
__1________2______3_____4______5 becomes
John Doe___Pen____Van___Ear_____Ear
Jane Doe___Ear1___Pen___________Ear1
Smith______Van
Jones____________Ear66_________Ear66
Anand_____Pen5___Oar___Beer
Tech______Ear2__________Van____Ear2
How do i import the right value for column 5???
I imported a large database and am trying to manipulate the data... here is an example.
This is what i have now. Many many rows with 4 columns. Column 1 is a name. The next 3 colums may or may not have anything in them. What i need to do, is search those 3 columns to see if any of them start with the letter E. Only one or none of them can start with "E". If one of the three columns does start with "E" then I need to copy that cell to a new column in the corresponding row.
Here is my example.. I already have columns 1 - 4, how do i get 5?
__1________2______3_____4______5 becomes
John Doe___Pen____Van___Ear_____Ear
Jane Doe___Ear1___Pen___________Ear1
Smith______Van
Jones____________Ear66_________Ear66
Anand_____Pen5___Oar___Beer
Tech______Ear2__________Van____Ear2
How do i import the right value for column 5???