Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22
Default putting two functions together

I am using a function called SpellNumber

=SpellNumber(J28)

.... to automatically enter a dollar amount in words, and it works just fine.
But I want to place two asterisks (**) before and after those words. So I
tried using the CONCATENATE formula

=CONCATENATE(**,=SpellNumber(J28),**)

.... but it am getting an error message saying that this formula is not
formatted correctly. What is wrong with my formatting? Please help.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default putting two functions together

Try,

="**" &SpellNumber(J28)&"**"

Mike

"Candace" wrote:

I am using a function called SpellNumber

=SpellNumber(J28)

... to automatically enter a dollar amount in words, and it works just fine.
But I want to place two asterisks (**) before and after those words. So I
tried using the CONCATENATE formula

=CONCATENATE(**,=SpellNumber(J28),**)

... but it am getting an error message saying that this formula is not
formatted correctly. What is wrong with my formatting? Please help.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default putting two functions together

You are missing the double quotes and don't need the 2nd equal sign.

=CONCATENATE("**",SpellNumber(J28),"**")


"Candace" wrote:

I am using a function called SpellNumber

=SpellNumber(J28)

... to automatically enter a dollar amount in words, and it works just fine.
But I want to place two asterisks (**) before and after those words. So I
tried using the CONCATENATE formula

=CONCATENATE(**,=SpellNumber(J28),**)

... but it am getting an error message saying that this formula is not
formatted correctly. What is wrong with my formatting? Please help.

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
putting a name in the name box donr5 Excel Discussion (Misc queries) 2 May 8th 23 11:44 AM
Putting 0's in Database a.alejandro Excel Discussion (Misc queries) 2 April 15th 08 11:05 PM
Putting together worksheets saman110 via OfficeKB.com Excel Discussion (Misc queries) 1 September 20th 07 05:25 AM
Putting together a form Chey Excel Discussion (Misc queries) 1 April 11th 07 03:50 AM
putting in a sum finction Hru48 Excel Discussion (Misc queries) 5 January 6th 06 12:42 PM


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