• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Split data between 2 cell from 1 cell

Uzzal

Member
Hi I've got data in i cell as 110862140088150 100862140430020
Now I need to separate it in two different cells as 110862140088150 & 100862140430020
How to that ?
 
Hi Uzzal ,

When you do a Text to Columns , as suggested by Misra , select the Data Format for each column as Text before clicking on Finish ; this ensures that the data is displayed correctly.

Narayan
 
Hi Naryank,
Nice suggestion , but i have a concern . suppose if we have to numbers like in cell A1 1108621811and in cell A2 1008621 . I want to multiply both numbers in Cell A3 . Correct output is 1118179239632631 if i use calculator , if i do it with excel i get incorrect output :1118179239632630. so is there any way of getting correct output using vba code or excel formula.

Thanks in advance
 
Back
Top