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
|