C
C and A Bredt
I need a 10x10 chart of numbers 1-100 with the numbers vertical.
I'm sure there is a quickie way to do it.
thanks, CB
I'm sure there is a quickie way to do it.
thanks, CB
Kassie said:What Luke M is telling you, is to insert the given formula in the top
leftmost cell of your 10 x 10 area, and then to copy it across and down.
Say you insert the formula in cell A1. Now move your mouse cursor to the
right lower corner of A1, so that the cursor changes shape to a small plus
sign. Click, hold the button down, and drag across to Col J1, and then
down
to J10.
--
HTH
Kassie
Replace xxx with hotmail
Rick Rothstein said:That is *not* what Kassie explained you should do. Let's try again. Put
this formula in A1...
=ROW(A1)+10*(COLUMN(A1)-1)
Re-select A1 if the selection has moved away from that cell. Now move the
cursor over the small, black square in the lower right corner of the cell,
click drag it across to Column J. Now cells A1 to J1 will be selected. In
the lower right corner of that selection is the small black square. Click
drag it down to Row 10. If you followed those steps, you should now have a
10x10 square of numbers that run from 1 to 100 with the numbers increasing
vertically.