+ Reply to Thread
Results 1 to 5 of 5

Is there an efficient way to chart / segment this data that is segmented by commas?

  1. #1
    Registered User
    Join Date
    11-13-2019
    Location
    NJ
    MS-Off Ver
    2013
    Posts
    36

    Is there an efficient way to chart / segment this data that is segmented by commas?

    Is there an efficient way to graph the results of the 2nd column? I have survey results that are separated by commas. This is relatively a smaller sample result. I could do it manually by creating another excel table. However, is there an efficient way to do this for large data sets??

    Thanks for your help.
    Attached Files Attached Files

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Is there an efficient way to chart / segment this data that is segmented by commas?

    HI,

    Does the attached help
    Attached Files Attached Files
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    11-13-2019
    Location
    NJ
    MS-Off Ver
    2013
    Posts
    36

    Re: Is there an efficient way to chart / segment this data that is segmented by commas?

    Hi richard,

    Thanks for your help! Are you just using countif function? Can you explain the equation in column I? I understand that it is supposed to find a unique value. However, what are the components? Do you just type that equation in the bar? What does column M and those equations do? Is the purpose of that just to sort? Sorry im a noob. Ah, I have an older version of excel and it shows a strange equation. (_xlfn.UNIQUE(_xlfn._xlws.FILTER(B2:B2906,B2:B2906<>""))
    Last edited by misterv; 06-13-2021 at 02:17 AM.

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,531

    Re: Is there an efficient way to chart / segment this data that is segmented by commas?

    As you are using the 2013 version of Excel, Power Query (a free add-in from Microsoft) might be an option.
    In the attached file the green/white table on the Table1 sheet is produce using the following Power Query advanced editor code:
    Please Login or Register  to view this content.
    Note that before using Power Query the data on the Acne Products sheet was converted into a table (Ctrl + t)
    Let us know if you have any questions.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Is there an efficient way to chart / segment this data that is segmented by commas?

    Sorry,

    I realised that you may not have Excel 365 and had made a mental note to be sure to say when replying that you first need to produce a list of unique items starting in column I. For testing I had used the two new functions available in 365 in cell I2.

    =UNIQUE(FILTER(B2:B2906,B2:B2906<>""))

    I forgot to mention this. :-(

    The simplest way to produce the column I list without 365 would be to copy column B and then use Excel's REMOVE DUPLICATES functionality. The L2 formula is another 365 function, in this case

    =SORT(I2:J9,2,1) , but of course you won't see that either, just the _xlfn....warning. This automatically sorts I2:I9 using column 2 as the sort key and populates L2:L9. These new functions, there are a few others, are really powerful and helpful.

+ 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. Resize Segment of Stacked Chart to fit Data Labels
    By akeel in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 12-16-2014, 12:47 PM
  2. How to enhance an individual segment in a pie chart
    By ligerdub in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 08-01-2014, 03:51 AM
  3. How do I create a segmented pie within a pie chart? While squeezing all my contents.
    By moshingbananas in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-07-2012, 06:45 AM
  4. [SOLVED] Urgent help needed - floating segmented bar chart
    By Jeff B in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 10-14-2005, 03:05 AM
  5. RE: Urgent help on floating segmented bar chart
    By Vacation's Over in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-14-2005, 01:05 AM
  6. Urgent help on floating segmented bar chart
    By Jeff B in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-14-2005, 01:05 AM
  7. Setting a pie chart segment to No Fill
    By Lynxbci3 in forum Excel General
    Replies: 1
    Last Post: 10-12-2005, 11:05 AM

Tags for this Thread

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