Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / January 2008

Tip: Looking for answers? Try searching our database.

How do I extract the numerical value of '325.00' to next column

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Pathung - 31 Jan 2008 20:36 GMT
Another software exported a list of values in the form of: '325.000',
complete with the apostrophies. How do I extract just the number itself to
the next column over?
PCLIVE - 31 Jan 2008 20:53 GMT
If your data is in A1, then one way:

=MID(A1,FIND("'",A1)+1,(FIND("'",A1,2)-1))

If the number of digits is the same for all the numbers, then you could use:
=MID(A1,2,8)

Another way:

=MID(A1,2,(LEN(A1)-2))

> Another software exported a list of values in the form of: '325.000',
> complete with the apostrophies. How do I extract just the number itself to
> the next column over?
Bernard Liengme - 31 Jan 2008 22:09 GMT
=--LEFT(E19,LEN(A1)-1)
since the first ' is generally ignored by Excel
best wishes
Signature

Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

> Another software exported a list of values in the form of: '325.000',
> complete with the apostrophies. How do I extract just the number itself to
> the next column over?
Ron Coderre - 31 Jan 2008 22:34 GMT
You may want to try this:

Select your one-column range of "numbers"

From the Excel Main Menu:
<data><text-to-columns>
...Check: Delimited......Click [Next]
...Check: Other....Enter an apostrophe (')
...Click [Next]
...Select the 2nd column......Check: Do not Import
...Destination: (choose the cell to the right of the current data)
...Click [Finish]

Is that something you can work with?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

> Another software exported a list of values in the form of: '325.000',
> complete with the apostrophies. How do I extract just the number itself to
> the next column over?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.