Jump to content
Server Maintenance This Week. ×

exporting to excell problem


This topic is 8077 days old. Please don't post here. Open a new topic instead.

Recommended Posts

quote:

Originally posted by KM:

when I export address field to excell spreadsheet, a carrige return symbol appears between the address information. Is there any way around this?

Thanks

If you want the whole address in one cell in Excel (and it appears that way), create a calc:

Substitute (Address, "

Link to comment
Share on other sites

The above method will also remove unwanted returns at the end of any field that should not have returns on them.

Having dealt with so many typo problems on export, I now create many of the fields to be exported, especially addresses as calcluations. It is far easier to control the exported result and eliminate a lot of user errors.

e.g. for a one line address to be concatenated from Address, Town 'n' Post Code fields

If(IsEmpty(Address;"";Substitute(Address;"

Link to comment
Share on other sites

This topic is 8077 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.