Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
confusedteacher
 
Posts: n/a
Default getting cells to shift to next column

Hello-

I am trying to do an excel spreadsheet where I am typing in book titles and
authors. I have it set up where I have 25 titles and authors, in three
"columns" per page, then it would print out to the next page. Ex:

title : author title : author title : author
title : author title : author title : author
title : author title : author title : author, etc

(next page)
title : author title : author title : author, etc.

If I need to insert a new title and author in alphabetical order, I am
wanting the bottome title and author to shirt up to the next column, and the
last title and author combination of the third column of the page to shift to
the firt column of the second page. How would I do this?

Hope this makes sense! thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Otto Moehrbach
 
Posts: n/a
Default getting cells to shift to next column

You're not the only one who is confused. If I follow what you are doing,
you are doing a lot of work. I suggest you let Excel do the work. You paid
for it. Get your money's worth!
This is just a suggestion, mind you, but it might make your life easier.
Why not type in all the titles and authors in 2 columns, Columns A & B. All
of them. Excel has 65,536 rows so that should hold all of them. If you
want to insert a new title/author in alphabetical order, just type it at the
bottom and sort the whole thing. These 2 columns would always stay there
and you would do all of your editing in those 2 columns.
Now, if you want to print or just display the whole list in 3 double
columns like you say you now have, you can tell Excel to "snake" the
columns. Excel will then list them as you have them. Columns A & B will
stay as you typed them, for future editing.
If you want to print these snaked columns and you want just yea many
rows per page, you can tell Excel to insert page breaks every so many rows
and Excel will do that, then print it all out. If all this sounds like
something you think you want, post back and I'll help you with it. HTH
Otto

"confusedteacher" wrote in
message ...
Hello-

I am trying to do an excel spreadsheet where I am typing in book titles
and
authors. I have it set up where I have 25 titles and authors, in three
"columns" per page, then it would print out to the next page. Ex:

title : author title : author title : author
title : author title : author title : author
title : author title : author title : author, etc

(next page)
title : author title : author title : author, etc.

If I need to insert a new title and author in alphabetical order, I am
wanting the bottome title and author to shirt up to the next column, and
the
last title and author combination of the third column of the page to shift
to
the firt column of the second page. How would I do this?

Hope this makes sense! thanks



  #3   Report Post  
Posted to microsoft.public.excel.misc
confusedteacher
 
Posts: n/a
Default getting cells to shift to next column

This sounds like exactly what I would like to do! Thanks! How do you "snake"
the columns when printing?

"Otto Moehrbach" wrote:

You're not the only one who is confused. If I follow what you are doing,
you are doing a lot of work. I suggest you let Excel do the work. You paid
for it. Get your money's worth!
This is just a suggestion, mind you, but it might make your life easier.
Why not type in all the titles and authors in 2 columns, Columns A & B. All
of them. Excel has 65,536 rows so that should hold all of them. If you
want to insert a new title/author in alphabetical order, just type it at the
bottom and sort the whole thing. These 2 columns would always stay there
and you would do all of your editing in those 2 columns.
Now, if you want to print or just display the whole list in 3 double
columns like you say you now have, you can tell Excel to "snake" the
columns. Excel will then list them as you have them. Columns A & B will
stay as you typed them, for future editing.
If you want to print these snaked columns and you want just yea many
rows per page, you can tell Excel to insert page breaks every so many rows
and Excel will do that, then print it all out. If all this sounds like
something you think you want, post back and I'll help you with it. HTH
Otto

"confusedteacher" wrote in
message ...
Hello-

I am trying to do an excel spreadsheet where I am typing in book titles
and
authors. I have it set up where I have 25 titles and authors, in three
"columns" per page, then it would print out to the next page. Ex:

title : author title : author title : author
title : author title : author title : author
title : author title : author title : author, etc

(next page)
title : author title : author title : author, etc.

If I need to insert a new title and author in alphabetical order, I am
wanting the bottome title and author to shirt up to the next column, and
the
last title and author combination of the third column of the page to shift
to
the firt column of the second page. How would I do this?

Hope this makes sense! thanks




  #4   Report Post  
Posted to microsoft.public.excel.misc
Otto Moehrbach
 
Posts: n/a
Default getting cells to shift to next column

Snaking the columns is done by VBA (automation built into Excel). I
envision that you would have a sheet with 2 columns filled down. At the top
of the sheet would be 3 buttons, one for Sorting, one for Display, and one
for Printing.
The Sort button will cause the 2 columns to be sorted by one of the
columns. The Display button would snake the columns and show it to you.
The Print button would snake the columns and print the result.
If this were for me, I would have a second sheet with the headers like I
want them. When you clicked on the appropriate button for Display or Print,
Excel would snake the columns to that second sheet and display/print the
sheet. How does that sound?
If you wish, send me your file or a sample of your file. I just need
the layout of what you have and what you want (the second sheet?), so if you
feel your data is proprietary, just fake the titles and authors. Do include
a sample of what you want the second (display and print) sheet to look like.
For instance, do you want a narrow blank column between the double columns
in the second sheet to set the data apart?
If you are VBA capable I'll just send you the code for the snaking part.
Let me know. My email address is . Remove the "nop"
from this address. Otto
"confusedteacher" wrote in
message ...
This sounds like exactly what I would like to do! Thanks! How do you
"snake"
the columns when printing?

"Otto Moehrbach" wrote:

You're not the only one who is confused. If I follow what you are doing,
you are doing a lot of work. I suggest you let Excel do the work. You
paid
for it. Get your money's worth!
This is just a suggestion, mind you, but it might make your life easier.
Why not type in all the titles and authors in 2 columns, Columns A & B.
All
of them. Excel has 65,536 rows so that should hold all of them. If you
want to insert a new title/author in alphabetical order, just type it at
the
bottom and sort the whole thing. These 2 columns would always stay there
and you would do all of your editing in those 2 columns.
Now, if you want to print or just display the whole list in 3 double
columns like you say you now have, you can tell Excel to "snake" the
columns. Excel will then list them as you have them. Columns A & B will
stay as you typed them, for future editing.
If you want to print these snaked columns and you want just yea many
rows per page, you can tell Excel to insert page breaks every so many
rows
and Excel will do that, then print it all out. If all this sounds like
something you think you want, post back and I'll help you with it. HTH
Otto

"confusedteacher" wrote in
message ...
Hello-

I am trying to do an excel spreadsheet where I am typing in book titles
and
authors. I have it set up where I have 25 titles and authors, in three
"columns" per page, then it would print out to the next page. Ex:

title : author title : author title : author
title : author title : author title : author
title : author title : author title : author, etc

(next page)
title : author title : author title : author, etc.

If I need to insert a new title and author in alphabetical order, I am
wanting the bottome title and author to shirt up to the next column,
and
the
last title and author combination of the third column of the page to
shift
to
the firt column of the second page. How would I do this?

Hope this makes sense! 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
Conditional Format as a MACRO Gunjani Excel Worksheet Functions 3 March 29th 06 05:22 PM
how can i multiply two columns edgar Excel Worksheet Functions 7 March 2nd 06 03:29 PM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
Running total w/2 columns - Excel Anna / Ideal Excel Worksheet Functions 14 August 10th 05 04:28 PM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 0 May 15th 05 08:14 PM


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