Dear all,
I have a database of 1500 records and I need to put descriptions from one cell into categories in another. I dont want to do this manually!
The cells with the header 'description' contain contents like:
-Problem with inputs
-would like access to credit
-Need help with marketing
-Tractor would be a big help
In the cell beside this, I want to put those descriptions into categories. So I have a new header called 'categories'. I would like the output to be:
-Inputs
-Credit
-Marketing
-Mechanisation
Now, I worked out that I can do this for a single item using =IF(SEARCH("credit", [@Description]), "credit") but it won't work if I use nested IF statements to search for and return multiple values.
Any suggestions on how to do this are greatly appreciated!
Roger
I have a database of 1500 records and I need to put descriptions from one cell into categories in another. I dont want to do this manually!
The cells with the header 'description' contain contents like:
-Problem with inputs
-would like access to credit
-Need help with marketing
-Tractor would be a big help
In the cell beside this, I want to put those descriptions into categories. So I have a new header called 'categories'. I would like the output to be:
-Inputs
-Credit
-Marketing
-Mechanisation
Now, I worked out that I can do this for a single item using =IF(SEARCH("credit", [@Description]), "credit") but it won't work if I use nested IF statements to search for and return multiple values.
Any suggestions on how to do this are greatly appreciated!
Roger