IsFoundOnPage

=IsFoundOnPage(
string pageUrl, 
string countOccurrencesOfString, 
[bool ignoreCase=FALSE],
[bool textMode=FALSE]) : integer

Results from function inside Excel


Purpose

Returns the number of occurrences a string can be found on a page.

TextMode If set to TRUE only text nodes are considered.


Example

Check if Google analytics tracking is present on you page:

=IsFoundOnPage("http://nielsbosma.se","google-analytics.com/ga.js")

See

Related Functions


Get help with this function in the community →