+ Reply to Thread
Results 1 to 3 of 3

Excel 2010: Highlight Cells in Column with Exact Condition...

  1. #1
    Registered User
    Join Date
    01-17-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    3

    Excel 2010: Highlight Cells in Column with Exact Condition...

    Hi all.

    I have a spreadsheet with a column that contains different ID's mixed in with other general text. The one constant is that all the ID's start with either a capital "E" or capital "P". Is there a way to return a true/false or even just "highlight" cells that meet that criteria? Example of what is in a cell below. Thanks in advance!

    Example 1: E9BB15248000 // Speck 20
    Example 2: Exclude one EI316V1J548 // Stack Pricing

    In some cases the ID is at the beggining, sometimes in the middle of the cell text and others at the end which is why I'm hoping to find a way to mark out those that simply contain a capital E or P. Thanks again!

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Excel 2010: Highlight Cells in Column with Exact Condition...

    Finding the Capital E is easy. =ISNUMBER(FIND("E",A1)) returns True or False
    However, let's say the your second example was
    Exclude one RI316V1J548 // Stack Pricing
    You'd still get "True" Because of the E in Exclude. :-/
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    01-17-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel 2010: Highlight Cells in Column with Exact Condition...

    Ah I see whqt your saying. Appreciate the response! This is still better than anything else so thanks again!

+ 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