Forum Discussion

Witsend_Solutions's avatar
Witsend_Solutions
Copper Contributor
Feb 03, 2024

Excel 365 Create Spider Web like Diagram but not using data

Hi Team,
I am trying to insert an image or create one directly in Excel 365 like the one shown here, but to have the end user be able to click on the "Dots" which then puts a larger circle (just bigger than the dot) on that point in a defined colour.

Multiple points can be selected.

As you can see there are 5 circles ranging in size, along with lets say spokes which align to each of the names. If the tasting note of the "Citrus" is the strongest, then the outer most "Dot" nearest to the "Citrus" heading is selected and coloured in "Red"

 

Really appreciate some guidance on this. Thank you in advance.

 

  • Witsend_Solutions 

    Just to report that I have made a little progress in Excel 365 desktop version towards using chart user selections to generate data settings.  It takes two clicks to select a point within its series and another to display the change so it is not very slick.

    The figure is on a chart sheet to simplify the event handling.

    • Witsend_Solutions's avatar
      Witsend_Solutions
      Copper Contributor
      Peter,
      Thank you very much for your effort on this. I like what you have done and very appreciative.

  • Witsend_Solutions 

    ... and then you will find yourself up to your neck in VBA and chart mouse events, with the possibility of needing to place shapes (circles) within the chart.  Sorting out pixels, points and grid co-ordinates for various screen settings can also be somewhat exciting.  The book Professional Excel Developer has a section on this but unfortunately the book is getting old now and I think the references to libraries are for 32 rather than 64 bit machines.

    Chart MouseDown, MouseMove and MouseUp Events in Excel (brainbell.com)

    • Witsend_Solutions's avatar
      Witsend_Solutions
      Copper Contributor
      Thanks Peter.

      I shall reference this book and see if it can be done.
  • m_tarler's avatar
    m_tarler
    Bronze Contributor

    Witsend_Solutions  I don't know of any realistic way to do what you're asking (may be possible writing VBA code to do most of it but IMHO that is beyond the scope of this help forum and probably easier to just program it in another package)

    HOWEVER, you can create a sheet with inputs for each catagory and DISPLAY your Flavor Wheel:

     

    • Witsend_Solutions's avatar
      Witsend_Solutions
      Copper Contributor
      m_tarler

      This works nicely.. I'll work out how to have the spider web as a 5 point as a default. I notice if you select a 4, then there are 4 points only, but when you select 5 a extra point is added.

      For the life of me, I can not see how you created the drop down values in column B and hide them. Unhide is not showing the values.
      • Witsend_Solutions's avatar
        Witsend_Solutions
        Copper Contributor

        m_tarler 

        Disregard my silly question about the drop downs.. of course its "data", "data validation" rookie error for a seasoned excel bod.

Resources