Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ed Ed is offline
external usenet poster
 
Posts: 279
Default Conditional formatting with text search

Hi, I am trying to make a conditional format that would highlight duplicate
items in colum D if certain text exists in column B. I would like to use a
wildcard for text items in column B...Any sugggestions would be great!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional formatting with text search

Need *specific details*.

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
Hi, I am trying to make a conditional format that would highlight
duplicate
items in colum D if certain text exists in column B. I would like to use a
wildcard for text items in column B...Any sugggestions would be great!



  #3   Report Post  
Posted to microsoft.public.excel.misc
Ed Ed is offline
external usenet poster
 
Posts: 279
Default Conditional formatting with text search

Sorry, should have included this with original post...What I have is a huge
list of PC's by name and apps/product keys. What I am trying to go for is to
conditionally format the product keys to display duplicates, but only for MS
Office products. I also have several different versions of office, that's why
I wanted to include a wildcard.

"T. Valko" wrote:

Need *specific details*.

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
Hi, I am trying to make a conditional format that would highlight
duplicate
items in colum D if certain text exists in column B. I would like to use a
wildcard for text items in column B...Any sugggestions would be great!




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional formatting with text search

That's not as specific as I would like!

How about something like this:

I have a list of software apps in the range B1:B100 and the corresponding
product keys in the range C2:C100.

I want to use conditional formatting to identify duplicate product codes for
apps that contain the word Microsoft.

If you can provide that kind of specific info I'm sure we can come up with a
solution.

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
Sorry, should have included this with original post...What I have is a
huge
list of PC's by name and apps/product keys. What I am trying to go for is
to
conditionally format the product keys to display duplicates, but only for
MS
Office products. I also have several different versions of office, that's
why
I wanted to include a wildcard.

"T. Valko" wrote:

Need *specific details*.

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
Hi, I am trying to make a conditional format that would highlight
duplicate
items in colum D if certain text exists in column B. I would like to
use a
wildcard for text items in column B...Any sugggestions would be great!






  #5   Report Post  
Posted to microsoft.public.excel.misc
Ed Ed is offline
external usenet poster
 
Posts: 279
Default Conditional formatting with text search

OK, so I have a list of product keys in range D2:D100. I have a list of apps
in range B2:B100. I would like to show duplicates in product keys(D2:D100)
but only if the text "microsoft office" is in range B2:B100.

"T. Valko" wrote:

That's not as specific as I would like!

How about something like this:

I have a list of software apps in the range B1:B100 and the corresponding
product keys in the range C2:C100.

I want to use conditional formatting to identify duplicate product codes for
apps that contain the word Microsoft.

If you can provide that kind of specific info I'm sure we can come up with a
solution.

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
Sorry, should have included this with original post...What I have is a
huge
list of PC's by name and apps/product keys. What I am trying to go for is
to
conditionally format the product keys to display duplicates, but only for
MS
Office products. I also have several different versions of office, that's
why
I wanted to include a wildcard.

"T. Valko" wrote:

Need *specific details*.

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
Hi, I am trying to make a conditional format that would highlight
duplicate
items in colum D if certain text exists in column B. I would like to
use a
wildcard for text items in column B...Any sugggestions would be great!








  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Conditional formatting with text search

Try this:

Select the range D2:D100
Goto the menu FormatConditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:

=SUMPRODUCT(--(ISNUMBER(SEARCH("microsoft
office",B$2:B$100))),--(D$2:D$100=D2))1

Click the Format button
Select the desired style(s)
OK out

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
OK, so I have a list of product keys in range D2:D100. I have a list of
apps
in range B2:B100. I would like to show duplicates in product keys(D2:D100)
but only if the text "microsoft office" is in range B2:B100.

"T. Valko" wrote:

That's not as specific as I would like!

How about something like this:

I have a list of software apps in the range B1:B100 and the corresponding
product keys in the range C2:C100.

I want to use conditional formatting to identify duplicate product codes
for
apps that contain the word Microsoft.

If you can provide that kind of specific info I'm sure we can come up
with a
solution.

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
Sorry, should have included this with original post...What I have is a
huge
list of PC's by name and apps/product keys. What I am trying to go for
is
to
conditionally format the product keys to display duplicates, but only
for
MS
Office products. I also have several different versions of office,
that's
why
I wanted to include a wildcard.

"T. Valko" wrote:

Need *specific details*.

--
Biff
Microsoft Excel MVP


"Ed" wrote in message
...
Hi, I am trying to make a conditional format that would highlight
duplicate
items in colum D if certain text exists in column B. I would like to
use a
wildcard for text items in column B...Any sugggestions would be
great!








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional formatting text Jo Excel Discussion (Misc queries) 3 August 14th 08 03:23 AM
Conditional Formatting Row & Text Clark Excel Discussion (Misc queries) 1 May 23rd 08 07:13 PM
Conditional Formatting based on text within a cell w/ text AND num Shirley Excel Worksheet Functions 2 December 22nd 06 01:40 AM
Conditional Formatting based on Text within Text George Lynch Excel Discussion (Misc queries) 3 May 5th 05 07:58 PM
Conditional Formatting of Text... Birmangirl Excel Discussion (Misc queries) 3 January 19th 05 02:45 PM


All times are GMT +1. The time now is 09:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"