+ Reply to Thread
Results 1 to 4 of 4

Concatenate

  1. #1
    Forum Contributor
    Join Date
    10-18-2010
    Location
    Walla Walla, Washington
    MS-Off Ver
    Excel 2007
    Posts
    124

    Concatenate

    When i am using the function of concatenate and am entering a cell that is formatted as a percentage, I keep getting a result in decimal form. How might I get the result in Percentage form.

    The function I am using is Concatenate("kVar required to produce", k2,"Pf") When I enter a value 95% in k2, it shows up as a percentage. When the info is displayed in the listed function it displays as .95 .

    Thanks for your help
    Last edited by cadamhill; 05-03-2012 at 09:55 AM.

  2. #2
    Forum Guru
    Join Date
    08-26-2007
    Location
    London
    Posts
    4,606

    Re: Concatenate

    Try

    Concatenate("kVar required to produce", text(k2,"0%"),"Pf")

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Concatenate

    you need to add the TEXT() function.

    e.g.

    =CONCATENATE("kVar required to produce ", TEXT(K2,"0%")," Pf")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Forum Contributor
    Join Date
    09-29-2011
    Location
    Kolkata, India
    MS-Off Ver
    Excel 2003/2007
    Posts
    182

    Re: Concatenate

    use below formula

    Concatenate("kVar required to produce", text(k2,"0.#%"),"Pf")

+ 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