Hi Everyone,
I've got the following text in one cell:
BA DD,Unix Admin[38%],DBA[40%],Network Data[8%],ITQM[26%],Integrator,Wintel Admin[38%],BA GTS[38%],EUT Tech[38%]
Using Excel VBA, what I want to do is split this out into different rows, such as this:
BA DD
Unix Admin[38%]
DBA[40%]
Network Data[8%]
etc...
Once I get this far, I'll tackle the best way to get the numbers separated into two adjacent cells (i.e. Unix Admin in column A with 38 a numeric value in column B)
Thanks for any and all ideas!
Barrett
I've got the following text in one cell:
BA DD,Unix Admin[38%],DBA[40%],Network Data[8%],ITQM[26%],Integrator,Wintel Admin[38%],BA GTS[38%],EUT Tech[38%]
Using Excel VBA, what I want to do is split this out into different rows, such as this:
BA DD
Unix Admin[38%]
DBA[40%]
Network Data[8%]
etc...
Once I get this far, I'll tackle the best way to get the numbers separated into two adjacent cells (i.e. Unix Admin in column A with 38 a numeric value in column B)
Thanks for any and all ideas!
Barrett