Open In App

Workbooks in Microsoft Excel

Last Updated : 16 Jun, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

A collection of worksheets is referred to as a workbook (spreadsheets). Workbooks are your Excel files. You’ll need to create a new workbook every time you start a new project in Excel. There are various ways to begin working with an Excel workbook. You can either start from scratch or use a pre-designed template to create a new workbook or access an existing one.

Creating a new Workbook

Follow these steps to create a new Blank workbook, giving a name to it & saving it:

Step 1: Click on the Microsoft Office button on the top-left corner.

Step 2: Then click on New.

Step 3: A dialog box for New Workbook will pop up. Click on blank Document & then on Create tab.

A new blank workbook is created & it appears on your screen.

Note: MS Excel automatically opens a new Workbook for you when you open Excel in your system.

Inserting Text in Excel

In Excel, you can see multiple rows & columns, each rectangular box in a row or any column is called a Cell. A cell address on a worksheet can be determined by combining a column letter and a row number. Using these addresses, we can refer to any cell (in Excel formulas) in the worksheet.

As you click on any of the cells, you can see its address in the name box(Left most side below the home tab).

Step 1: Select a cell in which you want to insert text.

Step 2: Insert your data by typing something from the keyboard (In that selected cell)

Whatever text you enter, the same text appears in the formula bar too (for that cell)

Edit/Delete Cell Contents

Step 1. Select the cell to change or delete the text.

Step 2. To erase text and make a correction, press the Backspace key on your keyboard.

Or, To erase the whole contents of a cell, press the Delete key.

Or, The formula bar also allows you to alter and erase text. Simply select the cell and then position your cursor in the formula bar.

Navigation In Excel

Step 1. Go to the right of the selected cell, press the Tab key.

Step 2. To move to the left of the selected cell, hold down Shift and then Tab.

Step 3. To traverse the worksheet, use the Page Up and Page Down keys(with Shift in Laptops).

Step 4. Use the arrow keys to navigate.

Saving The Workbook

Step 1. Click the Microsoft Office button on the left.

Step 2. Save or Save As are the options, choose one.

  • Save As – lets you give the spreadsheet a name and save it in a specific location. If you want to save the file for the first time, or if you want to save it under a new name, select Save As.
  • If the file has already been named, just choose Save/press Ctrl + S to save your work.

Using Formulas In Excel

You can use predefined Excel formulas by just typing: “=Formula_Name(Arguments)”. When you type the first few characters of any formula, excel provides a drop-down list of formulas matching that sequence of characters.

Example: To get an average of numbers present in the column B from row 2 to row 6, you can use the formula:

= AVERAGE(B2:B6)

Here B2:B6 defines the range of the numbers on which you want to do average.

You can see the formula in the formula tab near the name box.

Here in the cell : B8 we wrote : =AVERAGE(B2:B6), so we get average as = (1+2+3+4+5)/5 = 15/5 = 3.

So, in this way you can easily create a workbook, work on it, navigate through it & save it.


Similar Reads

Mixed Cell References in MS Excel
Cell: The row and column in Excel together make a cell. We input the value/data(s) in cells of a spreadsheet. There are three types of values that can be entered into the cell. NumbersAlphabeticFormulas Cell reference ​​​​​​is the address or name of a cell or a range of cell is known as Cell reference. It is the combination of column name and row n
3 min read
Basic Excel Formulas
Functions in Excel are the predefined formulas that have their specific meaningful work. They make our task easy and quick like finding the sum, count, average, maximum value, and minimum values for a range of cells. For example, the SUM function will calculate the sum of the range passed to it as an argument. Functions increase productivity while
1 min read
How to Protect a Workbook in MS Excel?
Every day in school, offices, business sectors or any other field lots of information are there that are required to store for the future use. For anyone, it is very difficult to remember that information for a long time. Earlier data and information are stored in a form of a register, file, or paperwork but finding it may be difficult for us. It t
4 min read
How to use Conditional Formatting in Excel?
Microsoft Excel is a software that allows users to store or analyze the data in a proper systematic manner. It uses spreadsheets to organize numbers and data with formulas and functions. MS Excel has a collection of columns and rows that form a table. Generally, alphabetical letters are assigned to columns, and numbers are usually assigned to rows.
4 min read
Working with Spreadsheets in MS Excel
Spreadsheets are grid-based files containing scalable entries that are used to organize data and make calculations. Spreadsheets are used by people all around the world to build tables for personal and corporate purposes. You may also utilize the tool to make sense of your data by using its features and formulas. You could, for example, use a sprea
8 min read
How to Create a Bar Chart in Excel?
To learn how to create a Column and Bar chart in Excel, let's use a simple example of marks secured by some students in Science and Maths that we want to show in a chart format. Note that a column chart is one that presents our data in vertical columns. A bar graph is extremely similar in terms of the choices you've got but presents your data in ho
4 min read
How to Insert a Function in Excel?
MS Excel has many inbuilt in functions that we can use in our formula. If you want to see all the functions by category choose Formulas Tab and then Insert Function. Then Insert function Dialog appears from which we can choose function. Some important functions of Excel by categories are: Text Functions Lower: Converts all characters in a given tex
4 min read
Worksheets in Excel
A spreadsheet is a grid-based file that organizes data and performs calculations using scalable entries. These are used all over the world to create tables for personal and business purposes. It contains rows and columns of cells and can be used to organize, calculate, and sort data. Spreadsheet data can include text, formulas, references, and func
5 min read
How to Insert a Picture in a Cell in MS Excel?
Every day in business or any other field lots of information are there that are required to store for future use. For anyone, it is very difficult to remember that information for a long time. Earlier data and information are stored in a form of a register, file, or by paperwork but finding it may be difficult for us. It takes a lot of time. To res
4 min read
How to calculate Sum and Average of numbers using formulas in MS Excel?
Everyday in school, offices, business sectors or any other field lots of information are there that are required to store for future use. For anyone, it is very difficult to remember that information for a long time. Earlier data and information are stored in a form of a register, file, or by paperwork but finding it may be difficult for us. It tak
4 min read