Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
uncreative
 
Posts: n/a
Default iNSERT LEADING APOSTROPHE

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   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default iNSERT LEADING APOSTROPHE

="'"&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   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student
 
Posts: n/a
Default iNSERT LEADING APOSTROPHE

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   Report Post  
Posted to microsoft.public.excel.misc
uncreative
 
Posts: n/a
Default iNSERT LEADING APOSTROPHE

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
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
How do I insert leading zeros? goldilocks New Users to Excel 2 March 16th 06 12:03 AM
How do I insert a leading zero? Phil Excel Worksheet Functions 6 October 24th 05 01:59 AM
insert picture BillGwyer Excel Discussion (Misc queries) 1 March 4th 05 06:37 PM
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM
Insert Leading Zeros hkslater Excel Worksheet Functions 7 November 16th 04 11:28 PM


All times are GMT +1. The time now is 06:24 PM.

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"