Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 52
Default Autofill Formulas

Hello. I have a workbook with 31 sheets of data. Each sheet is a form with
a record of data. I would like extract the data into a list. For example,
range A5 is the same field on each sheet, so I want to autofill a formula
reference the same cell on different sheets. I suspect I need a macro for
this, but wanted to make sure first. Can you autofill like this
=Sheet1!$A$5, =Sheet2!$A$5, =Sheet3!$A$5?

--
Thanks,
Mike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Autofill Formulas

=INDIRECT("Sheet" & (ROW()) & "!A5")

Entered in A1 of new sheet.

Copy down to A31............will increment the Sheet number but not the
cellref.


Gord Dibben MS Excel MVP


On Tue, 16 Mar 2010 13:10:08 -0700, Mike Archer
wrote:

Hello. I have a workbook with 31 sheets of data. Each sheet is a form with
a record of data. I would like extract the data into a list. For example,
range A5 is the same field on each sheet, so I want to autofill a formula
reference the same cell on different sheets. I suspect I need a macro for
this, but wanted to make sure first. Can you autofill like this
=Sheet1!$A$5, =Sheet2!$A$5, =Sheet3!$A$5?


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
Autofill column values in formulas NOV Michael S Excel Discussion (Misc queries) 4 October 9th 09 05:50 PM
Autofill macro formulas Leona Excel Worksheet Functions 0 July 6th 07 04:54 PM
Formulas autofill ok but continues to carry tot from 1st column?? ET Excel Worksheet Functions 3 July 27th 06 03:56 PM
AutoFill w/formulas JamesElting Excel Worksheet Functions 1 September 2nd 05 05:38 PM
Autofill the formulas and supress the messages Robert Hargreaves Excel Programming 1 June 1st 05 12:12 AM


All times are GMT +1. The time now is 02:32 AM.

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"