Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default concatenate formulas

In my formula I copied a cell that was formatted with a percentage. When I
finished the concatenate formula the cell that was input was in a decimal
format. How do I keep the format of the cell when linking it to the
concatenate formula?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,163
Default concatenate formulas

If it is a numeric cell (rather than text) Excel uses the base numeric format
when you convert it to string in a formula. But you can specify the format
by using the TEXT function - if the value in A1 is your percentage you could
do this:
="The resulting rate is "&TEXT(A1,"##0.0%")
--
- K Dales


" wrote:

In my formula I copied a cell that was formatted with a percentage. When I
finished the concatenate formula the cell that was input was in a decimal
format. How do I keep the format of the cell when linking it to the
concatenate formula?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default concatenate formulas

=TEXT(A1,"0%")&B1

as an example

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"
wrote in message
...
In my formula I copied a cell that was formatted with a percentage. When

I
finished the concatenate formula the cell that was input was in a decimal
format. How do I keep the format of the cell when linking it to the
concatenate formula?



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
USE CONCATENATE function to connect 2 formulas Jordan Excel Worksheet Functions 4 September 30th 08 11:18 PM
how insert the return key in formulas for concatenate of text? ~0-0~ Excel Discussion (Misc queries) 2 March 18th 08 06:13 PM
Combining two formulas using concatenate Confused Kate Excel Worksheet Functions 3 September 21st 06 04:13 AM
Using Concatenate to create formulas? Thor Excel Discussion (Misc queries) 3 October 2nd 05 01:31 PM
I know how to concatenate ,can one de-concatenate to split date? QUICK BOOKS PROBLEM- New Users to Excel 1 July 26th 05 05:07 PM


All times are GMT +1. The time now is 04:10 PM.

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

About Us

"It's about Microsoft Excel"