Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
cbart
 
Posts: n/a
Default Change block range into one column

I have a large block range of numerical data in B1:E20. I need to move all
of the data in the range into one column, Column A. Tried Transpose but it
didn't work on a block range. Any other formulas I can try without copying
and pasting every single column? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
David McRitchie
 
Posts: n/a
Default Change block range into one column

Question is ambiguous, what exactly do you want to do each time.
Are you trying to select a range of cells and to paste each non-empty cell found
left to right then next row in selection as separate cells into
another point as single cells down from another point in column A.

And I see you have formulas on top of whatever you want to do.

or do you want to cobine every thing on a row into cell A separated by
a space or other delimiter.
http://www.mvps.org/dmcritchie/excel/join.htm

Please use your first and last name in newsgroups.

HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"cbart" wrote in message ...
I have a large block range of numerical data in B1:E20. I need to move all
of the data in the range into one column, Column A. Tried Transpose but it
didn't work on a block range. Any other formulas I can try without copying
and pasting every single column? Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Change block range into one column

Hi!

Try this:

Enter this formula in A1 and copy down as needed:

=OFFSET($B$1,INT((ROWS($B$1:B1)-1)/4),MOD(ROWS($B$1:B1)-1,4))

Biff

"cbart" wrote in message
...
I have a large block range of numerical data in B1:E20. I need to move all
of the data in the range into one column, Column A. Tried Transpose but
it
didn't work on a block range. Any other formulas I can try without
copying
and pasting every single column? Thanks.



  #4   Report Post  
Posted to microsoft.public.excel.misc
cbart
 
Posts: n/a
Default Change block range into one column

Thank you, Biff. You nailed it! It was the perfect solution. Thank you so
much!

"Biff" wrote:

Hi!

Try this:

Enter this formula in A1 and copy down as needed:

=OFFSET($B$1,INT((ROWS($B$1:B1)-1)/4),MOD(ROWS($B$1:B1)-1,4))

Biff

"cbart" wrote in message
...
I have a large block range of numerical data in B1:E20. I need to move all
of the data in the range into one column, Column A. Tried Transpose but
it
didn't work on a block range. Any other formulas I can try without
copying
and pasting every single column? Thanks.




  #5   Report Post  
Posted to microsoft.public.excel.misc
Biff
 
Posts: n/a
Default Change block range into one column

You're welcome. Thanks for the feedback!

Biff

"cbart" wrote in message
...
Thank you, Biff. You nailed it! It was the perfect solution. Thank you
so
much!

"Biff" wrote:

Hi!

Try this:

Enter this formula in A1 and copy down as needed:

=OFFSET($B$1,INT((ROWS($B$1:B1)-1)/4),MOD(ROWS($B$1:B1)-1,4))

Biff

"cbart" wrote in message
...
I have a large block range of numerical data in B1:E20. I need to move
all
of the data in the range into one column, Column A. Tried Transpose
but
it
didn't work on a block range. Any other formulas I can try without
copying
and pasting every single column? Thanks.








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
run a macro in a locked cell Ray Excel Discussion (Misc queries) 8 January 10th 06 12:02 AM
How to change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Links and Linking in Excel 7 October 13th 05 09:52 PM
How to change column letters to correct ones in many formulas automatically? Dmitry Kopnichev Excel Worksheet Functions 7 October 13th 05 09:52 PM
hOW DO i CHANGE COLUMN WIDTH FOR ONLY A SELECT RANGE OF CELLS? RCONLON_291 Excel Discussion (Misc queries) 2 September 16th 05 11:24 AM
Change the width of a single column in a column chart Dave Charts and Charting in Excel 2 December 13th 04 07:25 PM


All times are GMT +1. The time now is 01:49 AM.

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"