Microsoft
Software
Hardware
Network
Question : Extracting Numbers
I have numbers I've cut and pasted into column A in Excel. The format is (0-0) +00.0 -- where there is one space between the ) and the + or - sign, and a 00.0 or 0.0 number. I need to extract that + or - sign with the number to the right of the ) into Column B
For example, in the case where it's (12-15) +14.5 I need to extract the +14.5
In the case where it's (10-10) -0.5 I need to extract the -0.5
In the case where it's (25-10) +31.5 I need to extract the +31.5
Hope this is enough information for you. Thanks in advance!
Answer : Extracting Numbers
=MID(A1,FIND(")",A1)+1,100
) to return a text result, or
=value(MID(A1,FIND(")",A1)
+1,100)) to return a numeric value
Random Solutions
How do you move controls in a Word 2007 template?
Access Location Database
Exchange 2007 - Users mailbox can't send mail
register exe as a com server
Help with existing formula
Access 2003 - Issue with .AddNew keywork after Access Migration to SQL Sever
Sharepoint + Trusts + People Picker
How does one configure SPN for an ISA 2006 and NLB Exchange 2007 CAS-setup.
How do I get sql server management studio express to show
Open Folder path and place in TextBox