Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Clarified Post Convert Single Alpha to Side-by-Side (Not Cut n Pas

I phrased this badly before. I have a long list of alpha DVD titles in two
columns. I have illustration #1 but I want #2. Thanks!

#! #2
a e a b
b f c d
c g e f
d h g h

I want to be able to read the titles from left to right alphabetically, NOT
up and down again like a book or newspaper column.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Clarified Post Convert Single Alpha to Side-by-Side (Not Cut n Pas

In column A, include all your alphabetized titles, starting in A2.

Then use this formula in, say, cell B2

=INDEX(A:A,ROW(A1)*2)

And this in C2

=INDEX(A:A,ROW(A1)*2+1)

and copy down.

That way, when you add a title, you can sort column A only, and your list will update.

HTH,
Bernie
MS Excel MVP


"Lin400" wrote in message
...
I phrased this badly before. I have a long list of alpha DVD titles in two
columns. I have illustration #1 but I want #2. Thanks!

#! #2
a e a b
b f c d
c g e f
d h g h

I want to be able to read the titles from left to right alphabetically, NOT
up and down again like a book or newspaper column.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Clarified Post Convert Single Alpha to Side-by-Side (Not Cut n

Great! Thank you! Your answer also addressed my next question about adding
new titles and having the columns automatically adjust; and they do. Thanks
again this was more than I expected.

"Bernie Deitrick" wrote:

In column A, include all your alphabetized titles, starting in A2.

Then use this formula in, say, cell B2

=INDEX(A:A,ROW(A1)*2)

And this in C2

=INDEX(A:A,ROW(A1)*2+1)

and copy down.

That way, when you add a title, you can sort column A only, and your list will update.

HTH,
Bernie
MS Excel MVP


"Lin400" wrote in message
...
I phrased this badly before. I have a long list of alpha DVD titles in two
columns. I have illustration #1 but I want #2. Thanks!

#! #2
a e a b
b f c d
c g e f
d h g h

I want to be able to read the titles from left to right alphabetically, NOT
up and down again like a book or newspaper column.




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
Series display order sequential, not grouped side-by-side [email protected] Charts and Charting in Excel 2 November 21st 08 02:22 PM
I have dual monitors, how can I view excel workbooks side by side Johnson County Excel Worksheet Functions 1 September 19th 08 04:33 PM
How2 setup one page distribution report side by side results sailorgirl Charts and Charting in Excel 0 August 20th 07 09:14 PM
Excel Pivot Tables-How to put two Data Varibles side by side BillyBob Excel Worksheet Functions 2 January 23rd 07 10:35 PM
Display columns side by Side in the Data Area of a Pivot table Sue Excel Discussion (Misc queries) 1 March 21st 06 02:12 AM


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