Forum Discussion
kinman10
Dec 13, 2023Copper Contributor
Number Formatting
Hey all, I have a lot of work books that are exported from a CRM system. When I’m exporting the most important thing that I need is the account number, which is often times a long up to 16 digit nu...
Riny_van_Eekelen
Dec 13, 2023Platinum Contributor
kinman10 Important to know in what format the CRM systems exports the reports. If it produces XLS(X) files the problem lies there. Excel can't display numbers with more than 15 digits as you have discovered.
If you have the option to export raw data in CSV format, that would be the way the go. But, then you must properly import that data, preferably with Power Query, into Excel, rather than just open the CSV in Excel by double-clicking on the file name.
So, could you please clarify what the CRM exactly produces?