Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 97
Default Automatically copy formulas/functions to inserted rows.

In column A-P I have a list of guests (w/info) who will be coming to tour our
property in a given week. The list changes every week, and often changes
from day to day. Next to the list I have a series of conditional formulas
that automatically sum how many guests we will have on any given day and
time. The list changes throughout the week. When we have to insert a new
guest, is there a way for the formulas to automatically drop down/copy to the
inserted row? I have the formulas hidden, and would prefer to be the only
person with access to them, but am often too busy to be copying formulas
daily. On the other hand, the most updated info needs to be given to our
sales and marketing teams. Please help...

Thanks!


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Automatically copy formulas/functions to inserted rows.

I'm pretty sure that MVP David McRitchie has some VBA code to do this.

Here's a link to his site (it's kind of hard to find things there):

http://www.mvps.org/dmcritchie/excel/excel.htm

Have a look around!

Biff

"Barbara" wrote in message
...
In column A-P I have a list of guests (w/info) who will be coming to tour
our
property in a given week. The list changes every week, and often changes
from day to day. Next to the list I have a series of conditional
formulas
that automatically sum how many guests we will have on any given day and
time. The list changes throughout the week. When we have to insert a new
guest, is there a way for the formulas to automatically drop down/copy to
the
inserted row? I have the formulas hidden, and would prefer to be the only
person with access to them, but am often too busy to be copying formulas
daily. On the other hand, the most updated info needs to be given to our
sales and marketing teams. Please help...

Thanks!




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 97
Default Automatically copy formulas/functions to inserted rows.

Thanks again. Will do... : )

"T. Valko" wrote:

I'm pretty sure that MVP David McRitchie has some VBA code to do this.

Here's a link to his site (it's kind of hard to find things there):

http://www.mvps.org/dmcritchie/excel/excel.htm

Have a look around!

Biff

"Barbara" wrote in message
...
In column A-P I have a list of guests (w/info) who will be coming to tour
our
property in a given week. The list changes every week, and often changes
from day to day. Next to the list I have a series of conditional
formulas
that automatically sum how many guests we will have on any given day and
time. The list changes throughout the week. When we have to insert a new
guest, is there a way for the formulas to automatically drop down/copy to
the
inserted row? I have the formulas hidden, and would prefer to be the only
person with access to them, but am often too busy to be copying formulas
daily. On the other hand, the most updated info needs to be given to our
sales and marketing teams. Please help...

Thanks!





  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Automatically copy formulas/functions to inserted rows.

Hi Barbara -

I'm dying to be able to do the same thing. I frequently add several rows at
a time, say twenty, to a worksheet that has formulas in just about each cell
going across the row. It would be nice to be able to "insert with formula
from above".

I looked at the David McRitchie site, and couldn't find a lead on it.

I did however, do a search through commands, and found the fill down command
that can be added to your tool bar. Select a row with formulas, and also
select the row(s) directly below it and hit the down button and whatever is
in the first row gets copied down. The key command on mac is control + D.
This does make it much easier than dragging the fill handle.

If anyone has a solution to 'insert and copy down', it would be valuable.

Best to you,
Stuart

"Barbara" wrote:

In column A-P I have a list of guests (w/info) who will be coming to tour our
property in a given week. The list changes every week, and often changes
from day to day. Next to the list I have a series of conditional formulas
that automatically sum how many guests we will have on any given day and
time. The list changes throughout the week. When we have to insert a new
guest, is there a way for the formulas to automatically drop down/copy to the
inserted row? I have the formulas hidden, and would prefer to be the only
person with access to them, but am often too busy to be copying formulas
daily. On the other hand, the most updated info needs to be given to our
sales and marketing teams. Please help...

Thanks!


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Automatically copy formulas/functions to inserted rows.

David's InsertRow code can be found here.

http://www.mvps.org/dmcritchie/excel/insrtrow.htm


Gord Dibben MS Excel MVP

On Thu, 1 Feb 2007 16:18:00 -0800, rat89
wrote:

Hi Barbara -

I'm dying to be able to do the same thing. I frequently add several rows at
a time, say twenty, to a worksheet that has formulas in just about each cell
going across the row. It would be nice to be able to "insert with formula
from above".

I looked at the David McRitchie site, and couldn't find a lead on it.

I did however, do a search through commands, and found the fill down command
that can be added to your tool bar. Select a row with formulas, and also
select the row(s) directly below it and hit the down button and whatever is
in the first row gets copied down. The key command on mac is control + D.
This does make it much easier than dragging the fill handle.

If anyone has a solution to 'insert and copy down', it would be valuable.

Best to you,
Stuart

"Barbara" wrote:

In column A-P I have a list of guests (w/info) who will be coming to tour our
property in a given week. The list changes every week, and often changes
from day to day. Next to the list I have a series of conditional formulas
that automatically sum how many guests we will have on any given day and
time. The list changes throughout the week. When we have to insert a new
guest, is there a way for the formulas to automatically drop down/copy to the
inserted row? I have the formulas hidden, and would prefer to be the only
person with access to them, but am often too busy to be copying formulas
daily. On the other hand, the most updated info needs to be given to our
sales and marketing teams. Please help...

Thanks!





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Automatically copy formulas/functions to inserted rows.

thanks for the direct link, Gord - I will check it out.

"Gord Dibben" wrote:

David's InsertRow code can be found here.

http://www.mvps.org/dmcritchie/excel/insrtrow.htm


Gord Dibben MS Excel MVP


  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 97
Default Automatically copy formulas/functions to inserted rows.

Thank you both for your input. : ) I did find the code on David's website.
I've never worked with code before, but it seems pretty straight forward, and
I've always liked to learn how to do new things.

Barbara

"rat89" wrote:

thanks for the direct link, Gord - I will check it out.

"Gord Dibben" wrote:

David's InsertRow code can be found here.

http://www.mvps.org/dmcritchie/excel/insrtrow.htm


Gord Dibben MS Excel MVP


  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Automatically copy formulas/functions to inserted rows.


Thanks for the feedback.

Good luck.

Gord

On Fri, 2 Feb 2007 15:01:01 -0800, Barbara
wrote:

Thank you both for your input. : ) I did find the code on David's website.
I've never worked with code before, but it seems pretty straight forward, and
I've always liked to learn how to do new things.

Barbara

"rat89" wrote:

thanks for the direct link, Gord - I will check it out.

"Gord Dibben" wrote:

David's InsertRow code can be found here.

http://www.mvps.org/dmcritchie/excel/insrtrow.htm


Gord Dibben MS Excel MVP



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
COUNTIF in between rows Vasilis Tergen Excel Worksheet Functions 20 January 13th 07 10:22 PM
Copy while skipping Rows Will Excel Discussion (Misc queries) 3 December 15th 06 05:25 AM
Weird formatting on inserted rows Bahookie Excel Discussion (Misc queries) 1 November 14th 06 01:41 PM
Copy Rows to another Sheet Automatically Tim & Holly Excel Worksheet Functions 2 March 7th 06 12:53 PM
copy exact values from RangeA to Range B which has extra rows guptasa@gossami .com Excel Discussion (Misc queries) 1 May 16th 05 09:21 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"