Microsoft Excel - unmerge the cells without lossing dat

Asked By anu anu on 01-Oct-13 03:23 AM
hi,

i hve some data in excel sheet like

1 Abc Apple Mango 152
2 xyz 1563


and i want this above data like

1 usha Apple Mango 152
2 deepak Apple Mango 1563

thanks

anu
Robbe Morris replied to anu anu on 01-Oct-13 07:56 AM
when you merged the cells, you lost the original data.  You can't just magically get it back.  Now, if simply want to copy the values, you can use the Excel Macro Recorder to manually perform the task once and look at the code the macro recorder generated for you and tweak it as needed.
M. Sullivan replied to anu anu on 03-Oct-13 11:00 AM
An easy workaround: Select and copy Excel cells, then paste into Word. Cells will paste as a table in which you can draw/create the cells needed. Make any edits and then copy and paste table back into Excel. Your worksheet should now reflect the new cells.