SpaghettiStraps
Programmer
howdy,
i have a field in an excel spreadsheet that has something like 1234-198 or 123-1988. it can have 4 or 3 digits before the dash and up to 10 characters after the dash. i want to break this out into two separate fields using the dash as the breakpoint. (i don't want the dash in either field.)
ordinarily i would use MID() but because of the variable length issue i don't know how.
if you can help you'd save me a heck of a lot of work every month.
thanks,
john
i have a field in an excel spreadsheet that has something like 1234-198 or 123-1988. it can have 4 or 3 digits before the dash and up to 10 characters after the dash. i want to break this out into two separate fields using the dash as the breakpoint. (i don't want the dash in either field.)
ordinarily i would use MID() but because of the variable length issue i don't know how.
if you can help you'd save me a heck of a lot of work every month.
thanks,
john