Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Autofill based on a cell reference


Is there a way to only fill equations in a specified number of rows? I
have many columns of equations that analyze anywhere from 5 data points
to several thousand depending on the user's desire for the current
report. While the wait time isn't extremely long, it is longer than I
prefer. Is there any way that I can have the user type in the number of
data points it wants to look at and fill the equations down that number
of rows? Removing the equations that are not needed for the specific
data analysis significantly speeds up the calculations, but I don't
want to have to have someone do drag the cells down manually anytime
the analysis is changed (especially because some people using the sheet
might not understand or know how to do that).


--
redstang423
------------------------------------------------------------------------
redstang423's Profile: http://www.excelforum.com/member.php...o&userid=37333
View this thread: http://www.excelforum.com/showthread...hreadid=570722

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Autofill based on a cell reference

Sub Auto_Fill()
Dim lrow As Long
With ActiveSheet
lrow = InputBox("enter a number")
Range("C1:C" & lrow).FillDown
End With
End Sub

Assumes a formula in C1


Gord Dibben MS Excel MVP

On Fri, 11 Aug 2006 08:30:32 -0400, redstang423
wrote:


Is there a way to only fill equations in a specified number of rows? I
have many columns of equations that analyze anywhere from 5 data points
to several thousand depending on the user's desire for the current
report. While the wait time isn't extremely long, it is longer than I
prefer. Is there any way that I can have the user type in the number of
data points it wants to look at and fill the equations down that number
of rows? Removing the equations that are not needed for the specific
data analysis significantly speeds up the calculations, but I don't
want to have to have someone do drag the cells down manually anytime
the analysis is changed (especially because some people using the sheet
might not understand or know how to do that).


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
Maintaining cell reference after sorting GRITS Excel Discussion (Misc queries) 2 April 30th 23 07:42 PM
Urgent date/scheduling calc needed jct Excel Worksheet Functions 3 February 24th 06 01:36 AM
How do I set a cell value based on a formula in another cell? dingy101 Excel Discussion (Misc queries) 1 November 21st 05 08:51 AM
how do I format a cell reference to move as source changes KGray Excel Worksheet Functions 1 August 13th 05 12:41 AM
More- AutoFill with Non-Seqeuntial Cell References ? [email protected] Excel Worksheet Functions 4 June 23rd 05 02:42 AM


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