+ Reply to Thread
Results 1 to 4 of 4

How to add a singe symbol to the whole column data?

  1. #1
    usmleboy
    Guest

    How to add a singe symbol to the whole column data?

    Dear Friends,

    I have a simple problem. In my spreadsheet there are 8 columns and 18.000
    rows. I need to combine two colums "date of birth" and "sample date", but
    between them there should be "c":

    Ex:
    Date of Birth Sample Date
    [10/01/1960] [10/10/2005]

    I do not know how to create new column like this:

    [10/01/1960 c 10/10/2005]

    Thanks in advance
    Daniel


  2. #2
    pinmaster
    Guest
    Try something like:

    =TEXT(A1,"mm/dd/yyyy")&" c "&TEXT(B1,"mm/dd/yyyy")

    HTH
    JG

  3. #3
    Ron Coderre
    Guest

    RE: How to add a singe symbol to the whole column data?

    Try something like this:

    C1: =A1&" c "&B1


    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "usmleboy" wrote:

    > Dear Friends,
    >
    > I have a simple problem. In my spreadsheet there are 8 columns and 18.000
    > rows. I need to combine two colums "date of birth" and "sample date", but
    > between them there should be "c":
    >
    > Ex:
    > Date of Birth Sample Date
    > [10/01/1960] [10/10/2005]
    >
    > I do not know how to create new column like this:
    >
    > [10/01/1960 c 10/10/2005]
    >
    > Thanks in advance
    > Daniel
    >


  4. #4
    Forum Contributor
    Join Date
    12-14-2005
    Posts
    176
    Combine the 2 columns - then do a Find and Replace
    Find ] [
    Replace with: c

+ 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