Using non-numerical imported data

  • Thread starter Thread starter Ricardinho
  • Start date Start date
R

Ricardinho

When importing data from financial websites, some of it
comes in as 171.1Mil instead of 171.1 , which means Excel
won't recognise it as a figure and I can't manipulate it.
Any suggestions? thanks
 
Hi

You could use Data/Text to columns to split off the text bit, or use
=--LEFT(E14,LEN(E14)-3) to trim it off.

Andy.
 

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

Similar Threads


Back
Top