Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number Format after Excel Export

Status
Not open for further replies.

GeneN24

IS-IT--Management
May 1, 2003
17
US
At times when a number in Crystal has no decimal (105123), when exported to Excel it is made a decimal and cannot be reformatted (105123.00). Does anyone know a way around this?

Thanks
 
It could be due to the nature of the value. If it had decimals but didn't display them on the report, it might still remember the values when exporting to Excel.

If you logically rounded the values using the command
Round{your.value}
this might get rid of the problem.

Madawc Williams
East Anglia
Great Britain
 
Try changing the persisted user setting in Excel for numbers/currency to not have any decimal places and see what happens.

I suspect Excel is interpreting the field as a number (as it should) and is applying the applcation settings to the field (cell).



Cheers,

SurfingGecko
Home of Crystal Ease
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top