Google search box on excel

  • Thread starter Thread starter Dileep Chandran
  • Start date Start date
D

Dileep Chandran

Hi,

Anybody know, is it possible to insert a Google search box into an
excel file?

-Dileep
 
View > Toolbars > Web will get you a web search button display within the
Excel menu system. Just assign the web search to google.

If being on the side is important, then open a IE window and position it to
the side.


You can also insert a formula to take a phrase in a cell and "google" it.
For example:


=HYPERLINK("http://www.google.com/search?hl=en&q=" & A1 &
"&btnG=Google+Search","google search")


will google search whatever you have entered in A1.
 
Stupid that I make that mistake a few years back
Maybe I add a google.htm page also with a link to the correct one

Sorry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top