Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default script for date and currency formating


Hello all, could you help me with the script for date and currency
formating? I have a workbook where I am sourcing data and including
data in a sentence. It looks like this, ="Payment due"&" "&H15&"
"&I15&"". Cell H15 is a date and I15 is a dollar amount. Both these
numbers display as numbers with no formating i.e. August 3, 2006 and
$2,432.12. Is there a script that will format this? Thanks


--
BRustigian
------------------------------------------------------------------------
BRustigian's Profile: http://www.excelforum.com/member.php...fo&userid=4345
View this thread: http://www.excelforum.com/showthread...hreadid=568452

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default script for date and currency formating

try:

="Payment due " &TEXT(H15,"mmmm, d yyyy") & " " & TEXT(I15,"$#,##0.00")

HTH

"BRustigian" wrote:


Hello all, could you help me with the script for date and currency
formating? I have a workbook where I am sourcing data and including
data in a sentence. It looks like this, ="Payment due"&" "&H15&"
"&I15&"". Cell H15 is a date and I15 is a dollar amount. Both these
numbers display as numbers with no formating i.e. August 3, 2006 and
$2,432.12. Is there a script that will format this? Thanks


--
BRustigian
------------------------------------------------------------------------
BRustigian's Profile: http://www.excelforum.com/member.php...fo&userid=4345
View this thread: http://www.excelforum.com/showthread...hreadid=568452


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
Dollar sign alignment - Accounting vs Currency style MikeC Excel Discussion (Misc queries) 3 March 23rd 06 06:18 PM
Incorrect Currency Displayed Maxy Excel Discussion (Misc queries) 4 November 9th 05 03:20 PM
Currency Style button Anita Excel Discussion (Misc queries) 3 April 18th 05 12:48 AM
Currency formating problem Jerry Excel Discussion (Misc queries) 5 February 19th 05 06:39 PM
Currency formating problem jschm1957 Excel Discussion (Misc queries) 0 February 19th 05 04:09 AM


All times are GMT +1. The time now is 02:23 AM.

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"