Function has parameters of the wrong type

Explanation of error:

This formula includes a function that is followed by invalid parameters.

Example:

Search("d",Duration)

In this example, the double quotation marks are not required around the character d.

How to resolve this error:

Examine the formula and ensure that the parameters that follow each function are valid.

The above example could be corrected by deleting the double quotation marks, resulting in Search(d,Duration).

Related Topics:

The components of a formula