+ Reply to Thread
Results 1 to 4 of 4

Simple Formula / No Percentage?

  1. #1
    Registered User
    Join Date
    12-08-2014
    Location
    Nashville
    MS-Off Ver
    Home
    Posts
    1

    Simple Formula / No Percentage?

    I'm writing a very simple formula:
    ="Stuff: "&A1

    A1 has a percentage "79%".
    What I want it to display is Stuff: 79%
    What it actually displays is Stuff: 0.79

    All cells are set to display percentiles. Something about the formula is disabling that. How do I get the desired presentation?
    Last edited by Incendax; 12-08-2014 at 08:04 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Simple Formula / No Percentage?

    Insert a helper column and change the percentage format in A1 using the formula below. Then use your concatenate formula referencing the text result below.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: Simple Formula / No Percentage?

    one way to get around it;

    =CONCATENATE("Stuff: ",VALUE(A1)*100,"%")

  4. #4
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: Simple Formula / No Percentage?

    Quote Originally Posted by hoyasaxa215 View Post
    Insert a helper column and change the percentage format in A1 using the formula below. Then use your concatenate formula referencing the text result below.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I may suggest a simplified solution,

    This will do the same thing without the need for a helper column.

    ="Stuff: "&TEXT(A1,"0%")
    Last edited by Speshul; 12-09-2014 at 10:20 AM.
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

+ 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. Simple Price Markup Percentage Formula
    By Assurance in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-23-2014, 02:14 PM
  2. Potentialy simple percentage formula help
    By skaps in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-05-2013, 06:00 AM
  3. [SOLVED] Simple? Percentage forumla
    By Luthier in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-15-2012, 12:15 PM
  4. [SOLVED] Need help, simple math...from a percentage
    By cfiser in forum Excel General
    Replies: 2
    Last Post: 11-17-2005, 12:55 PM
  5. Very simple percentage problem
    By News Account in forum Excel - New Users/Basics
    Replies: 8
    Last Post: 06-29-2005, 06:05 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