Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
Does anyone know of a method to insert leading apostrophes for a range of cells? (The concatenate function doesn't appear to work for this.) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="'"&A1
should work -- HTH Bob Phillips (remove nothere from the email address if mailing direct) "uncreative" wrote in message ... Hello, Does anyone know of a method to insert leading apostrophes for a range of cells? (The concatenate function doesn't appear to work for this.) |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can make concatenate() work for you as follows:
if A1 contains data then =CHAR(39) & A1 will insert the leading single quote. -- Gary's Student "uncreative" wrote: Hello, Does anyone know of a method to insert leading apostrophes for a range of cells? (The concatenate function doesn't appear to work for this.) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Great! Thanks, guys; both options worked for me.
"Gary''s Student" wrote: You can make concatenate() work for you as follows: if A1 contains data then =CHAR(39) & A1 will insert the leading single quote. -- Gary's Student "uncreative" wrote: Hello, Does anyone know of a method to insert leading apostrophes for a range of cells? (The concatenate function doesn't appear to work for this.) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I insert leading zeros? | New Users to Excel | |||
How do I insert a leading zero? | Excel Worksheet Functions | |||
insert picture | Excel Discussion (Misc queries) | |||
Challenging Charting | Charts and Charting in Excel | |||
Insert Leading Zeros | Excel Worksheet Functions |