I need the information that is entered in the cell to automatically fill into other selected cells.
D Dianne Aug 15, 2005 #1 I need the information that is entered in the cell to automatically fill into other selected cells.
G Gord Dibben Aug 15, 2005 #2 Dianne Assuming you enter data in A1......... In B1 enter this formula =A1 If not what you were looking for, remember this...a formula can only return a value to the cell in which it is written. You can enter data in a cell and have it show up somewhere else by using VBA. Gord Dibben Excel MVP
Dianne Assuming you enter data in A1......... In B1 enter this formula =A1 If not what you were looking for, remember this...a formula can only return a value to the cell in which it is written. You can enter data in a cell and have it show up somewhere else by using VBA. Gord Dibben Excel MVP