Thread
:
character lookup in excel
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Mike H
external usenet poster
Posts: 11,501
character lookup in excel
Hi,
=SEARCH("a",A1)
or if you want a case sensitive option
=FIND("a",A1)
Mike
"gerg" wrote:
How can I determine the position of a certain character within a string in a
cell in ms Excel ?
Reply With Quote
Mike H
View Public Profile
Find all posts by Mike H