I have columns that contain data similar to this :
- 3/4" STL. PL 17 7/8" X 16"
- 3/4" STL. PL 118 1/4" X 30 1/8"
- 5/8" STL. PL 94 1/2" x 17 3/8"
The code has to :
Answer to first one :
it should multiply: 3/4 * 17 7/8 * 16
second one :
5/8* 94 1/2 * 17 3/8
- Extract just the numbers and multiply it.
- Display this answer in adjoining row.
- All columns are in same format except that the numbers keep changing. Spacing between the numbers and the letters is constant.
- The code probably will have to check if there is a letter or a number after the space. Eg. 94 ½” vs STL. PL
- Ignore the inches symbol ("). ignore the multiplication symbol (x)
How to proceed ?
Is this how something to be done with LEN command ?
Bookmarks