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 / General Excel Questions / March 2008

Tip: Looking for answers? Try searching our database.

How to select the value?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Eric - 19 Mar 2008 04:34 GMT
Does anyone have any suggestions how to select the value?
I would like to retrieve the value within (), such as
2.532 (2.7%) in cell A1
It should return 2.7% in cell B1.
Does anyone have any suggestions?
Thank you very much
Eric
T. Valko - 19 Mar 2008 05:12 GMT
Try one of these:

If the number inside the ( ) is *always* positive:

=-MID(A1,FIND("(",A1),100)

Or, this generic version:

=--MID(SUBSTITUTE(A1,")",""),FIND("(",A1)+1,100)

Format as PERCENTAGE

Signature

Biff
Microsoft Excel MVP

> Does anyone have any suggestions how to select the value?
> I would like to retrieve the value within (), such as
[quoted text clipped - 3 lines]
> Thank you very much
> Eric
Max - 19 Mar 2008 05:14 GMT
In B1, B1 formatted as percentage:
=MID(A1,SEARCH("(",A1)+1,SEARCH(")",A1)-SEARCH("(",A1)-1)+0
Signature

Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---

> Does anyone have any suggestions how to select the value?
> I would like to retrieve the value within (), such as
[quoted text clipped - 3 lines]
> Thank you very much
> Eric
 
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.