geocoding in excel [closed] - excel

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have excel sheet with address column. Latitude and Longitude is required for these addresses.
How to fill next column with 'Latitude' and second next column with 'Longitude' ? Is there any helpful tool ? any suggestion ?

I forked and updated a tool that does this very easily: Excel Geocoding Tool

I'm not certain that it can do exactly as you ask but Google Fusion Tables has geocoding capabilities

One or more of the below links may provide an API so that you can geocode in Excel. Otherwise, at least some of the sites support the copying and pasting of such data to get the job done manually:
http://geocoder.us/
http://www.batchgeo.com/
More urls sans http that you may also find useful, in this form to circumvent stackoverflow filter:
www.simplegeo.com
www.vterrain.org/Culture/geocoding.html
www.mooreds.com/wordpress/archives/296

Related

Could someone visualise this data or guide me how do i do it? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 19 hours ago.
Improve this question
I appreciate your attention on this.
I recently conducted a employee happiness survey in my company and I got the results in excel sheet. However, I am facing a lot of confusion in visualising this data. Could someone visualise this data or guide me how do i do it?
We want department vise results as well as over all employee satisfaction.
Thanks, I am hoping someone could help me with this. I am attaching the sheet.
I have tried PowerBi, LensStudio but I am yet confused and can't make a beautiful and understandable representation.
https://docs.google.com/spreadsheets/d/1I--lUqXCtXACtyHM9EYTqIZTwo9QPFfUPlm3N9YY5fQ/edit?usp=sharing

Interactive objects embedded in excel viewed in share point [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I want to create interactive objects that appear in an excel file viewed via share point. I am told I am not able to use VBA. What alternatives can I use? Please note the viewed via share point part.
Many thanks for any help given
Mrhopko
None. Excel files displayed via SharePoint are rendered as HTML tables, so no VBA possible.
Open the files in Excel to have interactivity, otherwise Excel is not the right technology.

Automate Excel to fetch data from web url [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
For example lets take imdb(movie rating) website -I have an excel sheet with 10K movie name in column A
I copy a name from sheet-
Search it in url (http://www.imdb.com/) in search box.-
Copy the result(rating / actors) & paste in the sheet at column B,C,D
Is there a way I can automate this process.
Note:the URL I have to use requires login id/password.
Excel can connect to web pages to get data. This can be utilized in your code with VBA, external .qry file, or using the 'get external data' interface. Check this link http://msdn.microsoft.com/en-us/library/aa203721(v=office.11).aspx

Google docs : make one or more landscape page on a portrait document [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am working on a document on google doc. I have a large table to add to my document and I am wondering, is there any way to make one or more landscape pages on a portrait document. I tried to insert a page break and to change after the orientation of my page but it is not working. Any ideas? Thank you.
Nope, not at this stage. I wish there was. This would increase compatibility with a lot of documents I get send from Word.
Would love to take you to the feature request page but this is the closest I can find. Put your vote in!
http://groups.google.com/a/googleproductforums.com/forum/#!searchin/docs/landscape/docs/ElJ8Jp1O724/6Mjw8kRq_doJ
Source:
https://groups.google.com/a/googleproductforums.com/forum/#!category-topic/docs/formatting/oSSv-MZqzys

What is the best way to create user help documentation for an Excel VBA solution? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
VBA solutions can vary widely in size.
I would like to add user help documentation to all solutions but the level of effort to create and deploy the help needs to match the size of the solution.
You should check the VBA version of MZ-Tools. It is an add-in for VBA that can automatically generate documentation from your code (function name, parameters, comments, subject, etc.). You can also use it to automatically generate line numbers, onError labels, etc. More on the automatic documenting feature can be found here.
It is free, easy, and very efficient. Once you notice how much you save time by using it, please do like me: donate.
You may wish to consider HTML Help. It allows you to produce help files that are similar to standard Microsoft help. It is not particularly difficult to use, for the most part.

Resources