I'll try my best to explain this.
I have CSV files that are opened and data is read for them.
I'm looking for a script that find's a certain value in cell "A1" and displays it's located by LEN.
So lets say cell "A1" contains
I want to find data "DTSCN". The script would return LEN 136.
Is this possible?
I have CSV files that are opened and data is read for them.
I'm looking for a script that find's a certain value in cell "A1" and displays it's located by LEN.
So lets say cell "A1" contains
Code:
BDIR)\\HTO\ASERV30\IMG\IN\1119654652202BD000000001119654652202BTNB1119654652202BTRETCT9BTSRCASCAN BTTYOCFOCBN 1119654652202DREC20110714DTSCN20110714TSTESNMRD 052011
I want to find data "DTSCN". The script would return LEN 136.
Is this possible?
Last edited: