close

Hi. I'm trying to simply copy a list of names from column A then paste them
into column B but when the names appear in column B they are surrounded by
square brackets []. I'm fairly new to Excel so please forgive me if this is a
stupidly simple thing to do!

Any help would be much appreciated.

Many thanks

Hi

=quot;[quot;amp;A1amp;quot;]quot;

where a1 is the cell reference
quot;publisher 2003 userquot; wrote:

gt; Hi. I'm trying to simply copy a list of names from column A then paste them
gt; into column B but when the names appear in column B they are surrounded by
gt; square brackets []. I'm fairly new to Excel so please forgive me if this is a
gt; stupidly simple thing to do!
gt;
gt; Any help would be much appreciated.
gt;
gt; Many thanks

What version of Excel are you using?.....and give us the exact steps you are
doing to perform the copy and paste...........

Vaya con Dios,
Chuck, CABGx3quot;publisher 2003 userquot; wrote:

gt; Hi. I'm trying to simply copy a list of names from column A then paste them
gt; into column B but when the names appear in column B they are surrounded by
gt; square brackets []. I'm fairly new to Excel so please forgive me if this is a
gt; stupidly simple thing to do!
gt;
gt; Any help would be much appreciated.
gt;
gt; Many thanks

Yes got that to work but how do I copy several names across - say I have
names in A1, A2, A3, A4 etc going down to say A145! do I have to change the
formula =quot;[quot;amp;A1amp;quot;]quot; to include all the other rows, if you get what I mean or
have I got to do something else?

As a second question what would be the formula for putting quotation marks
around the field - I tried =quot;quot;quot;amp;A1amp;quot;quot;quot; but didn't work.

I'm using excel 2003, and just highlighting the A column with mouse, copy
then highlight column B, paste, to complete move (to answer CLR's question)
quot;TrevorMquot; wrote:

gt; Hi
gt;
gt; =quot;[quot;amp;A1amp;quot;]quot;
gt;
gt; where a1 is the cell reference
gt;
gt;
gt;
gt; quot;publisher 2003 userquot; wrote:
gt;
gt; gt; Hi. I'm trying to simply copy a list of names from column A then paste them
gt; gt; into column B but when the names appear in column B they are surrounded by
gt; gt; square brackets []. I'm fairly new to Excel so please forgive me if this is a
gt; gt; stupidly simple thing to do!
gt; gt;
gt; gt; Any help would be much appreciated.
gt; gt;
gt; gt; Many thanks

The easy one first:
=quot;quot;quot;quot;amp;A1amp;quot;quot;quot;quot;
or
=char(34)amp;a1amp;char(34)

char(34) is the quotation mark.

You can use the autofill button on the lower right corner of the activecell (b1)
and click and drag that down the column. Your formula will adjust for each
cell.

Debra Dalgleish has instructions with pictures:
contextures.com/xlDataEntry01.html#Mouse

publisher 2003 user wrote:
gt;
gt; Yes got that to work but how do I copy several names across - say I have
gt; names in A1, A2, A3, A4 etc going down to say A145! do I have to change the
gt; formula =quot;[quot;amp;A1amp;quot;]quot; to include all the other rows, if you get what I mean or
gt; have I got to do something else?
gt;
gt; As a second question what would be the formula for putting quotation marks
gt; around the field - I tried =quot;quot;quot;amp;A1amp;quot;quot;quot; but didn't work.
gt;
gt; I'm using excel 2003, and just highlighting the A column with mouse, copy
gt; then highlight column B, paste, to complete move (to answer CLR's question)
gt;
gt; quot;TrevorMquot; wrote:
gt;
gt; gt; Hi
gt; gt;
gt; gt; =quot;[quot;amp;A1amp;quot;]quot;
gt; gt;
gt; gt; where a1 is the cell reference
gt; gt;
gt; gt;
gt; gt;
gt; gt; quot;publisher 2003 userquot; wrote:
gt; gt;
gt; gt; gt; Hi. I'm trying to simply copy a list of names from column A then paste them
gt; gt; gt; into column B but when the names appear in column B they are surrounded by
gt; gt; gt; square brackets []. I'm fairly new to Excel so please forgive me if this is a
gt; gt; gt; stupidly simple thing to do!
gt; gt; gt;
gt; gt; gt; Any help would be much appreciated.
gt; gt; gt;
gt; gt; gt; Many thanks

--

Dave Peterson

Give this man a fat cigar!!!! Great just what I was after, many many thanks
Dave for answering my question.

Mike

quot;Dave Petersonquot; wrote:

gt; The easy one first:
gt; =quot;quot;quot;quot;amp;A1amp;quot;quot;quot;quot;
gt; or
gt; =char(34)amp;a1amp;char(34)
gt;
gt; char(34) is the quotation mark.
gt;
gt; You can use the autofill button on the lower right corner of the activecell (b1)
gt; and click and drag that down the column. Your formula will adjust for each
gt; cell.
gt;
gt; Debra Dalgleish has instructions with pictures:
gt; contextures.com/xlDataEntry01.html#Mouse
gt;
gt; publisher 2003 user wrote:
gt; gt;
gt; gt; Yes got that to work but how do I copy several names across - say I have
gt; gt; names in A1, A2, A3, A4 etc going down to say A145! do I have to change the
gt; gt; formula =quot;[quot;amp;A1amp;quot;]quot; to include all the other rows, if you get what I mean or
gt; gt; have I got to do something else?
gt; gt;
gt; gt; As a second question what would be the formula for putting quotation marks
gt; gt; around the field - I tried =quot;quot;quot;amp;A1amp;quot;quot;quot; but didn't work.
gt; gt;
gt; gt; I'm using excel 2003, and just highlighting the A column with mouse, copy
gt; gt; then highlight column B, paste, to complete move (to answer CLR's question)
gt; gt;
gt; gt; quot;TrevorMquot; wrote:
gt; gt;
gt; gt; gt; Hi
gt; gt; gt;
gt; gt; gt; =quot;[quot;amp;A1amp;quot;]quot;
gt; gt; gt;
gt; gt; gt; where a1 is the cell reference
gt; gt; gt;
gt; gt; gt;
gt; gt; gt;
gt; gt; gt; quot;publisher 2003 userquot; wrote:
gt; gt; gt;
gt; gt; gt; gt; Hi. I'm trying to simply copy a list of names from column A then paste them
gt; gt; gt; gt; into column B but when the names appear in column B they are surrounded by
gt; gt; gt; gt; square brackets []. I'm fairly new to Excel so please forgive me if this is a
gt; gt; gt; gt; stupidly simple thing to do!
gt; gt; gt; gt;
gt; gt; gt; gt; Any help would be much appreciated.
gt; gt; gt; gt;
gt; gt; gt; gt; Many thanks
gt;
gt; --
gt;
gt; Dave Peterson
gt;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()