+ Reply to Thread
Results 1 to 2 of 2

How do I insert content of a2 into text string in b2 and so on?

Hybrid View

  1. #1
    Allenc
    Guest

    How do I insert content of a2 into text string in b2 and so on?

    In my spreadsheet I have a number in A2 and on down in the column. In B2 I
    have the path of the location of my image files. The path (C:\Documents and
    Settings\default\Desktop\New SOS Work Station\Images\Fishing\filename.jpg) is
    missing the image filename, which is the number in A2. The numbers in column
    A are formatted as text so that the leading "0" is kept intacked. I need to,
    somehow, insert the filename(number) into the correct location in the text in
    cell B2. Then I need to be able to have this happen on down the line of
    records until the records end.
    Help!!!!
    Allenc

  2. #2
    L. Howard Kittle
    Guest

    Re: How do I insert content of a2 into text string in b2 and so on?

    Hi Allenc,

    Seems you could use =Left($B$2,'however many characters & spaces') & A1 &
    Right($B$2,'however many characters & spaces') and fill down as far as
    needed. Then do a copy and paste special > values to git rid of the
    formulas.

    HTH
    Regards,
    Howard

    "Allenc" <Allenc@discussions.microsoft.com> wrote in message
    news:6790DC72-85CB-464B-9E76-AEDE9250188B@microsoft.com...
    > In my spreadsheet I have a number in A2 and on down in the column. In B2
    > I
    > have the path of the location of my image files. The path (C:\Documents
    > and
    > Settings\default\Desktop\New SOS Work Station\Images\Fishing\filename.jpg)
    > is
    > missing the image filename, which is the number in A2. The numbers in
    > column
    > A are formatted as text so that the leading "0" is kept intacked. I need
    > to,
    > somehow, insert the filename(number) into the correct location in the text
    > in
    > cell B2. Then I need to be able to have this happen on down the line of
    > records until the records end.
    > Help!!!!
    > Allenc




+ 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