![]() |
|
#1
|
|||
|
|||
|
Hello...I have a group of cells like this.... column A: row1: coffee row2: cups row3: napkins row4: straws I need to move those cells up one row and to the right one column so that it's like this... column A.............column B row1: coffee.........cups row 2: napkins......straws ...Does somebody know how I can do it? thanks |
|
#2
|
|||
|
|||
|
In C1: =IFERROR(INDEX($A$1:$A$20,2*ROW()-1),"")
In D1: =IFERROR(INDEX($A$1:$A$20,2*ROW()),"") Copy the formulas down. Take a copy of c1:d20. Select cell A1 and paste as values. |
|
#3
|
|||
|
|||
|
xor thanks!
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| move cells automatically | ewso | Excel | 8 | 10-12-2017 03:36 AM |
| macro to move cells | ewso | Excel Programming | 1 | 10-11-2017 12:23 AM |
| any way to move cells automatically | ewso | Excel | 2 | 10-10-2017 09:44 AM |
Linking cells: can sub-cells move with their master-cell when sorting?
|
kw01 | Excel | 1 | 06-30-2015 05:02 PM |
| Copying text range of cells to different cells adds an extra line | jpb103 | Word VBA | 2 | 07-23-2014 12:22 PM |