In PQ how can you shift a column down by 1 cell/row?

Monsignor

Board Regular
Joined
May 30, 2011
Messages
162
In this image everything is off by 1 row; e.g., Tokyo should be matched with Japan, not Brazil.

In Power Query, what are some ways to get these lined up? It's fine to get rid of CITY in A1 if that would make the solution easier.



cityshift.png
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
One way:
Create two tables; one table for Col.A and one table for Col.B
Add an Index column in each table, then do a Merge with the Index Column as a the key
//Ola


...unless it's possible to manual cut/paste one of the columns in Excel.
 
Upvote 0
Really nice way of thinking that through.

I was able to create a query "From Table." Then I duplicated the query.
In each query I deleted a column and added an index column.
Then if was easy to merge the queries perfectly.

Thanks for the suggestion, Ola!
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,930
Members
449,479
Latest member
nana abanyin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top