View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default how o i use commas for lakhs

use a custom format of

[=10000000]##\,##\,##\,##0.00;[=100000]##\,##\,##0.00;##,##0.00

will format say 1234567890 as 123,45,67,890.00


--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"jatin" <jatin @discussions.microsoft.com wrote in message
...
i would like to seperate figures in lakhs and not in millions
eg 1,00,000 & not 100,000
how do i do it