+ Reply to Thread
Results 1 to 3 of 3

How to update formula in cloumn automatically?

  1. #1
    Registered User
    Join Date
    05-13-2008
    Posts
    5

    How to update formula in cloumn automatically?

    I have a simple forumal in one column that works. I need to have the formaul update to all rows that are added when I update the data from and external source. Usaually 100 or so rows added each update?

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464
    Hi,

    The usual way would be to have a small VBA macro to do this. The approach I generally use is to ensure there are a few spare rows above the data and keep a copy of the formula in Row 1. Let's say it's in E1. Name the cell E1 'MyFormula', then create a macro as follows:

    Please Login or Register  to view this content.
    This assumes that new records always have a value of some sort in column A.

  3. #3
    Registered User
    Join Date
    05-13-2008
    Posts
    5
    Thanks, worked nicely.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1