I currently have this data in a sheet:
Col A   Col B
105     399, 400
207     405,406,407
and want to split the comma-separated entries in the second column and insert them in new rows as below:
Col A   Col B
105     399
        400
207     405
        406
        407  
without resorting to VBA.
Is this possible?
 
     
    