View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jac Tremblay[_4_] Jac Tremblay[_4_] is offline
external usenet poster
 
Posts: 99
Default Format number / 1000

Hi Chip,
Thanks for your answer. I replied to Andrew who posted first. My reply
applies to you as well and includes some more information for french users.
Thanks a lot to you too.
--
Jac Tremblay


"Chip Pearson" wrote:

Jac,

Use a custom number format of

#,##0,

Note the trailing comma.

--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Jac Tremblay" wrote in message
...
Hi,
I wanderif there is a format (personalized) in Excel that would
display a
number as the number divided by 1000. For example, 1 000 000
would appear as
1 000 (or 1,000,000 as 1,000).
Something like the % format that multiplies the number by 100
to display it.
Thanks
--
Jac Tremblay