Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
DTTODGG
 
Posts: n/a
Default Repeat Cell Formula w/out copy/paste?

Hi-

I have a formula starting in Row7 and continuing to the end of the
spreadsheet. How can I copy the formula in Row7, copy and paste and have the
formula used in all additional Rows at the bottom of my sheet?

I tried the nifty Ctrl-Space bar, but it takes Rows 1-6 also, they are
header rows and do not get the formula.

I tried a simple copy/paste, which works, but doesn't continue for
additional rows beyond what I specified in the copy.

I do have the Options set to extend list formats and formulas - maybe this
is not a list?

I'm using 2003.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Paul Lautman
 
Posts: n/a
Default Repeat Cell Formula w/out copy/paste?

DTTODGG wrote:
Hi-

I have a formula starting in Row7 and continuing to the end of the
spreadsheet. How can I copy the formula in Row7, copy and paste and
have the formula used in all additional Rows at the bottom of my
sheet?

I tried the nifty Ctrl-Space bar, but it takes Rows 1-6 also, they are
header rows and do not get the formula.

I tried a simple copy/paste, which works, but doesn't continue for
additional rows beyond what I specified in the copy.

I do have the Options set to extend list formats and formulas - maybe
this is not a list?

I'm using 2003.

Thanks in advance.


I have a utility in my PERSONAL.XLS which I have attached to Ctrl-M. This
takes marked cells and copies them down to the bottom of a table.

Sub copy_down_block()
'Ctrl-M
Range(Selection.Cells(1, 1), Selection.Cells(Cells.Find(What:="*",
SearchDirection:=xlPrevious, SearchOrder:=xlByRows).Row - Selection.Row + 1,
Selection.Columns.Count)).FillDown
End Sub


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
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Text in formula bar is not displaying in cell Mike Excel Discussion (Misc queries) 0 August 29th 05 09:47 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
looking for a formula Amanda Excel Worksheet Functions 5 January 5th 05 07:37 AM


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