office 2007 - Moving all data from one row to the following row in excel sheet -


is possible move data 1 row following row in excel sheet?

enter image description here]

i want sort data in following excel sheet , move data after marking following cell.

is there way or technique or tool so? please help.

without seeing pattern can use mid() or such combination extract, suggestion use "text columns":

1) select range of data want convert.

2) on data tab, in data tools group, click text columns.

3) in step 1 of convert text columns wizard, click delimited, , click next.

4) in step 2, select space check box, , clear other check boxes under delimiters.

the data preview box shows first , last names in 2 separate columns:

5) click next. ... etc (see link more).

you use space delimiter, should pretty far. of course, if there's pattern all cells follow, know which spaces separate at, please let know , can more tailor-made.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -