Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 69
Default transfer data from 3x15 grid to a single list?

Hi:

I have data in cells Y15:AA29. (3 columns, 15 rows). What I want to be able
to do (easily) is have the data from those cells feed into a single list.
However, I then have many more pages of data in this 3 column 15 row format
and I want the order to be the same as the first group. So, the first 15
boxes (across 3 columns) will be grouped together and then it will start down
with the next group of 15 (which in this case would be Y30:AA44.) My ultimate
goal after this is complete is to then be able to create numerous named data
validation lists (because you can't do this unless the data is all in the
same column).

As an additional note, the data in these cells are formulas pulling the data
from another worksheet tab within the same workbook.

thanks! JR
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default transfer data from 3x15 grid to a single list?

One way:

Assume you want the transposed range to start in U15 downwards.

Enter this formula in U15 and copy down as needed:

=OFFSET(Y$15,INT((ROWS(U$15:U15)-1)/3),MOD(ROWS(U$15:U15)-1,3))

The 3 in the formula refers to the width (in columns) of your original
table.

--
Biff
Microsoft Excel MVP


"Roady" wrote in message
...
Hi:

I have data in cells Y15:AA29. (3 columns, 15 rows). What I want to be
able
to do (easily) is have the data from those cells feed into a single list.
However, I then have many more pages of data in this 3 column 15 row
format
and I want the order to be the same as the first group. So, the first 15
boxes (across 3 columns) will be grouped together and then it will start
down
with the next group of 15 (which in this case would be Y30:AA44.) My
ultimate
goal after this is complete is to then be able to create numerous named
data
validation lists (because you can't do this unless the data is all in the
same column).

As an additional note, the data in these cells are formulas pulling the
data
from another worksheet tab within the same workbook.

thanks! JR



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 69
Default transfer data from 3x15 grid to a single list?

That's remarkable! I must look up more information about array tables and
educate myself. thank you!

"T. Valko" wrote:

One way:

Assume you want the transposed range to start in U15 downwards.

Enter this formula in U15 and copy down as needed:

=OFFSET(Y$15,INT((ROWS(U$15:U15)-1)/3),MOD(ROWS(U$15:U15)-1,3))

The 3 in the formula refers to the width (in columns) of your original
table.

--
Biff
Microsoft Excel MVP


"Roady" wrote in message
...
Hi:

I have data in cells Y15:AA29. (3 columns, 15 rows). What I want to be
able
to do (easily) is have the data from those cells feed into a single list.
However, I then have many more pages of data in this 3 column 15 row
format
and I want the order to be the same as the first group. So, the first 15
boxes (across 3 columns) will be grouped together and then it will start
down
with the next group of 15 (which in this case would be Y30:AA44.) My
ultimate
goal after this is complete is to then be able to create numerous named
data
validation lists (because you can't do this unless the data is all in the
same column).

As an additional note, the data in these cells are formulas pulling the
data
from another worksheet tab within the same workbook.

thanks! JR




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default transfer data from 3x15 grid to a single list?

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Roady" wrote in message
...
That's remarkable! I must look up more information about array tables and
educate myself. thank you!

"T. Valko" wrote:

One way:

Assume you want the transposed range to start in U15 downwards.

Enter this formula in U15 and copy down as needed:

=OFFSET(Y$15,INT((ROWS(U$15:U15)-1)/3),MOD(ROWS(U$15:U15)-1,3))

The 3 in the formula refers to the width (in columns) of your original
table.

--
Biff
Microsoft Excel MVP


"Roady" wrote in message
...
Hi:

I have data in cells Y15:AA29. (3 columns, 15 rows). What I want to be
able
to do (easily) is have the data from those cells feed into a single
list.
However, I then have many more pages of data in this 3 column 15 row
format
and I want the order to be the same as the first group. So, the first
15
boxes (across 3 columns) will be grouped together and then it will
start
down
with the next group of 15 (which in this case would be Y30:AA44.) My
ultimate
goal after this is complete is to then be able to create numerous named
data
validation lists (because you can't do this unless the data is all in
the
same column).

As an additional note, the data in these cells are formulas pulling the
data
from another worksheet tab within the same workbook.

thanks! JR






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
removing duplicate data from a single list Brad Excel Worksheet Functions 1 October 7th 08 07:00 AM
excel data in list N1, N7, N13 etc want to transfer to A1, A2, A3 Weejock71 Excel Worksheet Functions 1 July 2nd 08 06:07 PM
Converting a Grid (or range) of Data to a List a Excel Worksheet Functions 1 April 12th 07 11:14 PM
generate a list from a single row of data Fred Excel Discussion (Misc queries) 4 February 16th 07 06:01 PM
How to transfer an Excel flowchart to Word without grid lines? HappyDay Excel Discussion (Misc queries) 2 March 30th 06 11:46 PM


All times are GMT +1. The time now is 05:54 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"