Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Please help me with this data

Dear all;
I want to put the data in cells A,B,C.D in one cell respectively see
may example
A B C D
30 6 7 8
32 2 3 4
22 3 4 5
45 4 5 6
67 5 6 7
42 6 7 8


Results like this
30
32
22
45
67
42
6
2
3
4
5
6
7
3
4
5
6
7
8
4
5
6
7
8

Thank you

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Please help me with this data

Enter this formula in A7 and copy down as needed:

=OFFSET($B$1,MOD(ROWS($A$1:A1)-1,6),INT((ROWS($A$1:A1)-1)/6))

The 6 in the formula represents the number of rows in each column of data.
Change as needed.

Biff

"Ahmad" wrote in message
oups.com...
Dear all;
I want to put the data in cells A,B,C.D in one cell respectively see
may example
A B C D
30 6 7 8
32 2 3 4
22 3 4 5
45 4 5 6
67 5 6 7
42 6 7 8


Results like this
30
32
22
45
67
42
6
2
3
4
5
6
7
3
4
5
6
7
8
4
5
6
7
8

Thank you



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 23
Default Please help me with this data

The formula is work ok, thank you for help
Biff wrote:
Enter this formula in A7 and copy down as needed:

=OFFSET($B$1,MOD(ROWS($A$1:A1)-1,6),INT((ROWS($A$1:A1)-1)/6))

The 6 in the formula represents the number of rows in each column of data.
Change as needed.

Biff

"Ahmad" wrote in message
oups.com...
Dear all;
I want to put the data in cells A,B,C.D in one cell respectively see
may example
A B C D
30 6 7 8
32 2 3 4
22 3 4 5
45 4 5 6
67 5 6 7
42 6 7 8


Results like this
30
32
22
45
67
42
6
2
3
4
5
6
7
3
4
5
6
7
8
4
5
6
7
8

Thank you


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default Please help me with this data

You're welcome. Thanks for the feedback!

Biff

"Ahmad" wrote in message
oups.com...
The formula is work ok, thank you for help
Biff wrote:
Enter this formula in A7 and copy down as needed:

=OFFSET($B$1,MOD(ROWS($A$1:A1)-1,6),INT((ROWS($A$1:A1)-1)/6))

The 6 in the formula represents the number of rows in each column of
data.
Change as needed.

Biff

"Ahmad" wrote in message
oups.com...
Dear all;
I want to put the data in cells A,B,C.D in one cell respectively see
may example
A B C D
30 6 7 8
32 2 3 4
22 3 4 5
45 4 5 6
67 5 6 7
42 6 7 8


Results like this
30
32
22
45
67
42
6
2
3
4
5
6
7
3
4
5
6
7
8
4
5
6
7
8

Thank you




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
Pull data from another sheet based on certain criteria steve_sr2 Excel Discussion (Misc queries) 1 February 23rd 06 10:08 AM
Excel Macro to Copy & Paste [email protected] Excel Worksheet Functions 0 December 1st 05 01:56 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM
Line Graph Data Recognition Nat Charts and Charting in Excel 2 April 30th 05 02:07 PM


All times are GMT +1. The time now is 03:32 PM.

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

About Us

"It's about Microsoft Excel"