Results 1 to 9 of 9

Excel 2010 Formula - adding in a new row and experiencing formatting issues

Threaded View

  1. #4
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Excel 2010 Formula - adding in a new row and experiencing formatting issues

    Unfortunately, the auto increment feature does not work in this instance, so you need to implement it within the formula itself, probably something like this:
    Formula: copy to clipboard
    =INDEX(Sheetname!$B$2:$B$228,ROWS($2:$228)-ROWS($2:2)+1)+INDEX(Sheetname!$D$2:$D$228,ROWS($2:$228)-ROWS($2:2)+1)
    (not tested, but the theory is correct)

    Hope this helps

    EDIT -
    And I am glad I could point you in the right way about the Title rules as well
    Last edited by dredwolf; 11-24-2013 at 11:06 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Complex Filter/Sorting Help Needed (VBA knowledge needed)
    By dfxryanjr in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-03-2013, 01:39 PM
  2. Help in VBA needed
    By blairta in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-13-2012, 12:42 AM
  3. Conditional formatting needed for shape colour - is programming needed?
    By Farmboyuk in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-14-2012, 07:27 AM
  4. help needed
    By vxg in forum Excel General
    Replies: 1
    Last Post: 09-04-2010, 01:28 PM
  5. Help needed...
    By Jokacave in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-21-2006, 10:37 AM

Tags for this Thread

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