+ Reply to Thread
Results 1 to 2 of 2

Add a character to each row in a column

  1. #1
    Aboyer
    Guest

    Add a character to each row in a column

    How can I add a period to each row in a column for middle initials (middle
    initial only column) that were entered without a period?

  2. #2
    Gary''s Student
    Guest

    RE: Add a character to each row in a column

    Lets assume that the names occupy three columns:

    Victor K Lazlo
    Anatoly X Klezmer

    etc. Create a helper column with the formula =IF(LEN(B1)=1,B1&".",B1) and
    copy down. This formula will only append the dot if the middle field was a
    single character. Once complete, copy the helper column and paste it special
    as value.
    --
    Gary''s Student


    "Aboyer" wrote:

    > How can I add a period to each row in a column for middle initials (middle
    > initial only column) that were entered without a period?


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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