Google Search

rs400

New Member
Joined
Nov 25, 2016
Messages
4
I have been able to create a spreadsheet in Google Sheets which allows me to carry out multiple email searches in google.
The sheet allows me to search for
john@hotmail.co.uk|john@hotmail.com|john@live.co.uk etc.
I have replicated the exact formula used on the google sheet but each time all I get is a blank google search page and none of the search.
Is there any way I can get excel to carry out this task:confused:
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Are you wanting to search for a list of emails or just a single one?

This would open a search page for an email address entered into cell A1

Code:
=HYPERLINK("https://www.google.com/search?q="&A1,"Search")
 
Last edited:
Upvote 0
Are you wanting to search for a list of emails or just a single one?

This would open a search page for an email address entered into cell A1

Code:
=HYPERLINK("https://www.google.com/search?q="&A1&",","Search")

I am hoping to do multiple searches; would | be the best way to separate the searches?
 
Upvote 0
What do you want to do with the results? just display them in a webpage?
What does google sheets do with the results, return the results to the sheet? (this is probably part of google sheets functionality although I think there is API for excel)
 
Upvote 0
Hi Martin,
Thank you for your time.
I only want the results displayed in Google, it needs to go no further.
Your example worked perfectly for an individual email it is now just the multiples I need to acheive
 
Upvote 0
what is your data source? in your example it appeared to be a pipe seperated list.

If you had the emails entered into individual rows in column A you could simply drag that formula down alongside it. in column B

Sorry, I don't think I am understanding fully :confused:
 
Upvote 0
I am starting off with a user name as an example john. I know john has an email but I am not sure which provider he uses.
I want to carry out a search across multiple providers to see if john has used any of the possible email addresses to post anything online.
The spreadsheet links the user name with several providers to make my searching more efficient. "john@hotmail.com" "john@hotmail.co.uk" "john@gmail.com" etc.,
Some agencies will not allow google docs on their systems so I needed to achieve the same objective in Office
I tried this process with my name and found an forum communication i had forgotten about.
I hope that makes it a little clearer
 
Upvote 0

Forum statistics

Threads
1,214,521
Messages
6,120,018
Members
448,937
Latest member
BeerMan23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top