+ Reply to Thread
Results 1 to 4 of 4

High Lighting Cells Depending on Text inserted.

Hybrid View

  1. #1
    Registered User
    Join Date
    09-20-2012
    Location
    Western Australia, Australia
    MS-Off Ver
    Excel 2003
    Posts
    44

    Lightbulb High Lighting Cells Depending on Text inserted.

    Hi Everyone

    Basically what I would like to happen on my spreadsheet, is that I have a list of 12 people in Column H (H21 to H32) when you enter a name into column D, i want the cell to turn green if it matches a name on that list (H21 to H32), and red if the name does not appear on the list.Reward Scratchies Tracking Spreadsheet Example.xls

    I beleive that this can be done through conditional formatting but just not 100% sure on the formula. I have attached a spreadsheet if needed.



    Any Help would be appreaciated.

    Thanks

    Rhiannon

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: High Lighting Cells Depending on Text inserted.

    Place the cursor in C2 cell and extend the selection below and Press Alt+O+D>>Formula Is

    Use This Formula to Mark It as Green
    Formula: copy to clipboard
    =COUNTIF($H$21:$I$32,$C2)


    Click Add Condition
    Use This Formula to Mark It as Red
    Formula: copy to clipboard
    =AND(TRIM($C2)<>"",COUNTIF($H$21:$I$32,$C2)=0)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    09-20-2012
    Location
    Western Australia, Australia
    MS-Off Ver
    Excel 2003
    Posts
    44

    Re: High Lighting Cells Depending on Text inserted.

    Thank-you that worked perfectly

  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: High Lighting Cells Depending on Text inserted.

    Glad it helps you and thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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