+ Reply to Thread
Results 1 to 6 of 6

Creating an interactive custom map

  1. #1
    Registered User
    Join Date
    11-05-2014
    Location
    Quantico, Va. USA
    MS-Off Ver
    2010
    Posts
    32

    Creating an interactive custom map

    Hope everyone is well,

    I'd like to create an interactive map that when my product is selected from a drop down menu, the store locations the specific product are located in will highlight.

    Im firstly having an issue with being able to populate the specific infomation. The total inventory is on one sheet and includes brands, qty of sizes and locations. Desired end result is to select "nike" from the drop down menu, and a custom map (an image which I have already created), the map will highlight the stores where nikes are located.

    does this make sense?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Creating an interactive custom map

    To best describe or illustrate your problem you would be better off attaching a dummy workbook. The workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    11-05-2014
    Location
    Quantico, Va. USA
    MS-Off Ver
    2010
    Posts
    32

    Re: Creating an interactive custom map

    Thanks FDibblins,

    Attached is a basic sample of what I am looking to achieve.

    I am looking for the formula to count the number of locatoins based upon what is selected in drop down menu, and highlight the area on the Map where the item(s) are located.

    I am unfamiliar with creating UDF's and unsure if a form of LOOKUP would work... Any help or assistance would be greatly appreciated.

    Thanks,
    Mike
    Attached Files Attached Files

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Creating an interactive custom map

    You can use a chart to display the map.

    Use a xy-scatter with 2 series. First series has a location marker for each site along with a linked data label.
    The second series is formula based and will show marker for those locations where the selected brand is present.

    Data labels are linked to cells using the free addin
    http://www.appspro.com/Utilities/ChartLabeler.htm

    I used DSUM formula to calculate store values.
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

  5. #5
    Registered User
    Join Date
    11-05-2014
    Location
    Quantico, Va. USA
    MS-Off Ver
    2010
    Posts
    32

    Re: Creating an interactive custom map

    Andy,

    Firstly, HUGE HELP and HUGE THANK YOU. One problem however, if the informatoin contained in cells A:I are located on another sheet...the DSUM formula doesnt recognize the information. Know any way around that?

    Mike

  6. #6
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: Creating an interactive custom map

    I assume you updated the formula to include the alternative sheet name.

    Sheet2!M8: =DSUM(data!$A$1:$I$20,$H$1,U2:V3)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help creating interactive userform.
    By atv35 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-25-2013, 03:46 PM
  2. Creating Interactive Map
    By hawkinsr86 in forum Excel General
    Replies: 6
    Last Post: 11-07-2012, 11:00 AM
  3. Need help creating an interactive web form with Excel
    By ttkoshi in forum Excel General
    Replies: 2
    Last Post: 04-01-2011, 09:44 AM
  4. creating an interactive spreadsheet
    By cl0ne in forum Excel General
    Replies: 10
    Last Post: 03-07-2011, 09:51 AM
  5. Creating an interactive web page of a workbook
    By Michael6 in forum Excel General
    Replies: 0
    Last Post: 11-15-2009, 09:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1