InterviewSolution
Saved Bookmarks
| 1. |
Define row and cell? |
|
Answer» Answer: Spreadsheets are made up of ROWS and columns, which form a table or GRID. A cell is a specific location within a spreadsheet and is defined by the intersection of a row and column. Cells may contain several data types, including numbers, dates, TIMES, currencies, percentages, TEXT, and other types of data. |
|