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 / Worksheet Functions / June 2007

Tip: Looking for answers? Try searching our database.

Excel 2003 I want text quoted and then the value of a cell followi

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tenchi - 12 Jun 2007 06:11 GMT
In Excel 2003 SP2 I need the text '1D8+' followed by the value of a different
cell. I tried Cell Formating but it didn't work.
Joerg - 12 Jun 2007 06:46 GMT
Suppose the value of the different cell is in A1:
="1D8+" & A1
="""1D8+""" & A1
="'1D8+1'" & A1

Example1: text not quoted
Example2: text  quoted (double quote). Input: 3 double quotes around 1D8
Example3: text quoted (single quote). Input: Double quote, followed by
single quote before 1D8, then single quote, followed by double quote.

Joerg

> In Excel 2003 SP2 I need the text '1D8+' followed by the value of a
> different
> cell. I tried Cell Formating but it didn't work.
JE McGimpsey - 12 Jun 2007 06:51 GMT
One way:

   ="1D8+" & B1

BTW: "didn't work" isn't very informative.

You can also use cell formatting. In the cell, put

   =B1

and choose Format/Cells/Number/Custom  "1D8+"General

> In Excel 2003 SP2 I need the text '1D8+' followed by the value of a different
> cell. I tried Cell Formating but it didn't work.
 
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.