move data from multiple cells in one row to another

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a large file and would like a function that would, in effect, be
something like IF B2 is empty then move the data E2:L2 to E1:L1
the formula would be copied throughout the length of column D.

is this possible?
 
Formulas can only return values.

They cannot "move" data.

You would need VBA code to achieve the actual "moving".


Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top