Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Auto Fill formula from a column to row

Need to autofill cells in a column which is linked to a row (i.e. =C74) that
has formulas. Figures need to be transposed from the column to a row but
still be linked to the source row. Tried paste special with transpose &
formulas selected - but going from verticle to horizontal the result comes
back 0. Any suggestions please.

Working in Excel 2007.
--
With thanks
Margy
Pinetown, South Africa
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,805
Default Auto Fill formula from a column to row

If you want values in row 74 from Col C onwards in Col A starting at Row 75
then enter this in A75 and copy down;
=INDIRECT("R74C"&(ROW()-72),FALSE)

If you want to start at A1 then enter this in A1
=INDIRECT("R74C"&(ROW()+2),FALSE)

Basically whereevery you start ROW()+n should give you 74..

To transpose Col to Row use a formula like
=INDIRECT("A"&(COLUMN()))
--
Always provide your feedback so that others know whether the solution worked
or problem still persists ...


"Margy" wrote:

Need to autofill cells in a column which is linked to a row (i.e. =C74) that
has formulas. Figures need to be transposed from the column to a row but
still be linked to the source row. Tried paste special with transpose &
formulas selected - but going from verticle to horizontal the result comes
back 0. Any suggestions please.

Working in Excel 2007.
--
With thanks
Margy
Pinetown, South Africa

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
How to auto fill cells in column Carmen Bauer Excel Discussion (Misc queries) 1 August 1st 08 10:25 PM
How to auto fill with fifth cell in a column? Asghar Gill Excel Worksheet Functions 4 June 4th 07 05:11 PM
can I auto fill zip code column when city is typed Elsie C. Excel Worksheet Functions 1 September 28th 06 08:40 PM
Auto Fill, Every other column MABeatty Excel Discussion (Misc queries) 5 May 31st 06 03:29 PM
How do I get auto fill to do decending numbers in a column? oesqueen Excel Discussion (Misc queries) 2 January 26th 05 02:55 PM


All times are GMT +1. The time now is 10:25 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"