+ Reply to Thread
Results 1 to 8 of 8

Highlight Rows if Values(dates) in one cell is greater than values(dates) in another Cell

  1. #1
    Registered User
    Join Date
    07-09-2014
    Location
    Manchester, CT
    MS-Off Ver
    2003
    Posts
    3

    Exclamation Highlight Rows if Values(dates) in one cell is greater than values(dates) in another Cell

    Hello,
    I want to highlight rows if the dates in one cell is greater than dates in another cell..
    For example, in the table below.. the items are supposed to get there by the dates in column B but they will be getting there by column D. So I want to highlight the rows(not just cell) if which this is the case. I have hundreds of columns like that and I don't want to spend my day doing it one by one.
    Shoes 8/30/2016 50 8/31/2016
    Flowers 9/1/2016 11 10/31/2016
    Blouse 9/8/2016 5 8/31/2016
    Pants 9/8/2016 3 9/30/2016
    Earrings 9/15/2016 5 12/31/2016
    Rings 9/15/2016 6 12/31/2016

    Thanks!

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,463

    Re: Highlight Rows if Values(dates) in one cell is greater than values(dates) in another C

    What exactly is the row need to be highlighted? it is more clearer with a sample WS with before and after output
    Quang PT

  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,480

    Re: Highlight Rows if Values(dates) in one cell is greater than values(dates) in another C

    Hundreds of columns or hundreds of rows?

  4. #4
    Valued Forum Contributor
    Join Date
    11-22-2014
    Location
    Arizona, USA
    MS-Off Ver
    Office 365
    Posts
    973

    Re: Highlight Rows if Values(dates) in one cell is greater than values(dates) in another C

    Yea slightly confusing but without knowing what you are trying to acheive... When we want ranges to highlight based on evaluation in a specific column your validation formula would look something like this

    =$D1<$B1
    Notice that ONLY the COLUMN is LOCKED in the formula allowing Excel to evaluate each line in the applied area!
    Edited the above to meet your requirements in your last post

    Your applied Range would be
    =$A$1:$D$6
    Notice that everything is locked in the applied Range... The 6 should the last row of the area in which you wish to apply. If your data goes beyond D then it should also change to that column.

    Without knowing more about what you want we cannot offer a direct solution, but this explains how you would get a row to highlight and not just one cell...comes down to what you make "Ab$olute"

    Cheers -
    ELeGault
    Last edited by ELeGault; 08-30-2016 at 12:55 PM.
    -If you think you are done, Start over - ELeGault

  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,480

    Re: Highlight Rows if Values(dates) in one cell is greater than values(dates) in another C

    Possibly, change range as required
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    07-09-2014
    Location
    Manchester, CT
    MS-Off Ver
    2003
    Posts
    3

    Re: Highlight Rows if Values(dates) in one cell is greater than values(dates) in another C

    Before:

    Shoes 8/30/2016 50 8/29/2016
    Flowers 9/1/2016 11 10/31/2016
    Blouse 9/8/2016 5 8/31/2016
    Pants 9/8/2016 3 9/30/2016
    Earrings 9/15/2016 5 12/31/2016
    Rings 9/15/2016 6 12/31/2016


    After:
    Shoes 8/30/2016 50 8/29/2016
    Flowers 9/1/2016 11 10/31/2016
    Blouse 9/8/2016 5 8/31/2016
    Pants 9/8/2016 3 9/30/2016
    Earrings 9/15/2016 5 12/31/2016
    Rings 9/15/2016 6 12/31/2016


    I want to highlight each rows where the item will be shipped late. Dates in Column D are supposed to be earlier than dates in Column B, but if the dates in Column D are past dates in Column B.. I want the whole rows highlighted.

  7. #7
    Valued Forum Contributor
    Join Date
    11-22-2014
    Location
    Arizona, USA
    MS-Off Ver
    Office 365
    Posts
    973

    Re: Highlight Rows if Values(dates) in one cell is greater than values(dates) in another C

    @ConfusedIntern

    Please read both solutions offered as they both will meet this requirement if applied with a slight adjustment.

    Please attempt to put them in to effect and then post the worksheet that is not working so that we can show you where you go wrong.

    It does not make sense for us to create solutions if you are not willing to attempt to apply them -

    Attempt>Share your work (POST THE FILE) and then we will get this resolved for you!

    Cheers

  8. #8
    Registered User
    Join Date
    07-09-2014
    Location
    Manchester, CT
    MS-Off Ver
    2003
    Posts
    3

    Re: Highlight Rows if Values(dates) in one cell is greater than values(dates) in another C

    I will attempt them but I just wanted to answer people's questions first.

+ 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] Help with error #n/a when using dates as cell values
    By navanee in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 07-19-2015, 07:45 AM
  2. Replies: 8
    Last Post: 05-01-2015, 02:07 PM
  3. [SOLVED] VBA help need to highlight the cells based on the dates and insert respective cell values.
    By krjoshi in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 02-24-2014, 11:14 PM
  4. [SOLVED] Sum Values If Greater than or less than given dates
    By aworfolk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-11-2013, 02:01 AM
  5. Delete rows with cell values equal to or greater than current week number
    By Pradeep M B in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-22-2013, 09:39 AM
  6. Replies: 3
    Last Post: 04-03-2013, 02:35 PM
  7. Multiply cell values between 2 dates
    By mttlltt75 in forum Excel General
    Replies: 1
    Last Post: 01-14-2011, 04:14 PM

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