I want to select a row and insert a copy later in the worksheet

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

Guest

Please is there an easier way of copying a row with formulae containing
relative rows and insert the row elsewhere in the document
 
Easier as opposed to what, what's wrong with copy and paste?
If you want to get the same cell references don't use relative references,
use absolute or do an edit > replace, replace the equal sign with something
like ^^ or $$$$$,
copy the row, paste it somewhere else, then reverse the edit>replace and
replace ^^ with =
 
I do want relative addressing as the copied row is a formula template - now I
am doing the selectrow copy selectrow insert about 100 times per session.....
--
Thanks
Dennis


Peo Sjoblom said:
Easier as opposed to what, what's wrong with copy and paste?
If you want to get the same cell references don't use relative references,
use absolute or do an edit > replace, replace the equal sign with something
like ^^ or $$$$$,
copy the row, paste it somewhere else, then reverse the edit>replace and
replace ^^ with =
 
Post one of your formulas with cell-referencing you want to remain "relative"
and from where will you copy it and to where?


Gord Dibben MS 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