+ Reply to Thread
Results 1 to 5 of 5

Format Decimal values!

  1. #1
    Registered User
    Join Date
    07-20-2011
    Location
    Kerala, India
    MS-Off Ver
    Excel 2013
    Posts
    93

    Thumbs up Format Decimal values!

    Hi!

    I am using MS Office 2007


    I have values:

    A1= 703,102.40
    B1= AND
    C1= 23
    D1= %

    EI= (I need result as: 703,102.40 AND 23 %)

    But when i CONCATENATE, I get : 703,102.4 AND 23 % (.4 - [zero is missing])

    Please help me out - so that it displays 2 decimals even if its 'Zero'

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Format Decimal values!

    =text(a1,"#,##0.00")&" "&a2&" "&a3&" "&a4


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Format Decimal values!

    Please use the following formula in C1 considering you have the numbers in A1 & B1

    =CONCATENATE(TEXT(A1,"##,###.00")," AND ",TEXT(B1,"##%"))

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Format Decimal values!

    Or, If you have

    A1= 703,102.40
    B1= AND
    C1= 23
    D1= %

    in E1:

    =CONCATENATE(TEXT(A1,"##,###.00")," ",B1," ",C1,D1)

  5. #5
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.95 for Mac MS 365
    Posts
    8,682

    Re: Format Decimal values!

    Or if you want one more option...
    =TEXT(A1,"#,###.00")&" "&B1&" "&C1&" "&D1 in cell E1
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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. Pivot Chart displaying percentage values as decimal values
    By figo12 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 11-05-2013, 05:02 PM
  2. [SOLVED] Calculating decimal places in a non decimal format (ie sixes not tens)
    By Mike Brewer in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-07-2013, 08:58 AM
  3. Format decimal to specific type of format
    By greekboyuk in forum Excel General
    Replies: 5
    Last Post: 02-25-2011, 10:02 AM
  4. Format display decimal values but no decimal point
    By BecParko in forum Excel General
    Replies: 1
    Last Post: 10-18-2007, 04:42 AM
  5. [SOLVED] Date format to decimal format?
    By michael.beckinsale in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-03-2006, 03:50 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