Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I have a need to extract the figure before "%" symbol. I tried using the script below but unable to achieve it. I will appreciate any assistance on the right function. Range("T" & z).Value = Mid(Range("M" & z), 1, 4) 14.20% USD FEDERAL GOVERNMENT BOND 5.20% USD FEDERAL GOVERNMENT BOND 14% USD FEDERAL GOVERNMENT BOND Desired Result: 14.20 5.20 14 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wednesday, July 22, 2015 at 12:18:29 PM UTC+1, wrote:
Hi, I have a need to extract the figure before "%" symbol. I tried using the script below but unable to achieve it. I will appreciate any assistance on the right function. Range("T" & z).Value = Mid(Range("M" & z), 1, 4) 14.20% USD FEDERAL GOVERNMENT BOND 5.20% USD FEDERAL GOVERNMENT BOND 14% USD FEDERAL GOVERNMENT BOND Desired Result: 14.20 5.20 14 Many thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extraction | Excel Worksheet Functions | |||
Extraction | Excel Discussion (Misc queries) | |||
extraction | Excel Discussion (Misc queries) | |||
Extraction | Excel Worksheet Functions | |||
Trendline Function Extraction | Excel Discussion (Misc queries) |