Forum Moderators: open
We output a lot of reports as html files giving the user the option to view them in a browser, Word or Excel. It removes the need for us to do extensive retesting of files when the target application is upgraded and we don't need to create duplicates of the same report for different environments.
The reason I wanted to do this was to import a table of contacts created by some survey software. The problem I have now is that I have the email address in one column and the full name in another but I also need to have columns with the first name and surname.
Is there going to be an easy way to do that? i.e. does Excel allow you to split cell contents into two columns, or will I have to write a script in something like PHP to do that?
I realise this isn't the original question, but if you guys know, you'd save me a lot of headaches.
I am assuming that the list of names is clean and well formatted of course. Odd entries like "Dr John Smith" or "Smith, John" will give you problems.
Nearly forgot, remember to convert the formulae to values when you have finished.