+ Reply to Thread
Results 1 to 3 of 3

Characters

  1. #1
    Registered User
    Join Date
    09-24-2008
    Location
    PA
    Posts
    13

    Characters

    I have a column of numbers and want to do a concatenate to place ' ' , around it so it looks like
    '1111111', for example. I tried the following:

    column1 column2 column3 column4
    111111 ' ', =concatenate(b2,a2,c2)


    However, the ' in column2 and the ' beginning in column3 do not appear. How can I make them appear? I have tried text, general and nothing.

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Characters

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem. Once you have done this please send me a PM and I will remove this request.

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    11-08-2013
    Location
    Boston, MA
    MS-Off Ver
    Excel 2007
    Posts
    17

    Re: Characters

    I know in concatenate, you can use double quotation marks (" ")to append any string of text you'd like to a cell. For instance, =CONCATENATE("'",A2,"'") will add a single quote to the start and end of whatever is contained in A2. In this case, '111111'.

    You could also switch the single quote ('), to the single quote contained on the Tilde key (`). That does display without any problems. To make a single quote appear, you have to enter two single quotes(''). I don't know why that is.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Delete characters and add * in front and last characters in ACCESS QUERY
    By LALTIZER in forum Access Tables & Databases
    Replies: 9
    Last Post: 02-01-2013, 02:06 PM
  2. Replies: 11
    Last Post: 01-23-2013, 02:04 PM
  3. [SOLVED] Extract left characters from string with exception of 2 right characters
    By sweetkel23 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-16-2012, 10:45 PM
  4. Replies: 2
    Last Post: 11-01-2011, 05:14 PM
  5. In Excel find characters when multiple characters exist w/i a cel
    By teacher-deburg in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-05-2005, 06:25 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1