#1   Report Post  
Brad
 
Posts: n/a
Default Text formating


What I want the line to read
Current (Non-Guaranteed) interest rate: 5.00% in year one, 3.00% in years
thereafter.

What the line is currently reading
Current (Non-Guaranteed) interest rate: 5% in year one, 3% in years
thereafter.

Where the two interest rates are concatenated in a string. How can I make
sure that I always have two decimal points shown?

  #2   Report Post  
bj
 
Posts: n/a
Default

try
="Current (Non-Guaranteed) interest rate: " & text(0.05,"0.00%") & " in year
one, " & text(A2,"0.00%") & " in years thereafter"

if the 5 is always constant and the .03 value is in cell A2 or you could
make both references or constants.

"Brad" wrote:


What I want the line to read
Current (Non-Guaranteed) interest rate: 5.00% in year one, 3.00% in years
thereafter.

What the line is currently reading
Current (Non-Guaranteed) interest rate: 5% in year one, 3% in years
thereafter.

Where the two interest rates are concatenated in a string. How can I make
sure that I always have two decimal points shown?

  #3   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Give us the formula in the cell (that's doing the concatenating). I suspect
you need to use the TEXT function, if you have cell references to the
interest rates. But I don't guess any more. Tell.

--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Brad" wrote in message
...

What I want the line to read
Current (Non-Guaranteed) interest rate: 5.00% in year one, 3.00% in years
thereafter.

What the line is currently reading
Current (Non-Guaranteed) interest rate: 5% in year one, 3% in years
thereafter.

Where the two interest rates are concatenated in a string. How can I make
sure that I always have two decimal points shown?



  #4   Report Post  
Brad
 
Posts: n/a
Default

That did it - thanks!

"bj" wrote:

try
="Current (Non-Guaranteed) interest rate: " & text(0.05,"0.00%") & " in year
one, " & text(A2,"0.00%") & " in years thereafter"

if the 5 is always constant and the .03 value is in cell A2 or you could
make both references or constants.

"Brad" wrote:


What I want the line to read
Current (Non-Guaranteed) interest rate: 5.00% in year one, 3.00% in years
thereafter.

What the line is currently reading
Current (Non-Guaranteed) interest rate: 5% in year one, 3% in years
thereafter.

Where the two interest rates are concatenated in a string. How can I make
sure that I always have two decimal points shown?

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
Formating text in cells Mark J. Worden Excel Discussion (Misc queries) 3 June 9th 05 10:21 PM
Read Text File into Excel Using VBA Willie T Excel Discussion (Misc queries) 13 January 8th 05 12:37 AM
Conditional Formating when result is text Lary Excel Worksheet Functions 1 December 16th 04 02:13 AM
Formating a text string? METCO1 Excel Discussion (Misc queries) 2 November 30th 04 06:31 PM
formating text cells Cathyinliberty Excel Discussion (Misc queries) 3 November 28th 04 11:52 PM


All times are GMT +1. The time now is 03:26 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"