PC Review


Reply
Thread Tools Rate Thread

Autofill Formulas

 
 
Mike Archer
Guest
Posts: n/a
 
      16th Mar 2010
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
 
Reply With Quote
 
 
 
 
Gord Dibben
Guest
Posts: n/a
 
      16th Mar 2010
=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
<(E-Mail Removed)> 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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autofill macro formulas =?Utf-8?B?TGVvbmE=?= Microsoft Excel Worksheet Functions 0 6th Jul 2007 04:54 PM
AutoFill w/formulas =?Utf-8?B?SmFtZXNFbHRpbmc=?= Microsoft Excel Worksheet Functions 1 2nd Sep 2005 05:38 PM
Autofill formulas b/t various worksheets lbenson Microsoft Excel Worksheet Functions 1 17th Sep 2003 11:23 AM
recognising patterns in formulas - autofill Jo Wood Microsoft Excel Misc 2 17th Jul 2003 12:47 AM
getting autofill to recognise pattern in formulas Jo Wood Microsoft Excel Misc 1 17th Jul 2003 12:41 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:11 AM.