English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Similar to the numbering bullets in word?

Thanks!

2006-12-06 06:01:29 · 3 answers · asked by Christina H 4 in Computers & Internet Software

3 answers

1) type the number 1 in a cell.

2) in the second cell, type the following

= SUM(A1+1) - where the "A1" (in my example) is the cell with the number 1.

3) with the mouse, grab the bottom, right corner of the cell with the formula, and drag either to the right or drag down

2006-12-06 06:12:06 · answer #1 · answered by Richard H 7 · 0 1

Type a starting number in a beginning cell. Type the next number in the next cell (they don't need to be adjacent) and then select both cells plus any additional cells to match the number of empty cells in between. Then place the mouse in the lower right corner of the selection and click-drag to your desired endpoint

Examples:

Cell A1: 3
Cell B1: 4
Select A1&B1, then click bottom right of selection & drag to the right and C1=5, D1=6, etc.


Cell A1:8
Cell A5:9
Select A1 through A8, then click bottom right of selection & drag down and A9=10, A13=11,A17=12, etc.

2006-12-06 10:27:04 · answer #2 · answered by nospamcwt 5 · 0 1

Column A consists of formulas that refer to column B. The formula in cell A1 is:

=IF(B1<>"",COUNTA($B$1:B1)&".","")
This formula, which is copied down to the other cells in column A, displays the next consecutive item number if the corresponding cell in column B is not empty. If the cell in column B is empty, the formula displays nothing.

As items are added or deleted from column B, the numbering updates automatically.

2006-12-06 06:04:21 · answer #3 · answered by Caitlin 5 · 0 1

fedest.com, questions and answers