FredStimler
New Member
- Joined
- Jan 5, 2016
- Messages
- 3
I converted a PDF file with important TAX rate information. It did not work very well so now I must grab values from the string into 3 different columns. An example string is "Agua Dulce 9.00% Los Angeles".
The first word (City) is from position 1 to where there are two blank spaces.
The rate is the first numeric on the page - grab the decimal and 2 more places
The last word (County) is the next word - to the end of the string.
I have used Find, Substitute, IsNumber, Search, MID and others but am confused on how to combine them here.
Thanks.
The first word (City) is from position 1 to where there are two blank spaces.
The rate is the first numeric on the page - grab the decimal and 2 more places
The last word (County) is the next word - to the end of the string.
I have used Find, Substitute, IsNumber, Search, MID and others but am confused on how to combine them here.
Thanks.