how to format alphanumeric cells as numbers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

if i have a series of cells with numbers and letters (i.e. 43A or 33B, etc)
how can i get excel to see them only as numbers so when i graph them they
show up as 43 or 33 but also include the letter in the data label.

Right now I have to delete the text from the cells before i graph them, then
manually insert them in the data label after i create the graph. I'm hoping
there's away to graph it with the letter in tact.
 
Clearly, Excel cannot plot 43A; it must have a numeric value
Keep the column with 43A, 33B (I will assume 43A is in B2)
Make a new column with formulas
a) if you always have 2 digits use =--LEFT(B2,2)
b) if you can have variable numbers of digits but only one letter use
=--LEFT(B2,LEN(B2)-1)
Now make plot using the new column (you know how to use CTRL to select
non-contiguous data?)
Use Bovey's add-in to make data labels (it works with more than just XY
charts)
see http://www.appspro.com/Utilities/ChartLabeler.htm

best wishes
 

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