Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to find a cell containing the letters I know, is there a
function that allows wildcard characters. For ex: I want to find "HIJ" or "HI" or "HIJKL" in Cells containing string of letters: "ABCDEFGHIJKLMNOPQRS" Thanks, J9 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See if one of these works for you:
If you want to check if a cell contains "ABC" or "JK" or "MNO": B1: =SUMPRODUCT(COUNTIF(A1,"*"&{"ABC","JK","MNO"}&"*") )0 If you only need to check for one string (example: "JK"): B1: =COUNTIF(A1,"*JK*")0 (note: COUNTIF is not case sensitive) Does that help? *********** Regards, Ron XL2002, WinXP-Pro " wrote: I am trying to find a cell containing the letters I know, is there a function that allows wildcard characters. For ex: I want to find "HIJ" or "HI" or "HIJKL" in Cells containing string of letters: "ABCDEFGHIJKLMNOPQRS" Thanks, J9 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks guys, both ways worked. I think I was looking for the SEARCH
function. Again Thanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thank you for the feedback. Regards. -- BenjieLop ------------------------------------------------------------------------ BenjieLop's Profile: http://www.excelforum.com/member.php...o&userid=11019 View this thread: http://www.excelforum.com/showthread...hreadid=515007 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find and Replace | Excel Worksheet Functions | |||
Code needed to find records from bottom up | Excel Discussion (Misc queries) | |||
find a cells from a range of cell | Excel Worksheet Functions | |||
How do I find a column entry closest to a particular value | Excel Worksheet Functions | |||
Excel has a "Find Next" command but no "Find Previous" command. | Excel Discussion (Misc queries) |