+ Reply to Thread
Results 1 to 6 of 6

Conditional Format Same Words With a Twist

  1. #1
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Conditional Format Same Words With a Twist

    Hi guys, this might be something of unrealistic one, but giving it a chance just in case you might be aware of how...

    1. Do you know if there's a way to conditional format same words in cells BUT with a twist where say one word is Achieving and another is Achiever OR one word might be mispelled, but they all have the same meaning, to format them still?

    2. Also, on even more complicated note: would there be a possibility to format words that are found no less than let's say 3 times?

    If 2nd options is too complicated or not possible, then solving at least the 1st one would be extremely great help.

    Attaching Excel file and screenshot below. Thanking you in advance!

    https://www.excelforum.com/attachmen...1&d=1559984598 [EXCEL]

    2019-06-08_1155.png
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,720

    Re: Conditional Format Same Words With a Twist

    Take a look at the attached file.

    I've assumed that the first column of words are the ones you want to look for a partial match with, and I've used this CF formula to achieve that for the other columns:

    =COUNTIF($C$42:$C$45,"*"&LEFT(G42,LEN(G42)-2)&"*")

    It basically removes the last two letters from the word to look for a partial match, and applies this to the cells in the range $G$42:$U$59. I've coloured them purple as well as bold, to help them stand out.

    Hope this helps.

    Pete
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Re: Conditional Format Same Words With a Twist

    Hi Pete, wow.... this is magical! Blown away....

    I had an idea that a mach should be between text in all columns, not just from a first column. Looking at your formula (very advanced) I'm wondering could there be a way to make it 5 times the same for a match to be done from all 5 columns?

    So one part of a formula could be $C$42:$C$59, another part $G$42:$G$59, another part $K$42:$K$59, another part $O$42:$O$59 and last part $S$42:$S$59 ?

    Thank you so much for your help. Amazing.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,720

    Re: Conditional Format Same Words With a Twist

    Select cell G42 and click on Conditional Formatting | Manage rules. In the pop-up that appears you should change the "Applies to" box to the range =$C$42:$U$59, and then click on Edit Rule.

    In this dialogue box you should change the formula to this:

    =COUNTIF($C$42:$U$59,"*"&LEFT(C42,LEN(C42)-2)&"*")>1

    (changes shown in red), and then you can click OK to exit the dialogue box.

    Note that the work Calm is highlighted - this is because the letters Ca from that word are matching with the words Analytical, Logical and Dedicated from other columns, which is one of the drawbacks of partial matching.

    Hope this helps.

    Pete

  5. #5
    Forum Contributor
    Join Date
    05-29-2017
    Location
    UK
    MS-Off Ver
    Pro Plus 2016
    Posts
    301

    Re: Conditional Format Same Words With a Twist

    Wow wow wow.... Magician :-) Thank you, sir!!!!!!!!! So much appreciated, thank you.

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,720

    Re: Conditional Format Same Words With a Twist

    You're welcome - thanks for the rep.

    Pete

+ 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. Replies: 9
    Last Post: 11-24-2020, 11:50 AM
  2. [SOLVED] Conditional Formatting with a twist
    By DIKIC07 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-05-2019, 12:27 PM
  3. Conditional Format using Name Manager or List of Words
    By SMT4494 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-10-2015, 01:52 PM
  4. Replies: 1
    Last Post: 10-12-2012, 08:28 AM
  5. Returning to the date format... With a twist.
    By Molekula in forum Excel General
    Replies: 5
    Last Post: 11-15-2011, 06:57 AM
  6. trying to conditional format based on words in a range.
    By bopsgtir in forum Excel General
    Replies: 12
    Last Post: 11-09-2010, 07:14 PM
  7. Conditional Format if cell contains one of 2 words
    By raehippychick in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-11-2009, 08:05 AM

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