Your name:
1. Excel stores files as:
Documents
Workbooks
Presentation
Database
2. In Excel you work in:
Worksheets
Pages
Pictures
Database
3. To multiply the value of Cell A1 to the value of cell B1, use the formula:
=1a X 1b
=A1xB1
=A1*B1
=A1+B1
4. To add the value of cells in column B from ROW 1 to ROW 6, use:
=B1+B6
=+B1:B6
=SUM(B1:B6)
=SUM(B1-B6)