Newspaper Columns

  • Thread starter Thread starter Michael Koerner
  • Start date Start date
M

Michael Koerner

Is it possible in Excel 2002 or 2003 to create newspaper columns, that will
snake properly when an item is added and can be sorted if necessary?
 
Michael,

You can do it using formulas to create your columns, referencing a table of
values where your text is entered.

The formula in the first column could be as simple as

=A1

and at the top of the second column

=A21

When both are copied down 20 rows, you would get two columns of 20 items
that snakes properly, and will reflect any sorting applied to the source
table.

HTH,
Bernie
MS Excel MVP
 
That seemed to work well <g> Thanks very much.

Next question When the list does not fill the page, Excel puts "0" in the blank
cell, even if the cell is formatted as text. I would like it to be blank. Is
there something I need to add to the formula.

--

Regards
Michael Koerner


Michael,

You can do it using formulas to create your columns, referencing a table of
values where your text is entered.

The formula in the first column could be as simple as

=A1

and at the top of the second column

=A21

When both are copied down 20 rows, you would get two columns of 20 items
that snakes properly, and will reflect any sorting applied to the source
table.

HTH,
Bernie
MS Excel MVP
 
Michael,

Change your formulas to

=IF(A1="","",A1)
=IF(A21="","",A21)

HTH,
Bernie
MS Excel MVP
 
Worked like a charm,thank you very much


--

Regards
Michael Koerner


Michael,

Change your formulas to

=IF(A1="","",A1)
=IF(A21="","",A21)

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top