Hiding text in a chart

  • Thread starter Thread starter japc90
  • Start date Start date
J

japc90

I am have a spread sheet with people's names and and an id number in
the same cell. I want to create a chart to compare these people but I
need to have only their id number show up and not their name on the
chart. Is there any way to do this????
 
One way of doing it would be extracting the ID from the mixed cell to other
column (the logic will depend in each case, normally with LEFT, MID and RIGHT
functions), and create the graph using that new column as the source.

Hope this helps,
Miguel.
 
Thank you for the suggestion
Miguel said:
One way of doing it would be extracting the ID from the mixed cell to other
column (the logic will depend in each case, normally with LEFT, MID and RIGHT
functions), and create the graph using that new column as the source.

Hope this helps,
Miguel.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top