Parse variable length strings

R

Ray

Hi -

I have a data-dump that's used as the source data for a variance
report. One of the fields contains a transaction date and the name of
the purchaser ... this entry is always formatted like this:
dd.mm.yyyy lastname,firstname

Of course, the first & last names are of variable lengths. Is it
possible to build a formula that would essentially strip off the date
and space (eg "05.15.2009 "), leaving me with the full name of the
purchaser?

My current solution utilizes the text-to-columns functionality, but
requires the user to add a column (in the correct location or risk
over-writing data) and then using text-to-columns ... I'd like it to
be an 'automatic' action when the data is refreshed (ie, re-pasted).

Any ideas?

Thanks, ray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top