+ Reply to Thread
Results 1 to 17 of 17

How to concatenate numbers with 2 fixed decimals

Hybrid View

  1. #1
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: How to concatenate numbers with 2 fixed decimals

    So, you don't want every cell reference in that formula to have FIXED( ... ,2) around it?

    Another way of doing it would be to use the TEXT function, i.e.:

    TEXT(B84,"0.00")

    (this is in English, but you will probably have to use a semicolon instead of the comma and a comma instead of the full stop), but if you only need to do this to selected cells then you could adapt the following procedure:

    put an apostrophe ( ' ) before the = sign in the cell with the formula, then put

    TEXT(

    (or the Dutch equivalent) in another cell. Click on the formula bar as if to edit the cell, highlight the contents and do CTRL-C to copy it, then press the < Esc > key. Then click on the cell with the CONCATENATE formula in it and click on the formula bar and then move the cursor to just in front of the cell reference for a number, and then do CTRL-V to paste the TEXT( characters in front of the cell reference. Continue to do this for the other cell references which contain numbers.

    Then you can repeat this sequence by putting the second part of the function in the temporary cell, i.e.:

    ;"0,00")

    and then copy this and press < Esc > again, then paste it after those cell references that you have already amended.

    Finally, you can delete the apostrophe from in front of the = sign.

    Hope this helps.

    Pete

  2. #2
    Registered User
    Join Date
    10-11-2016
    Location
    Rotterdam, The Netherlands
    MS-Off Ver
    2010
    Posts
    8

    Re: How to concatenate numbers with 2 fixed decimals

    Hi Pete, I will try this tomorrow first thing in the morning and will let you know if it worked!

    Thanks!

  3. #3
    Registered User
    Join Date
    10-11-2016
    Location
    Rotterdam, The Netherlands
    MS-Off Ver
    2010
    Posts
    8

    Re: How to concatenate numbers with 2 fixed decimals

    Hi Pete,

    Eventually I used your copy paste strategy with the normal fixed function. Its the shortest way, because FIXED( is using two decimals by default. Thanks for the help!

    Best regards,
    Bas

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,463

    Re: How to concatenate numbers with 2 fixed decimals

    Glad to hear that you got it sorted in the end.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Adding 2 decimals regardless of sig figs to CONCATENATE formula
    By ExcelSponge in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-01-2016, 02:38 PM
  2. Removing decimals fron concatenate formuls
    By deanblew in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-16-2016, 09:12 AM
  3. [SOLVED] How to Concatenate two cell with decimals
    By sharathnarayanan in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-29-2014, 02:53 PM
  4. Fixied Decimals with CONCATENATE
    By TimmyK in forum Excel General
    Replies: 2
    Last Post: 06-11-2009, 11:40 AM
  5. CONCATENATE with decimals, convert to fractions
    By rberger909 in forum Excel General
    Replies: 5
    Last Post: 12-05-2006, 11:33 PM
  6. How do I keep fixed and Non-fixed decimals on a sheet together?
    By kpike in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-21-2006, 07:35 PM
  7. [SOLVED] fixed decimals
    By GreenThumb in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-14-2005, 08:06 PM

Tags for this Thread

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