A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How do I paste multiple values into one cell?



 
 
Thread Tools Display Modes
  #1  
Old December 12th, 2006, 04:11 PM posted to microsoft.public.excel.worksheet.functions
RJUN
external usenet poster
 
Posts: 6
Default How do I paste multiple values into one cell?

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?
  #2  
Old December 12th, 2006, 04:23 PM posted to microsoft.public.excel.worksheet.functions
CLR
external usenet poster
 
Posts: 1,638
Default How do I paste multiple values into one cell?

Sometimes the TextToColumns thing gets stuck........if you've been doing it,
then try just shutting down and restarting and see if it acts the same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?

  #3  
Old December 12th, 2006, 04:42 PM posted to microsoft.public.excel.worksheet.functions
RJUN
external usenet poster
 
Posts: 6
Default How do I paste multiple values into one cell?

That didn't work. Here is an example of what we are trying to do. In Workbook
1 we have multiple values of numerical data i.e, 1234.56 1233.54 1233.54 in
cell A1. We want to paste it into Workbook 2 cell A1. However when we use the
paste function, it seperates the values into multiple columns i.e, 1234.56 is
in A1, 1233.54 is in B1, and so on, instead of pasting all of the values into
the selected cell A1.
Thanks for responding so quickly though!! Do you have any further suggestions?

Thanks!!
Rjun

"CLR" wrote:

Sometimes the TextToColumns thing gets stuck........if you've been doing it,
then try just shutting down and restarting and see if it acts the same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?

  #4  
Old December 12th, 2006, 04:54 PM posted to microsoft.public.excel.worksheet.functions
CLR
external usenet poster
 
Posts: 1,638
Default How do I paste multiple values into one cell?

Try intentionally formatting the cells as TEXT before copying and
pasting.........

Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

That didn't work. Here is an example of what we are trying to do. In Workbook
1 we have multiple values of numerical data i.e, 1234.56 1233.54 1233.54 in
cell A1. We want to paste it into Workbook 2 cell A1. However when we use the
paste function, it seperates the values into multiple columns i.e, 1234.56 is
in A1, 1233.54 is in B1, and so on, instead of pasting all of the values into
the selected cell A1.
Thanks for responding so quickly though!! Do you have any further suggestions?

Thanks!!
Rjun

"CLR" wrote:

Sometimes the TextToColumns thing gets stuck........if you've been doing it,
then try just shutting down and restarting and see if it acts the same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?

  #5  
Old December 12th, 2006, 05:02 PM posted to microsoft.public.excel.worksheet.functions
cn.stanton
external usenet poster
 
Posts: 3
Default How do I paste multiple values into one cell?

Try the following:

With both workbooks open, in the target workbook A1 type "="

Then navigate to the source workbook and click A1.

Copy down in the destination. Select destination column A, Copy, Paste
Special... Values.

Does this help?

Kostis Vezerides


RJUN wrote:
That didn't work. Here is an example of what we are trying to do. In Workbook
1 we have multiple values of numerical data i.e, 1234.56 1233.54 1233.54 in
cell A1. We want to paste it into Workbook 2 cell A1. However when we use the
paste function, it seperates the values into multiple columns i.e, 1234.56 is
in A1, 1233.54 is in B1, and so on, instead of pasting all of the values into
the selected cell A1.
Thanks for responding so quickly though!! Do you have any further suggestions?

Thanks!!
Rjun

"CLR" wrote:

Sometimes the TextToColumns thing gets stuck........if you've been doing it,
then try just shutting down and restarting and see if it acts the same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?


  #6  
Old December 12th, 2006, 05:03 PM posted to microsoft.public.excel.worksheet.functions
RJUN
external usenet poster
 
Posts: 6
Default How do I paste multiple values into one cell?

We' ve tried that. It didn't work.
Thank you though!!

Have a great day!
Rjun

"CLR" wrote:

Try intentionally formatting the cells as TEXT before copying and
pasting.........

Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

That didn't work. Here is an example of what we are trying to do. In Workbook
1 we have multiple values of numerical data i.e, 1234.56 1233.54 1233.54 in
cell A1. We want to paste it into Workbook 2 cell A1. However when we use the
paste function, it seperates the values into multiple columns i.e, 1234.56 is
in A1, 1233.54 is in B1, and so on, instead of pasting all of the values into
the selected cell A1.
Thanks for responding so quickly though!! Do you have any further suggestions?

Thanks!!
Rjun

"CLR" wrote:

Sometimes the TextToColumns thing gets stuck........if you've been doing it,
then try just shutting down and restarting and see if it acts the same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?

  #7  
Old December 12th, 2006, 05:20 PM posted to microsoft.public.excel.worksheet.functions
RJUN
external usenet poster
 
Posts: 6
Default How do I paste multiple values into one cell?

Unfortunately that didn't work either. It looks like we'll have to do it the
"old fashioned" way and manually enter all of the data.

Thank you for your assistance!!

Rjun

"cn.stanton" wrote:

Try the following:

With both workbooks open, in the target workbook A1 type "="

Then navigate to the source workbook and click A1.

Copy down in the destination. Select destination column A, Copy, Paste
Special... Values.

Does this help?

Kostis Vezerides


RJUN wrote:
That didn't work. Here is an example of what we are trying to do. In Workbook
1 we have multiple values of numerical data i.e, 1234.56 1233.54 1233.54 in
cell A1. We want to paste it into Workbook 2 cell A1. However when we use the
paste function, it seperates the values into multiple columns i.e, 1234.56 is
in A1, 1233.54 is in B1, and so on, instead of pasting all of the values into
the selected cell A1.
Thanks for responding so quickly though!! Do you have any further suggestions?

Thanks!!
Rjun

"CLR" wrote:

Sometimes the TextToColumns thing gets stuck........if you've been doing it,
then try just shutting down and restarting and see if it acts the same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?



  #8  
Old December 12th, 2006, 05:23 PM posted to microsoft.public.excel.worksheet.functions
Gary
external usenet poster
 
Posts: 133
Default How do I paste multiple values into one cell?

Why dont you try concatenate ??

"RJUN" wrote in message
...
Unfortunately that didn't work either. It looks like we'll have to do it
the
"old fashioned" way and manually enter all of the data.

Thank you for your assistance!!

Rjun

"cn.stanton" wrote:

Try the following:

With both workbooks open, in the target workbook A1 type "="

Then navigate to the source workbook and click A1.

Copy down in the destination. Select destination column A, Copy, Paste
Special... Values.

Does this help?

Kostis Vezerides


RJUN wrote:
That didn't work. Here is an example of what we are trying to do. In
Workbook
1 we have multiple values of numerical data i.e, 1234.56 1233.54
1233.54 in
cell A1. We want to paste it into Workbook 2 cell A1. However when we
use the
paste function, it seperates the values into multiple columns i.e,
1234.56 is
in A1, 1233.54 is in B1, and so on, instead of pasting all of the
values into
the selected cell A1.
Thanks for responding so quickly though!! Do you have any further
suggestions?

Thanks!!
Rjun

"CLR" wrote:

Sometimes the TextToColumns thing gets stuck........if you've been
doing it,
then try just shutting down and restarting and see if it acts the
same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple
values from one
cell into another single cell on a separate page. When we cut and
paste, the
values contained in the one cell are then pasted into several
cells, instead
of just one. How can we avoid this?





  #9  
Old December 12th, 2006, 05:27 PM posted to microsoft.public.excel.worksheet.functions
CLR
external usenet poster
 
Posts: 1,638
Default How do I paste multiple values into one cell?

How about PasteSpecial Values..........

Vaya con Dios,
Chuck, CABGx3


"RJUN" wrote:

We' ve tried that. It didn't work.
Thank you though!!

Have a great day!
Rjun

"CLR" wrote:

Try intentionally formatting the cells as TEXT before copying and
pasting.........

Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

That didn't work. Here is an example of what we are trying to do. In Workbook
1 we have multiple values of numerical data i.e, 1234.56 1233.54 1233.54 in
cell A1. We want to paste it into Workbook 2 cell A1. However when we use the
paste function, it seperates the values into multiple columns i.e, 1234.56 is
in A1, 1233.54 is in B1, and so on, instead of pasting all of the values into
the selected cell A1.
Thanks for responding so quickly though!! Do you have any further suggestions?

Thanks!!
Rjun

"CLR" wrote:

Sometimes the TextToColumns thing gets stuck........if you've been doing it,
then try just shutting down and restarting and see if it acts the same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?

  #10  
Old December 12th, 2006, 05:36 PM posted to microsoft.public.excel.worksheet.functions
RJUN
external usenet poster
 
Posts: 6
Default How do I paste multiple values into one cell?

That was one of the first things we tried. I think we figured it out. My
associate is working in Excel 2003 (recently upgraded from Excel 2000). We
have a pc that still has Excel 2000 and in that version we are able to cut
and paste multiple values in one cell to another cell without the data being
inserted into multiple cells. I guess 2003 just won't let you do that.

Thanks again for all of your suggestions!!!!!

Have a wonderful day!!

Rjun
"CLR" wrote:

How about PasteSpecial Values..........

Vaya con Dios,
Chuck, CABGx3


"RJUN" wrote:

We' ve tried that. It didn't work.
Thank you though!!

Have a great day!
Rjun

"CLR" wrote:

Try intentionally formatting the cells as TEXT before copying and
pasting.........

Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

That didn't work. Here is an example of what we are trying to do. In Workbook
1 we have multiple values of numerical data i.e, 1234.56 1233.54 1233.54 in
cell A1. We want to paste it into Workbook 2 cell A1. However when we use the
paste function, it seperates the values into multiple columns i.e, 1234.56 is
in A1, 1233.54 is in B1, and so on, instead of pasting all of the values into
the selected cell A1.
Thanks for responding so quickly though!! Do you have any further suggestions?

Thanks!!
Rjun

"CLR" wrote:

Sometimes the TextToColumns thing gets stuck........if you've been doing it,
then try just shutting down and restarting and see if it acts the same BEFORE
any TextToColumns activity.

hth
Vaya con Dios,
Chuck, CABGx3



"RJUN" wrote:

We need to paste comma delimited text which contains multiple values from one
cell into another single cell on a separate page. When we cut and paste, the
values contained in the one cell are then pasted into several cells, instead
of just one. How can we avoid this?

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:31 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.