+ Reply to Thread
Results 1 to 5 of 5

highlight if the date match

  1. #1
    Forum Contributor
    Join Date
    07-20-2009
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    203

    highlight if the date match

    is there any way that i can match the date in a data and apply a color if match?

    sample:


    column a2: 11/5/09 $15.00

    column b2: 11/5/09 house $15.00 -> then the column B2 must be filled with color because they have the same date with the column a2.

    Thanks.
    Last edited by darkhangelsk; 01-07-2010 at 10:58 PM.

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

    Re: highlight if the date match

    There are many thread in this forum on Conditional Formatting

  3. #3
    Forum Contributor
    Join Date
    07-20-2009
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    203

    Re: highlight if the date match

    I attached a sample to make it more understandable

    Thanks..
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: highlight if the date match

    Select the column C range and then invoke conditional formatting through Home|Conditional Formatting|New Rule

    Select Use a formula to determine which cells to format and enter formula:

    =SUMPRODUCT(1*(ISNUMBER((SEARCH(LEFT(C1,FIND(" ",C1)-1),$A$1:$A$3)))))

    change $A$1:$A$3 to suit your lookup range...

    Then click Format and choose color pattern.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  5. #5
    Forum Contributor
    Join Date
    07-20-2009
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    203

    Re: highlight if the date match

    Thanks NBVC! you got it perfectly!

+ Reply to Thread

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