Hyperlinks to Existing Markers on Customized Google MyMap - excel

I created a customized Google MyMap by importing an Excel sheet with addresses and creating unique pins for each location. This spreadsheet has the addresses with other data sorted by non-geographic criteria. I want to create a new column in the spreadsheet with hyperlinks that would take the user to the specific marker for a given address selected in Google MyMap with the remaining markers still present in the background. The idea is that the user could easily maneuver between the spreadsheet, which is organized in a valuable way, to the customized Google Map, which would give an intuitive visualization of close neighbors. Is this possible? After extensive research, I only find ways to create hyperlinks that would bring up the marker in question but not all of the other customized pins in the background as well.

Assuming you are trying to do the same as i was, seems that clicking on the point on My Map, then copying the url and pasting was all i needed - not sure how i missed that the first couple of times but it does work.

Related

Alternative for Custom Views on Excel Tables

I have a fairly large excel Table (30x5000) that houses entries for all different types of equipment. I would like to be able to create custom views that only show the specific data for a given equipment type.
For example, if I were to select "Pumps" for custom views it would show meaningful description columns like Flow Rate, Capacity, etc. and hide those columns that apply to other equipment. Ideally this could be done on the table and not a separate tab as this would also make entry of these equipment items vastly simpler as right now I am scrolling through non-related columns when entering in new equipment.
My problem is that Custom Views don't work with excel tables. Any workaround I have found requires formulas that would separate the data for viewing purposes - I need to be able to edit in new views.
Any solutions to this would be GREATLY appreciated as I am truthfully stumped.

Excel Dynamic Chart Data Selection with Sliding Window

I'm new to Excel and macros/VBA and I've been trying to arrange create a graph with the aid of a table. This first part is fairly simple and easy and has been described several times all over the internet. I followed Mr. Peltier's tutorial and it works just fine when it comes to adding new data.
How does one create a graph from a table with a fixed number of rows and only using the data from the last 3 columns of the table? Is it possible to automate this process everytime a new column is added with a macro/VBA?
Basically I want to change the source data of my graph to the last 3 Columns.
I know this concept is known as a sliding window, but I haven't got much sucess searching for this type of use of sliding windows in Excel. Most the examples I've seen use the offset function and apply this concept of sliding windows to simple functions such as sums and what not.
Thank you.
Edit: this has been answered in
https://peltiertech.com/dynamic-chart-source-data/#comment-1465235
See the last comments

Looking for guidance on VB Code for Excel that will create action between two dynamic tables in each sheet.

I am trying to create a spreadsheet that allows me to keep track of a customer with general details (name, phone number, address...) bu then also keep a very specific list of all the products they have ordered. I want to be able to run reports on frequency of all details including what has been ordered. I have a bit of programming experience but not a whole lot of Excel experience so I know how I would write a program but not exactly how to do it in Excel. My thought is to have one sheet dedicated to the general specifications of the customer and then a second sheet that keeps track of the orders per customer. I want to be able to click on a hyperlink or something of the sort that will take me to the second sheet and automatically fill in the customer name. I want the first sheet to have the guest information running horizontally in rows but then the second sheet would have the names running horizontally on the top row and the orders would go down each column under the names. This way it keeps all of my sheets tidy and allows for me to run the type of reports I'm looking for. The main issue I'm having is figuring out a way to create a link that will do the action I want. I understand how to program but don't know Visual Basic very well but if someone was able to offer a similar code I would be able to decipher it and change it to my needs. Or if someone has a more efficient thought on how to set up the spreadsheet I'm all ears! Thanks a ton!
what you need is to create a pivot table with a data model.
The instructions are longer then what it actually takes!
here are few tutorials about the subject:
youTube video
MSDN instructions
PS don't write code in Excel unless strictly necessary. If it's a data issue, use data model

Dynamically select cells in a row in Excel for using in a Graphic Chart

I´m kind of basic Excel user, so perhaps mi question is stupid but I´m really lost. So, I´m looking the way of generate a report in Excel by simply pasting a CSV content in a page inside a SpreadSheet.
The graph uses certain columns to get data and I need a way to select the column, from the first cell after header to last cell with content. I know I can do this manually but the main need here is to automatise the task. Just by pasting the new CSV info, the rest of pages on report (graphs) update automatically.
The real use is for Social Media, Analytics and Email Marketing stats.
Hope somebody can help me.
This question was answered extensively on this stack question: Dynamic chart range using INDIRECT: That function is not valid (despite range highlighted) Hope one of the many approaches shown will fit your needs. Cheers,

Automatic Google Spreadsheet Display

I have a huge spreadsheet of data on google docs with one of the columns being called "status" which ranges from one star (*) to five stars (*****) for the input. and I want to create a separate sheet that will automatically update showing all data that has been classed as five star "*****".
Any ideas? Sorry I am new to formulas in excel etc.
Have you tried the Filter function? It'd definitely slow down for huge files but does dynamically update as the source data set changes.

Resources