?? Extra blank lines in 'address' cell after exporting to Excel

H

Hadyn Pkok

OS = XP Pro latest sp; MSOffice Pro 2003 latest sp

I am using SQL Reporting Services (Sp1) to export data to Excel. The SQL
query grabbing the data requires a case statement with carriage returns to
format Address data. For instance the output looks as follows:

SRT: ATTN: Sales
1603 Plasma Ave
Stonewashed, IL 60135

When I export the report to Excel, the cell containing the address info gets
formatted with a blank line (within the cell) between each address line. For
instance:

SRT: ATTN: Sales

1603 Plasma Ave

Stonewashed, IL 60135

Is there a way to update the address column to remove these blank lines? I
have attempted various formatting tricks in SQL Reporting Services and
nothing seems to work. So, I thought there might be a way to export the data
to Excel then update that column to remove the blank lines.

Any help would be welcome...

Hadyn
 
A

arunkhemlai

Hi,

I don't know much about the reporting services, so can't address your
question.
But if it's possible for you not to use it, you can try to use excel to
IMPORT data from sql instead; it may of may not help.

arunkhemlai
 
H

Hadyn Pkok

Thanks. People in the company are running these reports individually and
don't have the ability to run the required SQL queries, so I need to continue
with the Report Service. They need the to run the report and export it to
Excel. I thought there might be a way to update the Excel column to remove
additional lines in the cell after they do the export.

Hadyn
 
G

Gord Dibben

Hadyn

The blank lines could be caused by carriage returns in the data.

Try selecting the column then Edit>Replace

what: hold ALT key and type 0010 on numpad at right-side of keyboard.

with: nothing

Replace all.


Gord Dibben Excel MVP

On Fri, 15 Apr 2005 12:22:01 -0700, "Hadyn Pkok" <Hadyn
 

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