![]() |
#1
|
|||
|
|||
![]()
i have a spreadsheet with a list of numbers i need the numbers split in the middle and make 2 columns in the same spreadsheet...
is there an different way other than copy past and cut? |
#2
|
|||
|
|||
![]()
If you have the numbers in Column A, put this formula in the same row in Column B
=LEFT(C3,LEN(C3)/2) and this formula in the same row in Column C =RIGHT(C3, LEN(C3)-LEN(D3)) If you have an odd amount of numbers, it'll give you a rounddown in Column B and a roundup in Column C. Last edited by jolivanes; 04-24-2014 at 10:24 PM. Reason: delete apostrophe |
#3
|
||||
|
||||
![]()
IF all strings have the same length, select the columne, got to the Data ribbon - Text to columns - Fixed width - Next -Place break line where needed - Finish
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
konopca | Word VBA | 5 | 02-20-2014 02:34 PM |
Why cant I just copy/paste new flippin rows into a flippin table? | jethrouk | Word | 8 | 11-17-2013 06:09 PM |
![]() |
quickwin | Word | 3 | 07-09-2013 10:20 PM |
Losing rows when pasting split cells | Gitley | Word Tables | 1 | 01-15-2013 07:49 AM |
How to auto-split a table at FULL rows? | pstein | Word | 5 | 03-27-2012 02:48 PM |