+ Reply to Thread
Results 1 to 4 of 4

Indian Style comma separator

  1. #1
    Registered User
    Join Date
    08-13-2012
    Location
    Kolkata
    MS-Off Ver
    Excel 2007
    Posts
    19

    Indian Style comma separator

    I need a Indian Style comma separator in excel with decimals


    Actual Numbers
    3123456110.00
    3123456110.32


    To be formatted as
    3,12,34,56,110.00
    3,12,34,56,110.32

    Please help
    its urgent

    Thank You
    Bikash Shaaw

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Indian Style comma separator

    Try cell format

    [>=1000000000]#\,##\,##\,##\,##0.00;[<=10000000]##\,##\,##0.00;##,##0.0

    This will work for all numbers between 100000 and 99999999999
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    08-13-2012
    Location
    Kolkata
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Indian Style comma separator

    There is a problem in it, when i type the number 45,236.00

    it shows as ,45,236.00

    there a extra comma in front of the digit pls help

  4. #4
    Forum Contributor
    Join Date
    07-17-2012
    Location
    N/A
    MS-Off Ver
    Excel 2010
    Posts
    218

    Re: Indian Style comma separator

    I know this is an old thread, but I also had the same issue and tried the following cell formats:

    [<100000]##,##0.00;[<10000000]#\,##\,##0.00;[<1000000000]#\,##\,##\,##0.00;[<100000000000]#\,##\,##\,##\,##0.00;#\,##\,##\,##\,##\,##0.00

    OR

    [<100000]##,##0.00;[<10000000]#\,##\,##0.00;[<1000000000]#\,##\,##\,##0.00;#\,##\,##\,##\,##0.00

    OR

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

    I created these format snippets and the last one worked for me in Office Excel 2013

    You can also try a VBS:
    http://www.excelfox.com/forum/f22/ex...eparation-375/

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1