+ Reply to Thread
Results 1 to 2 of 2

How to graph one cell vs. another with multiple values in each cell separated by commas

Hybrid View

  1. #1
    Registered User
    Join Date
    02-20-2018
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    42

    How to graph one cell vs. another with multiple values in each cell separated by commas

    Hello,
    In my sheet each row represents an individual. In one column I have data where each row has multiple data points separated by commas. I also have another column with data separated by commas.
    I want to make a line graph of the first column vs. the second for just one row. Thanks for your help.

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: How to graph one cell vs. another with multiple values in each cell separated by comma

    You will need to split the data into individual cells before you can form a graph from it. 1 cell = 1 data point.

    You can either use text to columns to split the comma delimited values, or a formula such as

    =IFERROR(VALUE(LEFT(SUBSTITUTE(MID(","&$A$2&",",FIND("|",SUBSTITUTE(","&$A$2&",",",","|",COLUMNS($B2:B2)))+1,LEN($A$2)),",",REPT(" ",255)),255)),"")

    With the list of comma delimited values in A2 (adjust range as needed). Enter the formula then drag right until it returns a blank cell.

+ 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. Vlookup multiple commas separated values in a cell from another table
    By shakii in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-10-2018, 01:12 AM
  2. [SOLVED] Formula to count values in single cell separated by commas
    By aimeecrystalaid in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 06-25-2017, 01:01 AM
  3. Replies: 3
    Last Post: 03-10-2017, 07:56 PM
  4. [SOLVED] Return multiple matchng VLOOKUP values in one cell separated by commas?
    By zendoo in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-14-2015, 06:10 AM
  5. Replies: 8
    Last Post: 03-31-2015, 01:06 PM
  6. Returning Multiple Values Separated by Commas to a single cell
    By enragedpigeon in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-02-2015, 05:48 PM
  7. Find a Value In A Table of Cell Each With More Than 2 Values Separated By Commas
    By Misha322 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-28-2012, 02:42 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