View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Claus Busch Claus Busch is offline
external usenet poster
 
Posts: 3,872
Default How Do I Find Different Values In A String?

Hi,

Am Tue, 15 Jan 2013 17:42:21 +0000 (UTC) schrieb tb:

I have some part numbers in a string format in column A.
I want to know which ones include the sub-strings "VI", "EP", "PAR",
"BU".

Luckily, only one of these four values can be in each part number.
There are no instances where a part number has two, three, or all four
of the above sub-strings.


try:
=COUNT(SEARCH({"VI","EP","PAR","BU"},A2))


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2