- I am transferring test results accross three computer systems - the first remote computer generates test results which are exported to an Excel sheet which I receive.
- I get test results in column A
- The results may vary in the number of characters. Numeric range will be between 1000.0 down to 0.675
- Typical figures:
139
14.8
1.690
<=0.675
- Using third part software, Column B converts these numbers to a barcode.
- The sheet is then printed.
- The barcodes in column B are then used to scan the test results into another computer system which does not recognize the 'less than or equal to' notation.
I have rounded up the usual suspects such as left$, find, substitute, custom formatting etc, but can't get it to work as I need.
I don't want to generate another column (if possible), i.e, I'd like to display the final result in it's original cell.
Any guidance would be appreciated.
Thanks
Peter