+ Reply to Thread
Results 1 to 2 of 2

How-to auto insert quotes in cells

  1. #1
    Registered User
    Join Date
    10-03-2009
    Location
    Lebanon
    MS-Off Ver
    Excel 2007
    Posts
    1

    How-to auto insert quotes in cells

    I have an excel sheet filled with clients names, emails and date of when they joined our newsletter.

    In column B, I have their names listed normally. I have over 200 rows. What I wanna know is how can I add double quotes to the name?

    For example B6=Jimmy Buchanan should become "Jimmy Buchanan"

    I just wanna be able to add quotes to the names and emails automatically.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How-to auto insert quotes in cells

    You can either

    a) use formulae in adjacent cells and copy paste results as values only over originals, eg

    C6: =CHAR(34)&B6&CHAR(34)
    or
    C6: =""""&B6&""""
    copied down ... then copy / paste special / values only the results in C results over B originals.

    b) use VBA, eg:

    Please Login or Register  to view this content.
    above assumes range of values in B commences in B1 and all values in B are to be altered.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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