+ Reply to Thread
Results 1 to 3 of 3

Need to update formula after inserting rows

  1. #1
    Forum Contributor
    Join Date
    12-08-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2010
    Posts
    117

    Need to update formula after inserting rows

    Hi everyone
    I have some formula's that look at a range of rows
    Please Login or Register  to view this content.
    The trouble is I insert rows to add new data to my sheet, this then changes the formula. $A$9 then becomes $A$10, I don't want this. I want the start of the formula to stay the same. How do I do this?

    Cheers Dave

  2. #2
    Valued Forum Contributor
    Join Date
    07-04-2012
    Location
    Cape Town, RSA
    MS-Off Ver
    Office 365 ProPlus
    Posts
    1,050

    Re: Need to update formula after inserting rows

    This should work...
    =COUNTIF(INDIRECT("$A$" & 9 & ":$A$214"),H22)
    Regards,
    Rudi

  3. #3
    Valued Forum Contributor
    Join Date
    07-04-2012
    Location
    Cape Town, RSA
    MS-Off Ver
    Office 365 ProPlus
    Posts
    1,050

    Re: Need to update formula after inserting rows

    If you need the bottom to be relative, you could modify it to something like this...

    =COUNTIF(INDIRECT("$A$" & 2 & ":$A$" & COUNT(A:A)),H22)

  4. #4
    Forum Contributor
    Join Date
    12-08-2013
    Location
    Perth, Australia
    MS-Off Ver
    Excel 2010
    Posts
    117

    Re: Need to update formula after inserting rows

    Thanks for that. Just what I needed.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Update reference cell after inserting new rows
    By kennethkoky in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-06-2012, 04:47 PM
  2. Inserting Rows, formula update
    By SalamanderSam14 in forum Excel General
    Replies: 3
    Last Post: 01-05-2012, 12:45 PM
  3. Inserting rows formulas dont update
    By anicka in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-16-2010, 05:27 AM
  4. update formula chain when inserting rows
    By rjmills18 in forum Excel General
    Replies: 4
    Last Post: 08-27-2008, 08:32 AM
  5. [SOLVED] Automatically update links in Excel 2003 after inserting rows in .
    By Peturpin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-09-2006, 11:55 AM

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