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
copy field value from a form to a table
Setting WPF radio button FontWeight based on Checked value
Delete Files from Temp Directory that are at least 2 hours old
Access 2003 to Word 2003: quest 2: where can i put these 2 lines of code, bec. now it's giving me an error
How do I pass a cell reference through to my function code instead of the cell contents
How to create a nested SUMIF in Excel / Google Docs
Setting references in a new Access 2003 database using VBA
How to determine Windows Version installed on a non-booting hard drive
Excel 2007 charts do not update!
SBS 2008 Remote Web Workspace getting 10009 and continously prompting users for password, not letting them into there PCs