macro

  • Thread starter Thread starter china
  • Start date Start date
C

china

Please help!

I have rec for example

column a
123

546

789

444

I need a macro that will result : the space below of each
number must contain the same value ahead of it.

column a
123
123
546
546
789
789
444
444

Any help is greatly appreciated.
Thank you!
 
Are you doing this repeatedly (then you'll need want a macro) otherwise,
first selects the range with the numbers
then press f5(goto), click special, and select blank
then enter "=" and press your arrow up key,
then press Ctrl+enter.
Each of the blank cells will show what's above.

You could record a macro, do the above, and then edit the macro based on
your need to accommodate differing ranges.

Good luck,
Bert
 

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