Forum Discussion
Jani_Atte
Feb 18, 2019Copper Contributor
Organizing Excel columns based on certain text
There is a big amount of data that needs to be re-format for other tools. Customer send the data in following format, where the 123X00 means, that parts from manufacturers a, b or c can be used. T...
Man Fai Chan
Feb 18, 2019Iron Contributor
I prepared a VBA. Let's see if it is helpful to you.
- Jani_AtteFeb 19, 2019Copper Contributor
Thanks. I can see you know VBA well. I can see my original description was not clear.
Attached some of the real data with example what the real result should look like. I can understand little bit what is happening with the VBA code you created, but I am not able to fix it from there..
I discovered that I need more complex VBA. I need to list all the part numbers and manufacturers for each Customer code ending with X00. On top of that, I need to list each separate code as a new row. Please see attached example... I try to ask local help also, but would like to see if this is possible to do with VBA.- Jani_AtteFeb 19, 2019Copper Contributor
Here a shorter version (with reduced data)
- Jani_AtteFeb 19, 2019Copper Contributor
Eh, once again
- Man Fai ChanFeb 19, 2019Iron ContributorPlease attach the sample for reference.