--- loncom/html/adm/help/tex/Spreadsheet_Template_Row.tex 2002/07/22 21:08:18 1.1
+++ loncom/html/adm/help/tex/Spreadsheet_Template_Row.tex 2006/08/08 17:47:27 1.7
@@ -1,3 +1,11 @@
-The template row is a way to use the same formula in every row of a
-sheet. The actual row number is replaced by a ``#''. For example,
-``A#*b#'' would be ``A5*b5'' in row 5.
\ No newline at end of file
+\label{Spreadsheet_Template_Row}
+
+The template row allows you to quickly fill in columns of your spreadsheet.
+If a cell in the template row has a value or formula, every cell in
+that column of the main body of the spreadsheet will be given the same value
+or formula.
+If a cell in the spreadsheet already has a value, that value will be preserved.
+
+Using the ``\#'' notation to specify rows is recommended. See
+\textbf{Referencing Spreadsheet Cells} (\ref{Spreadsheet_Referencing_Cells})
+for more information.