Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how do I make a list from a spreadsheet?

Hi! I am looking to make a list (in either a Word document or new Excel
sheet) from data in an existing spreadsheet. I need to include all the data,
but ordered A1, B1. C1, A2, B2, C2, etc. It doesn't have to be anything fancy
- just a sorted out list straight down would be perfect. Thanks so much!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 213
Default how do I make a list from a spreadsheet?

Hi! I am looking to make a list (in either a Word document or new
Excel sheet) from data in an existing spreadsheet. I need to include
all the data, but ordered A1, B1. C1, A2, B2, C2, etc.
It doesn't have to be anything fancy - just a sorted out list
straight down would be perfect.


Here’s one way.

Start with the original data in Sheet1.

Start a new sheet and put this in cell A1:
=OFFSET(Sheet1!$A$1,INT((ROW()-1)/3),MOD(ROW()-1,3))

Extend A1 down for as many rows as needed.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default how do I make a list from a spreadsheet?

Put this formula in Cell E1 and copy down column E. This will straighten out
the data. Then copy the Colum E data into notepad to get the straight text.

=INDIRECT(ADDRESS(INT((ROW(E1)-1)/3)+1,MOD(ROW(E1)-1,3)+1))


Only copy the data until you see all 0's in column E.


"wmphimu" wrote:

Hi! I am looking to make a list (in either a Word document or new Excel
sheet) from data in an existing spreadsheet. I need to include all the data,
but ordered A1, B1. C1, A2, B2, C2, etc. It doesn't have to be anything fancy
- just a sorted out list straight down would be perfect. Thanks so much!

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
make a list from another list ignoring duplicate entries from orig Kroka Excel Worksheet Functions 1 March 7th 07 10:36 PM
I cant make entries in my spreadsheet expense report Excel Discussion (Misc queries) 1 October 8th 05 06:03 PM
How can I make a spreadsheet look more fun (eg add a cartoon) Bibliotekker Excel Discussion (Misc queries) 1 September 14th 05 11:18 AM
make a spreadsheet leslieguy Excel Discussion (Misc queries) 1 June 16th 05 08:04 PM
List ? - How do I make information in one cell determine list to u Brad_A Excel Worksheet Functions 1 January 18th 05 04:10 PM


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