A
anthony
I need to extract data to the right of a dash (-). For example, from
123-34, I need 34 The data can be of a variable length with no set
length either before or after the dash so I can't use Right or Left
functions. I can't immediately see a built-in function that would do
this. Do I have to grow my own? Anyone already done it?
TVM
Anthony
123-34, I need 34 The data can be of a variable length with no set
length either before or after the dash so I can't use Right or Left
functions. I can't immediately see a built-in function that would do
this. Do I have to grow my own? Anyone already done it?
TVM
Anthony