+ Reply to Thread
Results 1 to 8 of 8

Multiple data in one cell and export to power point

  1. #1
    Registered User
    Join Date
    03-08-2016
    Location
    Heidelberg, Germany
    MS-Off Ver
    MS Office 2013
    Posts
    4

    Multiple data in one cell and export to power point

    Hello everybody,


    I have an Excel sheet, which lists services. This services can be provided for different customers, this is why there can be more than one entry for customer in a customer cell. In the finished Excel there will be about 30 different customers. First I want something like a Pivot table, where I can filter for customers. So for example I want a table where I can see how many services are offered in the different service areas for the different customers. I can’t use a normal Pivot table for this because of the multiple values in a cell.

    Secondly and this is more important, I want to create single PowerPoint slides out of the Excel for a single service, which should update automatically. In the end there will be about 150 services and I want a PowerPoint slide for every service. On this slide there should be the name of the service and the rest of the properties. What I don’t want is to copy the whole Table as one in a Power Point. The system should work like this: There is a change in the properties of one service. Therefore the responsible person changes the property in the Excel cell and the system automatically updates the PowerPoint slide for the service.

    If multiple data in one cell is not possible, I thought about creating a Database in Access and then exporting it to Excel. And subsequently creating the PDF’s out of the Excel. In this case the responsible person would change the property in the access database. Multiple data in one cell is no problem for access, but a reporting with Pivot tables would not be possible.

    The most important part is to create single PowerPoint slides out of the Excel. I am a complete newbie and the task is rather complex so I would be very grateful for your help.

    I posted this problem in another forum but received no response and this is why I post here. ( http://forum.chandoo.org/threads/mul...r-point.28148/ )

    Thanks a lot

    Matze
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Multiple data in one cell and export to power point

    Can you confirm that this is what you expected (before we move on to PowerPoint)
    (Unsophiticated) Pivot Table seems to give you what you want based on the manipulated values in Sheet1, which have been arrived at as follows

    -Data copied to Sheet1 for manipulation
    - “multi-value” cell (columE) text Split and values placed into array
    - required rows inserted
    - values assigned from row above
    - single customer name inserted in each row from array

    The code:
    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Multiple data in one cell and export to power point

    Are you looking for Excel to create a single presentation of 150 slides (one for each service)?
    OR
    a pick-a-mix where user can select any combination of services and the presentation built from that?
    OR
    something else entirely?


    If post#02 above is what you are looking for:
    amend file services.xlsm to include extra sheet "for a single service" (with the data based on the values in sheet "Data") laid out exactly as you want it to appear prior to creating the slide for PowerPoint and attach the file to your reply

  4. #4
    Registered User
    Join Date
    03-08-2016
    Location
    Heidelberg, Germany
    MS-Off Ver
    MS Office 2013
    Posts
    4

    Re: Multiple data in one cell and export to power point

    Hi Kevin,

    thanks for the effort. The Pivot is great and I understand the macro. If I choose a single customer in the Pivot, the numbers are correct, but if I select multiple customers, then the numbers are not correct, because it counts the numbers of observations in sheet 1 rather than the actual services. But I think I have to live with this limitation.

    The decision about the power point issue is not made yet. Either it will be Number 1 or 150 single presentations one for each service. The important point is, that if the presentations are already created and then a service changes. That at this point the responsible person should just open the Excel file, change the property of the service in the Excel and then the data should be updated in the presentation automatically without the creation of a new set of presentations needed. The idea behind this is, that the presentations will be connected to another system and by updating the existing presentations via the Excel we don't need to create new links with a potentially created new presentation. So maintaining the Excel sheet should be enough. This would be the perfect solution.

    Thanks a lot for your help.

    Matze

  5. #5
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Multiple data in one cell and export to power point

    So do you want anything doing about the slides at this time?

  6. #6
    Registered User
    Join Date
    03-08-2016
    Location
    Heidelberg, Germany
    MS-Off Ver
    MS Office 2013
    Posts
    4

    Re: Multiple data in one cell and export to power point

    Hi Kevin,

    I would like to talk with me colleagues on monday. So please don't invest any more time into this before I checked with them.

    But it would be helpful if you could tell me, if a solution, as I wish, is possible.

    Thank you
    Matze

  7. #7
    Valued Forum Contributor
    Join Date
    01-03-2016
    Location
    Conwy, Wales
    MS-Off Ver
    2016
    Posts
    974

    Re: Multiple data in one cell and export to power point

    I think I may have solved the "multiple customer" count issue for you.
    In Excel2013 onwards there is a new feature in pivot tables called "Distinct Count"

    When you create a Pivot Table you need to click on box in bottom left "Add data to this data model"
    This adds another option to the Value Field Settings /"Summarize Field By.." Distinct Count appears last on the list after VARP.

    Have a look at the "GREEN" pivot table in the attached file to see if this now gives the correct results
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    03-08-2016
    Location
    Heidelberg, Germany
    MS-Off Ver
    MS Office 2013
    Posts
    4

    Re: Multiple data in one cell and export to power point

    Hi Kevin,

    your solution is great. Thanks a lot! I will adapt the macro to the real data and see if it works.

    The export to power point is up for discussion at the moment. I will maybe come back to this issue later on.

    So thanks again
    Matze

+ 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. Powerview export to power point
    By htrivedich in forum Office 365
    Replies: 0
    Last Post: 05-25-2014, 02:25 PM
  2. Export power View to Power Point
    By Trinhhai in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-09-2014, 05:32 AM
  3. Excel export to Power Point--Image Scale code
    By VBNewb in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-16-2011, 08:21 AM
  4. multiple charts(excel) export to 1 power point file
    By darren1979 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-29-2010, 07:41 AM
  5. [SOLVED] how do i export a graph from excel to power point?
    By lisajensen21 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 08-14-2006, 10:50 PM
  6. Copy multiple charts from Excel to Power Point
    By Genef in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 03-01-2005, 10:07 PM

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