In google spreadsheets, it is possible to add a hyperlink to a cell as:
=hyperlink("www.google.com";"search the web")
This will show the text search the web which will hyperlink to google. However, I am wondering:
- How can this rule be inserting into the middle of a cell?
- Is it possible to make a rule like this in your spreadsheet so that anytime you type, "search the web", you autmatically get the hyperlink to google. You don't have to keep adding =hyperlink("www.google.com";"search the web")
- If that's possible is there anyway to add a parameter to the URL.