+ Reply to Thread
Results 1 to 6 of 6

Replace Decimal points with commas in spread sheet?

  1. #1
    Forum Contributor
    Join Date
    03-21-2012
    Location
    New York NY
    MS-Off Ver
    2010
    Posts
    113

    Replace Decimal points with commas in spread sheet?

    I uploaded a spreadsheet and it replaced the majority of the commas to decimal points such as 1.000 instead of 1,000. anyone know how I can change all of these at once?

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Replace Decimal points with commas in spread sheet?

    Are there any other commas that should not be changed back to decimal points?

    In that case, you can do a normal find replace.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Forum Contributor
    Join Date
    03-21-2012
    Location
    New York NY
    MS-Off Ver
    2010
    Posts
    113

    Re: Replace Decimal points with commas in spread sheet?

    some are correct as commas and some are decimals, they should all be commas

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Replace Decimal points with commas in spread sheet?

    Have you tried a find-replace?

  5. #5
    Registered User
    Join Date
    05-01-2012
    Location
    Portland, OR
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Replace Decimal points with commas in spread sheet?

    Hey c.j.,

    If you open your excel and push ctrl+F then push the replace tab in the popup dialog box. In the "Find what:" box put in what you want replaced (the decimal), and then in the "Replace with:" box, put what you want all of them to be replaced with (the comma). Capture1.PNG Should look something like that. Then you can push replace to do it one at a time and monitor, or if you just push replace all, every decimal on that sheet will be replaced with a comma automatically. Hope this helps.

  6. #6
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Replace Decimal points with commas in spread sheet?

    So in French the comma is used instead of the period to mark the decimal point. That is just a piece of trivia I've happened to pick up in my life. I don't know about other languages but I happen to know that excel uses the comma as the decimal separator if you've set the language to French.

    Do you want 1,000 to be "one-point-zero-zero-zero" or "one thousand"?

    Because if you use ctrl-F then it will become "one thousand". It might change it to text too, depending of formatting? Not sure, when I tried it it remained a number but that wasn't really exhaustive testing.

    Otherwise... read this.

+ 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