Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / June 2007

Tip: Looking for answers? Try searching our database.

Format a concatenation string?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hilton - 19 Jun 2007 09:37 GMT
Is there a function to format a concatenation string eg

79.5% & " were recorded" comes out as .795 were recorded when using
=cell ("contents", a1) & " were recorded"

Would like it to be 79.5% were recorded. Can anyone help?

Thanks
Hilton
Pete_UK - 19 Jun 2007 10:17 GMT
Try this:

=TEXT(A1,"00.0%")&" were recorded"

Hope this helps.

Pete

> Is there a function to format a concatenation string eg
>
[quoted text clipped - 5 lines]
> Thanks
> Hilton
Earl Kiosterud - 19 Jun 2007 17:04 GMT
Hilton,

SOme possible solutions:

=A1
Format this cell (Format - Cells - Number - Custom - Type box:  0.0% "were recorded"
This will leave the contents of the cell a number, which can be referred to in other
formulas.
You can also use this formatting on A1, if that's useful.

=TEXT(A1, "0.0% ""were recorded""")
This returns text -- the number formatting of the cell will have no effect.

Signature

Earl Kiosterud
www.smokeylake.com

   Note: Top-posting has been the norm here.
   Some folks prefer bottom-posting.
   But if you bottom-post to a reply that's
   already top-posted, the thread gets messy.
   When in Rome...
-----------------------------------------------------------------------

> Is there a function to format a concatenation string eg
>
[quoted text clipped - 5 lines]
> Thanks
> Hilton
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.