Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cell References | Excel Discussion (Misc queries) | |||
paste formula to each cell in a column without changing values | Excel Worksheet Functions | |||
a unique cell value returns multiple cell values from another shee | Excel Worksheet Functions | |||
How to sum the values of a single cell from multiple worksheets | Excel Worksheet Functions | |||
Multiple Cell Values, please help | Excel Discussion (Misc queries) |