Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working
Show menu Show menu

FIND function

Description

FIND(needle,haystack[,startpos]) returns the position of a needle within haystack.

The optional argument startpos specifies the character position at which to start the search. The first character in haystack is character number 1. If you omit startpos, it is assumed to be 1.

Example

FIND("a","medcalc") returns 5

FIND("c","medcalc") returns 4

FIND("c","medcalc",5) returns 7

Calculator

FIND(  ,  ,  

Related functions