There are three basic parts of an Excel Spreadsheet: Column – The vertical segments that you see on the spreadsheet are called columns. Row – The horizontal segments are referred to as rows. Cell – Each box that is created from a row and column intersecting is referred to as a cell.
How do you name a range in Excel?
How to Create Named Ranges in Excel
Select the range for which you want to create a Named Range in Excel.Go to Formulas –> Define Name.In the New Name dialogue box, type the Name you wish to assign to the selected data range. Click OK.
What is range in Excel?
A cell range in an Excel file is a collection of selected cells. This range is usually symmetrical (square), but can exist of separate cells just the same. A cell range can be referred to in a formula as well.
What is menu bar in Excel?
Menu Bar. The Menu Bar at the top of the screen gives you access to different commands that are used for such tasks as opening and closing files, printing documents, formatting data, and other operations.
What is the main part of spreadsheet?
A spreadsheet consists of a table of cells arranged into rows and columns and referred to by the X and Y locations. X locations, the columns, are normally represented by letters, “A,” “B,” “C,” etc., while rows are normally represented by numbers, 1, 2, 3, etc.
What is name box?
Name Box is a tool that shows the active cell address. For example, if you have selected the cell C1, this name box will show the active cell address as C1.
What is name manager in Excel?
The Name Manager is a dialog box in Excel that allows you to create, edit, and delete defined names. These names can be named ranges, named formulas, and named constants. Using named ranges can make formulas easier to read, understand. and maintain Names also provide simple navigation via the Name Box.
What are spreadsheets used for?
A spreadsheet is a tool that is used to store, manipulate and analyze data. Data in a spreadsheet is organized in a series of rows and columns and can be searched, sorted, calculated and used in a variety of charts and graphs.
What does Nonadjacent mean in Excel?
Dragging with the mouse in Excel to quickly highlight a block of adjacent cells is probably the most common way of selecting more than one cell in a worksheet. But, there may be times when the cells you want to highlight are not located beside each other. When this occurs, it’s possible to select non-adjacent cells.
How is formula bar different from name box?
Formula bar is at the top of the worksheet and right side of the name box which displays the formula that we had entered in a worksheet’s active cell. Where as Name box is located above the worksheet and to the left of Formula bar. In this box you can see the location of cell pointer i.e means active cell address.
What does criteria mean in Excel?
criteria – defines the condition that tells the function which cells to count. It can be a number, text string, cell reference or expression. For instance, you can use the criteria like these: “10”, A2, “>=10”, “some text”.