This looks like a great forum and I'm glad I found it.
I've searched for a few hours trying to find a solution for my issue but no luck. I'm pretty good with formulas and can easily do this with PHP and MySQL but I need to do it with Excel.
Maybe this forum can help. I have a spreadsheet similar to what I've posted below. It's more complicated with a lot more data but that's the basic concept. It ends up with rows of data and the last cell in each row needs to be split.
It's easy enough to use the Text to Column feature to split that cell but they want a new row for each new entry in that cell and that's where a macro is needed so they end up with something like this.
I certainly don't mind having them use the Text to Column before running the macro but it's just not an option for me to do this outside of Excel.
Any ideas to help this lost newbie?
I've searched for a few hours trying to find a solution for my issue but no luck. I'm pretty good with formulas and can easily do this with PHP and MySQL but I need to do it with Excel.
Maybe this forum can help. I have a spreadsheet similar to what I've posted below. It's more complicated with a lot more data but that's the basic concept. It ends up with rows of data and the last cell in each row needs to be split.
Code:
Joe Blow Dog
Jane Dow Cat|Dog|Mouse
John Smith Cat
It's easy enough to use the Text to Column feature to split that cell but they want a new row for each new entry in that cell and that's where a macro is needed so they end up with something like this.
Code:
Joe Blow Dog
Jane Dow Cat
Jane Dow Dog
Jane Dow Mouse
John Smith Cat
I certainly don't mind having them use the Text to Column before running the macro but it's just not an option for me to do this outside of Excel.
Any ideas to help this lost newbie?