Write the correct syntax for the FIND function, and briefly describe each of its three arguments. Give a clear specific example of when the FIND function could be used in a business situation.
FIND locates one text string within a second text string, and returns the number of the starting position of the first text string from the first character of the second text string
Its three arguments are:
Find_text Required. The text you want to find.
Within_text Required. The text containing the text you want to find.
Start_num Optional. Specifies the character at which to start the search. The first character in within_text is character number 1. If you omit start_num, it is assumed to be 1.
Find Function can be used to estimate the effectiveness of the SEO tools employed. The number of occurrences of the targeted word will help us determine the effectiveness of the SEO tools.
Get Answers For Free
Most questions answered within 1 hours.