#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 24
Default Auto filling formula

Hi
I have lots of formulas to enter following a similar pattern - can I auto
enter them. The pattern is as follows

='All Data'!B6,
=B2+'All Data'!B7
=C3+'All Data'!B8
=D4+'All Data'!B9

Any help much appreciated as I have eight sets of these to do, each with 52
entries!

Many Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Auto filling formula

Try this in Row 1 of any column suppose

J1 ='All Data'!B6

Enter the below formula in J2 and drag down
= INDIRECT(ADDRESS(ROW(),COLUMN()-COLUMN()+ROW()))++'All Data'!B7


If this post helps click Yes
---------------
Jacob Skaria


"Skibee" wrote:

Hi
I have lots of formulas to enter following a similar pattern - can I auto
enter them. The pattern is as follows

='All Data'!B6,
=B2+'All Data'!B7
=C3+'All Data'!B8
=D4+'All Data'!B9

Any help much appreciated as I have eight sets of these to do, each with 52
entries!

Many Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Auto filling formula

Oops, in J2 enter the below formula..If you are not starting from Row1 adjust
the formula by substracting the

=INDIRECT(ADDRESS(ROW(),ROW()))+'All Data'!B7

If this post helps click Yes
---------------
Jacob Skaria


"Skibee" wrote:

Hi
I have lots of formulas to enter following a similar pattern - can I auto
enter them. The pattern is as follows

='All Data'!B6,
=B2+'All Data'!B7
=C3+'All Data'!B8
=D4+'All Data'!B9

Any help much appreciated as I have eight sets of these to do, each with 52
entries!

Many Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Auto filling formula

Just revised the formula to be used in any row...

If first formula is pasted in J10

J10 ='All Data'!B6
Enter the below formula in J11 . Please note that cell J10 is referred in
the formula. Basically you need to refer the first formula cell in the second
formula....and then copy the formula down...

=INDIRECT(ADDRESS(ROW()-(ROW($J$10))+1,ROW()-(ROW($J$10))+1))+'All Data'!B7

If this post helps click Yes
---------------
Jacob Skaria


"Skibee" wrote:

Hi
I have lots of formulas to enter following a similar pattern - can I auto
enter them. The pattern is as follows

='All Data'!B6,
=B2+'All Data'!B7
=C3+'All Data'!B8
=D4+'All Data'!B9

Any help much appreciated as I have eight sets of these to do, each with 52
entries!

Many Thanks

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
Auto Filling ckane Excel Worksheet Functions 1 May 3rd 07 09:48 PM
Auto filling a row phil2006 Excel Discussion (Misc queries) 2 July 31st 06 12:33 PM
auto filling question vincent135 Excel Discussion (Misc queries) 2 June 13th 06 07:51 PM
Auto FILLING/UPDATE Sonnnn New Users to Excel 1 November 3rd 05 09:04 PM
Auto Protecting cells & auto filling date ccarmock Excel Discussion (Misc queries) 7 September 30th 05 09:21 PM


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