Excel formatting

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

Guest

Dear all,

I have a programme that measures areas off of drawings. The recorded data
is produced in Excel cells as:

A:32.2
B:245.2
C:9.2
etc.

e.g. each cell contains 'letter+colon+number'

What formula or format would I require to drop the "letter:" thereby
isolating the numbers and enabling their manipulation?


Thanking-you in advance,

Neil
 
One way is to use a helper column and the formula

=MID(A1,3,999)

Assumes you never have more than 999 numbers you actually want.

Mike
 

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