Results 1 to 2 of 2

Apply formula to entire column macro

Threaded View

aznprod517 Apply formula to entire... 10-06-2009, 10:29 AM
royUK Re: Formula application 10-06-2009, 10:41 AM
  1. #1
    Registered User
    Join Date
    09-24-2009
    Location
    Middletown, CT
    MS-Off Ver
    Excel 2003
    Posts
    31

    Apply formula to entire column macro

    Hello,

    I'm trying to make a macro that is applied to an active column permanently because people would be making adjustments by inserting additional rows at random locations which would throw off the calulations. The cell is referencing all the cells around it to see if it should execute. Currently it is being put in each cell locally, so row 1 is like:

    =IF(C7="",I6,C7)

    then row two is

    =IF(C8="",I7,C8)
    Last edited by aznprod517; 10-06-2009 at 10:47 AM.

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