Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Resolving percent and date formats as such in concatenate function and emails

Any ideas on how to get percnet format come across as such. In Excel I

have 2.8912% and it's coming across on the email as .028912...


In addition, is it possible to get this formatting done in a
concatenate formula? e.g.,


="The rates below reference"&A2&"."


Where A2 = 4/12/05, this resolves as "The rates below reference 38505"
(or whatever the Excel date is) instead of "The rates below reference
4/12/05"

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 117
Default Resolving percent and date formats as such in concatenate function and emails

Try
="The rates below reference "&TEXT(A2,"#.0000%")


Steve



"skiloa" wrote in message
ups.com...
Any ideas on how to get percnet format come across as such. In Excel I

have 2.8912% and it's coming across on the email as .028912...


In addition, is it possible to get this formatting done in a
concatenate formula? e.g.,


="The rates below reference"&A2&"."


Where A2 = 4/12/05, this resolves as "The rates below reference 38505"
(or whatever the Excel date is) instead of "The rates below reference
4/12/05"



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 117
Default Resolving percent and date formats as such in concatenate function and emails

Sorry, I should have read your question all the way through.
For the percent, try
=TEXT(A2,"#.0000%")
and for the date in the concatenate formula, try
="The rates below reference "&TEXT(A2,"m/d/yy")

Steve


"Steve Yandl" wrote in message
...
Try
="The rates below reference "&TEXT(A2,"#.0000%")


Steve



"skiloa" wrote in message
ups.com...
Any ideas on how to get percnet format come across as such. In Excel I

have 2.8912% and it's coming across on the email as .028912...


In addition, is it possible to get this formatting done in a
concatenate formula? e.g.,


="The rates below reference"&A2&"."


Where A2 = 4/12/05, this resolves as "The rates below reference 38505"
(or whatever the Excel date is) instead of "The rates below reference
4/12/05"





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8
Default Resolving percent and date formats as such in concatenate function and emails

I ended up figuring out how to resolve the date after your first
example - 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
concatenate & custom formats Jeff Davis Excel Discussion (Misc queries) 1 January 7th 09 10:19 PM
How to get different text formats in a concatenate function Evelyn Excel Discussion (Misc queries) 3 June 8th 07 04:39 PM
Percent Formats TJAC Excel Discussion (Misc queries) 1 September 6th 06 05:48 PM
How do I use the concatenate function to add a date into a sentenc Ken Janowitz Excel Worksheet Functions 6 December 13th 05 10:41 PM
Preserving text formats with Concatenate function rufus[_2_] Excel Programming 0 April 1st 04 07:49 PM


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