Newbie question: allintitle search - howto?

Hello,
I was trying to figure out how to query the following with seotoolforexcel. Google Search:
allintitle:Word1 Word2
.. whereas Word1 and Word2 are in a cell in excel.I was looking to get the number of results listet in Google.

Every formula or way I tried with SEOTools was either returning NULL or results that were way too high. Can someone point me to the right direction in the documentation or elsewhere? A screenshot would be also helpful :smiley:
Thanks in advance
Cheers Mat
(Using Excel 2010 , 32 bit and SEOTools latest)

Hi Mat,

This works for me:

Which translates into the following formula:
=Dump(Connector("GoogleSearch.SearchResults";"zlatan football";"intitle:";;"all";;;"relevance";"google.com";"Title,Description,URL";FALSE;10))

thanks, I will try that one.
Cheers Mat