#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Fomula Problem


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default Fomula Problem

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default Fomula Problem

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Fomula Problem


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 41
Default Fomula Problem

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 108
Default Fomula Problem


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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Fomula Problem


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
have some problem with database baldamenti Excel Discussion (Misc queries) 1 October 13th 05 05:38 PM
Urgent Help Required on Excel Macro Problem Sachin Shah Excel Discussion (Misc queries) 1 August 17th 05 06:26 AM
Problem With Reference Update Egon Excel Worksheet Functions 17 July 16th 05 05:45 AM
Copy an Drag cell Formula Problem Nat Excel Discussion (Misc queries) 1 June 20th 05 03:24 PM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM


All times are GMT +1. The time now is 12:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"