+ Reply to Thread
Results 1 to 5 of 5

How to append text to cell data ...

  1. #1
    Registered User
    Join Date
    10-06-2005
    Posts
    1

    How to append text to cell data ...

    HI

    I have a column in Excel (Mac) with data file names. None have a file extension....
    eg PD102310

    I need to append the text ".wav" to every cell (over 10,000 of them) without touching the exisiting name.

    Can anyone tell me how to do this???

    Thanks in advance

    Lee

  2. #2
    Registered User
    Join Date
    10-05-2005
    Posts
    8
    I'd use the CONCATENATE() function.

    =CONCANTENATE(A1, ".wav")

    Then copy to all the other cells.

  3. #3
    Dave Peterson
    Guest

    Re: How to append text to cell data ...

    I'd use another column and fill it with formulas that used the & operator:

    =a1&".wav"

    and drag down the column

    ltf3 wrote:
    >
    > HI
    >
    > I have a column in Excel (Mac) with data file names. None have a file
    > extension....
    > eg PD102310
    >
    > I need to append the text ".wav" to every cell (over 10,000 of them)
    > without touching the exisiting name.
    >
    > Can anyone tell me how to do this???
    >
    > Thanks in advance
    >
    > Lee
    >
    > --
    > ltf3
    > ------------------------------------------------------------------------
    > ltf3's Profile: http://www.excelforum.com/member.php...o&userid=27879
    > View this thread: http://www.excelforum.com/showthread...hreadid=473813


    --

    Dave Peterson

  4. #4
    Beege
    Guest

    Re: How to append text to cell data ...

    You could format cells, custom,

    @".wav"

    No New column, no changes

    Beege


    "ltf3" <[email protected]> wrote in message
    news:[email protected]...
    >
    > HI
    >
    > I have a column in Excel (Mac) with data file names. None have a file
    > extension....
    > eg PD102310
    >
    > I need to append the text ".wav" to every cell (over 10,000 of them)
    > without touching the exisiting name.
    >
    > Can anyone tell me how to do this???
    >
    > Thanks in advance
    >
    > Lee
    >
    >
    > --
    > ltf3
    > ------------------------------------------------------------------------
    > ltf3's Profile:
    > http://www.excelforum.com/member.php...o&userid=27879
    > View this thread: http://www.excelforum.com/showthread...hreadid=473813
    >




  5. #5
    Registered User
    Join Date
    10-05-2005
    Posts
    8
    I like that @.wav

+ 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