+ Reply to Thread
Results 1 to 6 of 6

Formatting Currency from 4.283,88 to 4,283.88 for example... HELP HELP HELP

  1. #1
    Forum Contributor
    Join Date
    04-14-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    198

    Formatting Currency from 4.283,88 to 4,283.88 for example... HELP HELP HELP

    OK,

    So the file that gets emailed to me puts all of the currency numbers in a format as stated so 575,00 should be 575.00 and 1.285,22 should be 1,285.22 can anyone tell me the easiest way to format the entire spreadsheet to the correct formatting!!! I have tried what I know and cannot get it to work.

    currency.xlsm

  2. #2
    Forum Contributor
    Join Date
    04-14-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    198

    Re: Formatting Currency from 4.283,88 to 4,283.88 for example... HELP HELP HELP

    Nobody... knows

  3. #3
    Registered User
    Join Date
    09-27-2015
    Location
    Rhode Island, USA
    MS-Off Ver
    2013
    Posts
    35

    Re: Formatting Currency from 4.283,88 to 4,283.88 for example... HELP HELP HELP

    Whoever gave you the file - they didn't use any formatting to their numbers.

    They literally typed in $ 4,427.50 = the actual currency symbol with a space in between and then the , and the . in the amount... so it's not a true number where we can change the formatting....

    You can also prove this out by trying to add a number to the value for example A2+1 see what you get for an answer... it'll be an error... again since the column A is not numbers... they're text because of the way they hand typed the formatting in the cell....


    You'll notice this especially if you do a text to column.

    So I did a text to column to break it all apart and the reassemble it again. I guess we could have used the text functions, mid, left and right coupled with some find to give us the exact break downs.... but figured text to columns is quicker and more precise.

    See attached.

    Hilmy
    Last edited by Mr_HiB; 10-11-2015 at 01:22 PM. Reason: proving out that column a is not a number.

  4. #4
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,781

    Re: Formatting Currency from 4.283,88 to 4,283.88 for example... HELP HELP HELP

    Hi

    Format column B currency or valute

    B2 =IF(LEN(A2)=10,SUBSTITUTE(SUBSTITUTE(A2,".",","),",",".",2),SUBSTITUTE(A2,",","."))+0 copy down

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,929

    Re: Formatting Currency from 4.283,88 to 4,283.88 for example... HELP HELP HELP

    Slightly shorter version....
    =--SUBSTITUTE(SUBSTITUTE(MID(A2,3,99),".",""),",",".")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  6. #6
    Registered User
    Join Date
    09-27-2015
    Location
    Rhode Island, USA
    MS-Off Ver
    2013
    Posts
    35

    Re: Formatting Currency from 4.283,88 to 4,283.88 for example... HELP HELP HELP

    Doh.. Lol nice job

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Change Currency Formatting
    By Floydlevedale in forum Excel General
    Replies: 3
    Last Post: 07-08-2013, 03:43 AM
  2. Replies: 2
    Last Post: 02-25-2013, 01:55 AM
  3. Currency Formatting
    By lherndo in forum Excel General
    Replies: 2
    Last Post: 04-26-2010, 05:34 PM
  4. Currency formatting
    By EXCELNEWCOMER in forum Excel General
    Replies: 4
    Last Post: 01-19-2010, 04:55 PM
  5. Formatting Currency
    By mgzsman in forum Excel General
    Replies: 3
    Last Post: 11-03-2008, 06:43 PM
  6. Currency Formatting-range of number as currency
    By kmurray24 in forum Excel General
    Replies: 1
    Last Post: 01-09-2008, 09:09 AM
  7. Currency Formatting.
    By John Smith in forum Excel General
    Replies: 3
    Last Post: 11-01-2005, 11:05 AM

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