File:  [LON-CAPA] / loncom / html / adm / help / tex / Attic / Spreadsheet_Ranges.tex
Revision 1.3: download - view: text, annotated - select for diffs
Mon Jul 29 14:51:43 2002 UTC (22 years, 1 month ago) by bowersj2
Branches: MAIN
CVS tags: version_0_5_1, version_0_5, HEAD
Added index tags, fixed irrelevant bug in author.manual.texxml, created
spreadsheet.manual.texxml .

\label{Spreadsheet_Ranges}
Ranges\index{ranges, spreadsheet} specify rectangles of various shapes
in the spreadsheet, just as ranges do in traditional
spreadsheets. Exmples of legitimate ranges: 

\begin{itemize}

\item \textbf{*} - all rows, all columns 
\item \textbf{B*} - all rows in column B 
\item \textbf{*5} - all columns in row 5 
\item \textbf{C5..F25} - all cells in the rectangle between C5 and F25

\end{itemize}

Many functions accept ranges. For example, \&SUM(``d*'') will add 
up all cells in column d.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>