How do I hyperlink an Excel cell to google map - excel

"I know how to hyperlink a cell to google maps using:
http://maps.google.com/?ie=UTF8&ll=41.516804,-90.549316&spn=1.08996,2.58728&z=9
What I am try to do however is add parameters for a placemark and a label into the http:// code. So that when the map opens the placemark is at the coordinate and the is a label attached to it.
How do I go abot change the http:// code line to do this?
Thanks"

You need to use the Google Maps Ajax API in order to put markers on maps.
If you want REST API to maps+markers you will need to use the Static Maps API.

Related

wrong font in the embed google sheets

I created a simple tab in google sheets, with different fonts for every column. When embed the tab to my website (using the html block by elementor or wordpress) the different fonts are not reported and look everywhere like arial... Any simple solution?

Multiple Search URLS and Google Analytics

I'm wondering if anyone has any insight for capturing statistics for an embedded search box and button. We have several website search urls we have programmed into a drop-down menu where a user selects which index they want to search.
Now, I'm needing to find out the number of searches that took place from our website.
I thought an easy way to determine the number of searches would be to capture the number of clicks on the button. But I haven't been able to figure out if there is another way to capture that for the different search urls.
Another layer of complicity is, I'm using Drupal's customized search module for creating the search drop-down, box, and button.
Does anyone have any insight they could provide or resources I could check out?

Drive spreadsheet, wrapping link

I'm trying to find a way to make Google Spreadsheet wrap a link, and showing the content in many lines, just like microsoft excel works:
I've found nothing so far on how to implement this, which should be used very often I believe.
Here's how the same excel works imported to Google Spreadsheet:
In the google spreadsheet I selected "Wrap text" but it only wraps it, hiding the overflow of it, however I can't see the whole link.
Any help is greately appreciated.
If you don't mind modifying the contents of the cell in order to display wrapped text, you could use an additional column with a formula like this to insert spaces after certain characters so that the url can wrap:
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(B1,"&","& "),"/","/ "),"?","? "),"#","# ")
You should keep the original URL around though, since the resulting value will no longer be a valid URL.
Google Spreadsheets only wraps text where there is white space or hyphens. It will not wrap in the middle of a word the way Excel does. There's no way around this I'm afraid.

sharepoint 2010 dataformwebpart drop down list filter

I have two connected DataFormWebparts on a site page, with one web part filtering the data in the other, and this works fine as long as the design style allows the options to be clicked on i.e. the information is laid out in text format.
However If I change the style to be a drop down list then the filtering no longer works. I'm assuming this is because there is no longer a hyperlink to trigger off the event, but is there a way to make it work in this format?
jquery to the rescue. hide the links. show the dropdown and with jquery or javascript, trigger the link click on dropdown index change. try to google out. hope these hints help
faced same issue. i did this as i had less time

Format lookup column to display Name (FileLeafRef)

I have a custom publishing page layout I have created. The content type behind the page layout has a lookup column pointing to a document library where I store images. Basically, the pages I am creating from the layout are 'articles' and I have an associated image with each.
As you can probably guess by now, I want to display the lookup image on the page. However, I cannot for the life of me figure out how to do this. I have been inserting columns into the page layout via controls, but I'm not sure how to format it to look at the source document behind the lookup column. I am wondering if it is possible somehow through controls, and if not this way, if it can be done through modifying the XSL of a webpart. My last option which I don't want to use but I know it would work is a workflow (on new item creation, copy Name (FileLeafRef) into a hidden single line text field I coult utilize).
Does anyone know how to format a lookup column to display Name (FileLeafRef)?
Help is greatly appreciated!
-Josh

Resources