Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, I have a problem for someone to solve :-) I am trying to write a formula for ecxel to pull data from a range of cells and place them all in one cell.. See Below A B C D E F G 1 2 1 2 3 4 5 6 3 123456 4 5 A B C D E F 6 ABCDEF 7 I want the contents of the 6 cells to be in one cell as if copied pasted next to each other? Has anyone got any idea on this? -- whitieklf ------------------------------------------------------------------------ whitieklf's Profile: http://www.excelforum.com/member.php...o&userid=37178 View this thread: http://www.excelforum.com/showthread...hreadid=568931 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Mon, 7 Aug 2006 07:13:39 -0400, whitieklf
wrote: Hi, I have a problem for someone to solve :-) I am trying to write a formula for ecxel to pull data from a range of cells and place them all in one cell.. See Below A B C D E F G 1 2 1 2 3 4 5 6 3 123456 4 5 A B C D E F 6 ABCDEF 7 I want the contents of the 6 cells to be in one cell as if copied pasted next to each other? Has anyone got any idea on this? =B1&C1&D1&E1&F1&G1 or =CONCATENATE(B1,C1,D1,E1,F1,G1) The latter is limited to 30 cells; the first is not so limited. --ron |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A2&B2&C2&D2&E2&F2
Jerry "whitieklf" wrote: Hi, I have a problem for someone to solve :-) I am trying to write a formula for ecxel to pull data from a range of cells and place them all in one cell.. See Below A B C D E F G 1 2 1 2 3 4 5 6 3 123456 4 5 A B C D E F 6 ABCDEF 7 I want the contents of the 6 cells to be in one cell as if copied pasted next to each other? Has anyone got any idea on this? -- whitieklf ------------------------------------------------------------------------ whitieklf's Profile: http://www.excelforum.com/member.php...o&userid=37178 View this thread: http://www.excelforum.com/showthread...hreadid=568931 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Sorry should be =B2&C2&D2&E2&F2&G2 "whitieklf" wrote: Hi, I have a problem for someone to solve :-) I am trying to write a formula for ecxel to pull data from a range of cells and place them all in one cell.. See Below A B C D E F G 1 2 1 2 3 4 5 6 3 123456 4 5 A B C D E F 6 ABCDEF 7 I want the contents of the 6 cells to be in one cell as if copied pasted next to each other? Has anyone got any idea on this? -- whitieklf ------------------------------------------------------------------------ whitieklf's Profile: http://www.excelforum.com/member.php...o&userid=37178 View this thread: http://www.excelforum.com/showthread...hreadid=568931 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
try
=B2&B3&B4&B5&B6 Stu "whitieklf" wrote: Hi, I have a problem for someone to solve :-) I am trying to write a formula for ecxel to pull data from a range of cells and place them all in one cell.. See Below A B C D E F G 1 2 1 2 3 4 5 6 3 123456 4 5 A B C D E F 6 ABCDEF 7 I want the contents of the 6 cells to be in one cell as if copied pasted next to each other? Has anyone got any idea on this? -- whitieklf ------------------------------------------------------------------------ whitieklf's Profile: http://www.excelforum.com/member.php...o&userid=37178 View this thread: http://www.excelforum.com/showthread...hreadid=568931 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() whitieklf wrote: Hi, I have a problem for someone to solve :-) I am trying to write a formula for ecxel to pull data from a range of cells and place them all in one cell.. See Below A B C D E F G 1 2 1 2 3 4 5 6 3 123456 4 5 A B C D E F 6 ABCDEF 7 I want the contents of the 6 cells to be in one cell as if copied pasted next to each other? Has anyone got any idea on this? -- Hi whitieklf If you only want the string created then: =A1&B1&C1&D1&E1&F1 will do the trick. But to convert a series of numbers to a number then: =IF(ISNUMBER(A1&B1&C1&D1&E1&F1)*1,A1&B1&C1&D1&E1&F 1*1,A1&B1&C1&D1&E1&F1) Regards Steve |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Perfect! Thanks! -- whitieklf ------------------------------------------------------------------------ whitieklf's Profile: http://www.excelforum.com/member.php...o&userid=37178 View this thread: http://www.excelforum.com/showthread...hreadid=568931 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
have some problem with database | Excel Discussion (Misc queries) | |||
Urgent Help Required on Excel Macro Problem | Excel Discussion (Misc queries) | |||
Problem With Reference Update | Excel Worksheet Functions | |||
Copy an Drag cell Formula Problem | Excel Discussion (Misc queries) | |||
Freeze Pane problem in shared workbooks | Excel Discussion (Misc queries) |