We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In order to get one field for the street addresses we need to concatenate. We used an Excel formula to do the concatenation as follows:
We added a new field in column Y called "StreetAddress"
We input the following formula:
=CONCATENATE(Z2,IF(AA2<>""," "&AA2,"")," "&AB2)
Then we applied this change to all of the rows.
We then copy and pasted the column as "value only" so that the values would be preserved, rather than the formulas.