+ Reply to Thread
Results 1 to 13 of 13

Excel 2003 - Conditional Formatting

  1. #1
    Registered User
    Join Date
    06-18-2008
    Posts
    9

    Excel 2003 - Conditional Formatting

    Hello! I am trying to use conditional formatting to find cells that have the word "managment" in the text. The problem I am having is that the cells may contain a paragraph and the word may be embedded in the paragraph. I need to either high the word or the paragraph. I can get it to work if only the word "management" is in the cell but not when I add other words to it. I have tried using *management* but this didn't work. Any suggestions?

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    use this formula in the CF dialogue...

    =ISNUMBER(SEARCH("Management",C1))


    where C1 is top most cell in your range selection.
    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.

  3. #3
    Registered User
    Join Date
    06-18-2008
    Posts
    9
    I tried this but it didn't work. I also am not sure I understand what you are talking about when you say C1 is the top most cell in your range selection...

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    So if you are applying the formatting to range C1:C100, then you would select this range, apply the conditional format and use C1 in the formula since C1 is the top most cell in the range you selected... The reference will automatically update to the balance of the selected range.

    If you are in a different range, you'll have to adjust the C1 accordingly.

  5. #5
    Registered User
    Join Date
    06-18-2008
    Posts
    9
    What if I am applying it to the entire page?

  6. #6
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Then enter top-left most cell, eg. A1

  7. #7
    Registered User
    Join Date
    06-18-2008
    Posts
    9
    I am still not getting anything. I hit ctrl-A to select all cells. Then I went to CF and selected formula =ISNUMBER(SEARCH("Management",A1)) and set it to change the text to red but nothing changes. I even tried changing it to "management" since the text is lowercase.

  8. #8
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Go back to the CF and make sure that Excel didn't insert quotes around the formula....

  9. #9
    Registered User
    Join Date
    06-18-2008
    Posts
    9
    It did add quotation marks

  10. #10
    Registered User
    Join Date
    06-18-2008
    Posts
    9
    Nevermind, those were the quotation marks that you already had in there. I do ctrl+a and go to CF and put this "=ISNUMBER(SEARCH("Management",A1))" but the cell that has the word "Management" in it doesn't do anything.

  11. #11
    Registered User
    Join Date
    06-18-2008
    Posts
    9
    Ok, it's working now but I have it set to change the font color, and it changes the font color of half of the paragraph, not just the word. Is there anyway to just do the word?

  12. #12
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Not without any VBA intervention... for which I am the wrong guy.

  13. #13
    Registered User
    Join Date
    06-18-2008
    Posts
    9
    I see. Thanks for the help!

+ 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