Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Change row and column when copying formula

I want to fill down a formula where the row and column both incriment by one:

=CONCATENATE(FK6,G6,GQ6)
=CONCATENATE(FL7,H7,GR7)

How can I do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Change row and column when copying formula

tested and works

=INDIRECT("R"&ROW()&"C"&199+ROW()-6,0)&INDIRECT("R"&ROW()&"C"&7+ROW()-6,0)&INDIRECT("R"&ROW()&"C"&167+ROW()-6,0)

This is assuming that the first equation is put on row 6... and copied
down....

--
Wag more, bark less


"benjampm" wrote:

I want to fill down a formula where the row and column both incriment by one:

=CONCATENATE(FK6,G6,GQ6)
=CONCATENATE(FL7,H7,GR7)

How can I do this?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Change row and column when copying formula

The 199 should be in the third indirect and the 167 should be in the first
indirect. Sorry about that....
--
Wag more, bark less


"Brad" wrote:

tested and works

=INDIRECT("R"&ROW()&"C"&199+ROW()-6,0)&INDIRECT("R"&ROW()&"C"&7+ROW()-6,0)&INDIRECT("R"&ROW()&"C"&167+ROW()-6,0)

This is assuming that the first equation is put on row 6... and copied
down....

--
Wag more, bark less


"benjampm" wrote:

I want to fill down a formula where the row and column both incriment by one:

=CONCATENATE(FK6,G6,GQ6)
=CONCATENATE(FL7,H7,GR7)

How can I do this?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Change row and column when copying formula

Another option, place this in any starting cell, say in B3:
=OFFSET(FK6,,ROWS($1:1)-1)&OFFSET(G6,,ROWS($1:1)-1)&OFFSET(GQ6,,ROWS($1:1)-1)
Copy B3 down
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:16,000 Files:354 Subscribers:53
xdemechanik
---
"benjampm" wrote:
I want to fill down a formula where the row and column both incriment by one:

=CONCATENATE(FK6,G6,GQ6)
=CONCATENATE(FL7,H7,GR7)

How can I do this?

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
Excel 2003 -- Copying a formula to Paste Special into column cell FlorencePS Excel Discussion (Misc queries) 2 August 2nd 07 10:38 PM
Change Month formula from column to column Jana Excel Discussion (Misc queries) 3 July 5th 07 03:10 PM
Copying a formula to column using a value from a particular cell effnbee Excel Discussion (Misc queries) 2 February 20th 07 10:18 AM
Same formula in each cell of column; insert rows w/o copying down tgdavis Excel Discussion (Misc queries) 3 September 14th 05 09:32 PM
Copying a Formula into Every other Cell In a Column carl Excel Worksheet Functions 1 June 30th 05 06:44 PM


All times are GMT +1. The time now is 03:24 PM.

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

About Us

"It's about Microsoft Excel"