(please dont delete this thread, i cant think of a better title)
hi everyone,
i have strings (each cell contains) like this:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>WW098-ZK-TRXF-PAB-MRX-01
<style type="text/css"></style>BB107-ZK-MRCK-N-SPDB-TRC-01
and i have condition like this:
i want to: "if strings between the first - (dash) and the second - (dash) (from left, in this case theyre TRXF and MRCK) matches the condition i had, then print it out"
it should be something like: "if -TRXF- contains TR then 10, or if -MRCK- contains MR then 6"
thank you.
hi everyone,
i have strings (each cell contains) like this:
<style type="text/css"><!--td {border: 1px solid #ccc;}br {mso-data-placement:same-cell;}--></style>WW098-ZK-TRXF-PAB-MRX-01
<style type="text/css"></style>BB107-ZK-MRCK-N-SPDB-TRC-01
i want to: "if strings between the first - (dash) and the second - (dash) (from left, in this case theyre TRXF and MRCK) matches the condition i had, then print it out"
it should be something like: "if -TRXF- contains TR then 10, or if -MRCK- contains MR then 6"
thank you.
Last edited: