Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
micoope
 
Posts: n/a
Default How do I change the number format within the concantenate function

I have created a formula that uses the concantenate function that refers to a
cell that is formatted as percentage. However, the cell that contains the
formula shows the referred to cell as a decimal. The referred to cell is
using a list and data validation. For example, cell A1 uses a list of the
following number: 1%, 2%,....99%. Since data validation is used, a drop down
list is created with all of these percentages. Cell B1 has the formula
'=CONCANTENATE("The rate is "$A$1)' The result shown is 'The rate is 0.85'
I want it to display 'The rate is 85%'

Thanks.
  #2   Report Post  
bj
 
Posts: n/a
Default

try something like
="The rate is "&text($A$1,"0%")

"micoope" wrote:

I have created a formula that uses the concantenate function that refers to a
cell that is formatted as percentage. However, the cell that contains the
formula shows the referred to cell as a decimal. The referred to cell is
using a list and data validation. For example, cell A1 uses a list of the
following number: 1%, 2%,....99%. Since data validation is used, a drop down
list is created with all of these percentages. Cell B1 has the formula
'=CONCANTENATE("The rate is "$A$1)' The result shown is 'The rate is 0.85'
I want it to display 'The rate is 85%'

Thanks.

  #3   Report Post  
micoope
 
Posts: n/a
Default

It worked! Thanks.
/mc

"bj" wrote:

try something like
="The rate is "&text($A$1,"0%")

"micoope" wrote:

I have created a formula that uses the concantenate function that refers to a
cell that is formatted as percentage. However, the cell that contains the
formula shows the referred to cell as a decimal. The referred to cell is
using a list and data validation. For example, cell A1 uses a list of the
following number: 1%, 2%,....99%. Since data validation is used, a drop down
list is created with all of these percentages. Cell B1 has the formula
'=CONCANTENATE("The rate is "$A$1)' The result shown is 'The rate is 0.85'
I want it to display 'The rate is 85%'

Thanks.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert numbers from text format to number format merlin68 Excel Discussion (Misc queries) 7 June 20th 07 07:03 PM
How do I format a cell for a custom part number? PJ Excel Discussion (Misc queries) 4 March 3rd 05 03:57 AM
Format the Cell into a telephone number but using country code Chris Quinn Excel Discussion (Misc queries) 1 January 27th 05 03:51 PM
Customer Number Format Edgar Thoemmes Excel Worksheet Functions 1 January 24th 05 12:39 PM
how to change the h:mm format to number? Bel Excel Worksheet Functions 2 January 10th 05 06:30 PM


All times are GMT +1. The time now is 08:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"