Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Nicole L.
 
Posts: n/a
Default Pasting columns but want the formulas to go up in increments of 1

I need to know how to copy numerous columns so I can paste them at the end,
(basically just expanding the worksheet to include more data) but I want the
formula in each cell for each subsequent column (in one row) to just go up by
1 each time.

For example if a cell's formula is C1+1, then the next cell is C1+2, then
the next cell is C1+3... How do I get that to continue when I paste in the
whole columns containing the C1+1, the C1+2, and the C1+3 cells in a row?...
+4, +5, and so on?

It's gotta be so simple that I just can't figure it out.
  #2   Report Post  
Dave R.
 
Posts: n/a
Default

You can refer to the ROW in the formula with the ROW function that returns
the row number, e.g.

=C1+Row(C1)
copied down would be
=C2+Row(C2)
=C3+Row(C3)

and so on.

"Nicole L." wrote in message
...
I need to know how to copy numerous columns so I can paste them at the

end,
(basically just expanding the worksheet to include more data) but I want

the
formula in each cell for each subsequent column (in one row) to just go up

by
1 each time.

For example if a cell's formula is C1+1, then the next cell is C1+2, then
the next cell is C1+3... How do I get that to continue when I paste in the
whole columns containing the C1+1, the C1+2, and the C1+3 cells in a

row?...
+4, +5, and so on?

It's gotta be so simple that I just can't figure it out.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving columns with VLOOKUP formulas Brad Excel Worksheet Functions 3 January 12th 05 03:12 AM
Pasting formulas problem HHTV Rich Excel Discussion (Misc queries) 3 January 7th 05 12:15 PM
Formulas Against Columns Gary Excel Discussion (Misc queries) 3 December 20th 04 07:13 PM
formulas against columns not cells Gary Excel Worksheet Functions 1 December 20th 04 06:04 PM
pasting formulas into a selection Frank Kabel Excel Worksheet Functions 3 October 30th 04 06:07 AM


All times are GMT +1. The time now is 07:21 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"