+ Reply to Thread
Results 1 to 4 of 4

Add conditional formatting when new data is entered at bottom of range

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    11-18-2009
    Location
    Winnipeg
    MS-Off Ver
    Excel 2003
    Posts
    203

    Add conditional formatting when new data is entered at bottom of range

    Is there a way to have conditional formatting automatically extend to new rows when data is entered?

    I'm using =MOD(ROW(),2)=1 to colour every other row and it's working great, except when I need to add more data to the bottom of the existing data set. The tutorial I watched said "if you add more data to the list, the conditional formatting is extended to rows beyond" which it is not.

    this is a huge data set that could be used to add data for years to come, so I don't really want to add it to a huge amount of rows right now just in case...is there a way to make this dynamic so it will copy the conditional formatting automatically?

    I've seen this done with other formatting, like borders, font format, etc...without using VBA...hoping there's something I can do here.

    TIA!
    Last edited by kmlloyd; 07-29-2015 at 10:52 AM.

  2. #2
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: Add conditional formatting when new data is entered at bottom of range

    Just make a different rule to check for 'new data' - probably just check to see if a certain cell is blank.

    Like: =(MOD(ROW(),2)=1)*($A1<>"")

    Now, you would need to edit the $A1 part to match whichever row you were actually making the edit on. Then you just extend your conditional formatting for the entire column.


    See attached example.
    Attached Files Attached Files
    Last edited by GeneralDisarray; 07-29-2015 at 10:32 AM.
    Remember, saying thanks only takes a second or two. Click the star icon(*) below the post you liked, to give some Rep if you think an answer deserves it.

    Please,mark your thread [SOLVED] if you received your answer.

  3. #3
    Forum Contributor
    Join Date
    11-18-2009
    Location
    Winnipeg
    MS-Off Ver
    Excel 2003
    Posts
    203

    Re: Add conditional formatting when new data is entered at bottom of range

    Gotcha! That's genius, thanks so much!!!

  4. #4
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: Add conditional formatting when new data is entered at bottom of range

    no problem

+ 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. [SOLVED] If word entered not in defined name range, copy & paste it to bottom of defined name range
    By Butcher1 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 11-09-2014, 01:08 PM
  2. [SOLVED] Conditional Formatting for Top 25% and Bottom 25% Help Non-Contiguous Range
    By Hyperdude in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-20-2014, 02:06 AM
  3. Top Bottom Conditional Formatting
    By Grimc054 in forum Excel - New Users/Basics
    Replies: 19
    Last Post: 10-28-2013, 03:50 AM
  4. [SOLVED] Conditional formatting between top 30% & bottom 30%
    By SChapman in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-28-2013, 03:06 AM
  5. Replies: 2
    Last Post: 02-22-2013, 04:24 PM
  6. Replies: 2
    Last Post: 10-09-2012, 03:57 PM
  7. Replies: 1
    Last Post: 05-06-2010, 12:08 PM

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