Juggler_IN
Active Member
- Joined
- Nov 19, 2014
- Messages
- 358
- Office Version
- 2003 or older
- Platform
- Windows
I need help on extracting fractions from strings and calculate the result. For example-
1. ten thousand one hundred twenty three and 45/100 --- here i want to extract 45/100 and calculate it to 0.45
2. two hundred fifty five and 1/100 --- here i want to extract 1/100 and calculate it to 0.01
i will need a function to compute this and pass on to another subroutine.
1. ten thousand one hundred twenty three and 45/100 --- here i want to extract 45/100 and calculate it to 0.45
2. two hundred fifty five and 1/100 --- here i want to extract 1/100 and calculate it to 0.01
i will need a function to compute this and pass on to another subroutine.