Shift cell data to new column based on formula?

TA90

New Member
Joined
Oct 1, 2021
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi

I'm looking for a formula that will move data across columns left or right based on a formula. Reason for it needing to be a formula rather than copy and paste is that this is likely to change often. Example:

Cell A1 = 2 (hard coded number which can change)

Data from columns B1:B10 required to move 1 row down and 2 columns across to B3:B13

Is there a way to do this please?

Thank you!
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
A formula can only display the result of a calculation in its own cell, it can not make changes to data in other cells. That would require vba.

If B1:B10 already contains formulas then it might be possible to do what you want with them. Without seeing those formulas (if they exist) and the layout of the sheet there is no way of saying whether or not it would definitely work.
 
Upvote 0

Forum statistics

Threads
1,216,136
Messages
6,129,084
Members
449,485
Latest member
greggy

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