+ Reply to Thread
Results 1 to 14 of 14

Process to Highlight Entire Row if one field matches # on a single column of a dif sheet

Hybrid View

  1. #1
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Process to Highlight Entire Row if one field matches # on a single column of a dif sheet

    I have an Excel Book with the columns
    Customer--Meter#--LastReading--Comments and so on.
    That worksheet has a 2nd sheet with just Meter# (of those meters to be worked differently)
    On the first sheet I need to highlight the entire row if the meter # matches any meter # on the 2nd sheet and Insert the text "Retro-Fit" into the comments field.

    Any idea on how to best achieve that?
    Last edited by deeproots79; 07-10-2016 at 09:14 PM.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,313

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    You can use COUNTIF to determine if the number exists in the second sheet. So you can use that in the Comments columns and also in Conditional Formatting.

    Suggest you post a sample workbook.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    I will give that a try.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,313

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    See the attached sample workbook. Note there is a Named Range to refer to Column A on Sheet 2
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    excel1image.png

    I can't get it to highlight. Please take a look at the formula I am using.

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,313

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    My eyesight isn't that good. Please post a workbook, not a picture. Or look at my example.

  7. #7
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    I tried to post the workbook and follow your example. I 'll try a different browser. The popup for inserting a file won't work.

  8. #8
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    WEEK 8 (72) PAPERWORK.xlsx
    Did this upload?

  9. #9
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,313

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    Try this ... I cleared the cell fill colour (and changed the formula to use a Named Range)
    Attached Files Attached Files

  10. #10
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    Looks Great. Thanks. I should just be able to copy it going forward.

  11. #11
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,313

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    You're welcome.


    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

  12. #12
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    I need to add 1 more rule to highlight a Second group a different color.
    I attached the spreadsheet and you will that I modified the criteria in the comments box to insert some other text if another event existed.
    Basically it checks the SERVICE ADDRESS for the text "*SPLK*" which indicates a Sprinkler meter.
    I need to highlight those rows orange.
    What would the formula in the conditional formatting be for this case?WEEK 8 (72) PAPERWORK.xlsx

  13. #13
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    Wrong File. I modified the one you gave me!WEEK 8 (72) PAPERWORK TMS.xlsx

  14. #14
    Registered User
    Join Date
    06-03-2016
    Location
    Mississippi, US
    MS-Off Ver
    2016
    Posts
    22

    Re: Process to Highlight Entire Row if one field matches # on a single column of a dif she

    I figured it out copying what you did with the other formula.

+ 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] I am wanting to highlight a row if it matches another row in the sheet
    By savage16 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-30-2014, 10:25 PM
  2. Replies: 3
    Last Post: 03-04-2014, 01:00 PM
  3. [SOLVED] how to highlight the entire column in a sheet
    By catchnanan in forum Excel General
    Replies: 10
    Last Post: 07-10-2013, 03:08 PM
  4. Highlight column matches
    By joeyga in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-03-2013, 11:11 PM
  5. Macro to removed entire row on Sheet A if a text matches a condition on Sheet B
    By andy@2ggroup.ca in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-03-2012, 04:22 PM
  6. Replies: 4
    Last Post: 08-23-2012, 05:26 AM
  7. highlight entire row base on a single cell value
    By martinez_pedro in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-12-2010, 10:13 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