MS-EXCEL is a part of Microsoft Office suite software. It is an electronic spreadsheet with numerous rows and columns, used for organizing data, graphically representing data(s), and performing different calculations. It consists of 1048576 rows and 16384 columns in Excel 2007 and later versions, a row and column together make a cell. Each cell has an address defined by column name and row number example A1, D2, etc. This is also known as a cell reference.
What is MS Excel
Microsoft Excel is a software application designed for creating tables to input and organize data. It provides a user-friendly way to analyze and work with data. The image below provides a visual representation of what an Excel spreadsheet typically appears like
.png)
Excel Interface

What is a Cell
A spreadsheet takes the shape of a table, consisting of rows and columns. A cell is created at the intersection point where rows and columns meet, forming a rectangular box. Here’s an image illustrating what a cell looks like:
.png)
What is Cell Address or Cell Reference
The address or name of a cell or a range of cells is known as Cell reference. It helps the software to identify the cell from where the data/value is to be used in the formula. We can reference the cell of other worksheets and also of other programs.
- Referencing the cell of other worksheets is known as External referencing.
- Referencing the cell of other programs is known as Remote referencing.
There are three types of cell references in Excel:
- Relative reference.
- Absolute reference.
- Mixed reference.

Features of MS Excel
Ribbon
Th eRibbon in MS-Excel is the topmost row of tabs that provide the user with different facilities/functionalities. These tabs are:
.png)
Home Tab
It provides the basic facilities like changing the font, size of text, editing the cells in the spreadsheet, autosum, etc.
Insert Tab
It provides the facilities like inserting tables, pivot tables, images, clip art, charts, links, etc.
Page layout
It provides all the facilities related to the spreadsheet-like margins, orientation, height, width, background etc. The worksheet appearance will be the same in the hard copy as well.
Formulas
It is a package of different in-built formulas/functions which can be used by user just by selecting the cell or range of cells for values.
Data
The Data Tab helps to perform different operations on a vast set of data like analysis through what-if analysis tools and many other data analysis tools, removing duplicate data, transpose the row and column, etc. It also helps to access data(s) from different sources as well, such as from Ms-Access, from web, etc.
Review
This tab provides the facility of thesaurus, checking spellings, translating the text, and helps to protect and share the worksheet and workbook.
View
It contains the commands to manage the view of the workbook, show/hide ruler, gridlines, etc, freezing panes, and adding macros.
How to Create a New Spreadsheet
In Excel 3 sheets are already opened by default, now to add a new sheet :
- In the lowermost pane in Excel, you can find a button.
- Click on that button to add a new sheet.

- We can also achieve the same by Right-clicking on the sheet number before which you want to insert the sheet.
- Click on Insert.

- Select Worksheet.
- Click OK.

How to Open an Existing Worksheet
On the lowermost pane in Excel, you can find the name of the current sheet you have opened.
On the left side of this sheet, the name of previous sheets are also available like Sheet 2, Sheet 3 will be available at the left of sheet4, click on the number/name of the sheet you want to open and the sheet will open in the same workbook.
For example, we are on Sheet 4, and we want to open Sheet 2 then simply just click on Sheet2 to open it.

Managing the Spreadsheets
You can easily manage the spreadsheets in Excel simply by :
- Simply navigating between the sheets.

- Right-clicking on the sheet name or number on the pane.
- Choose among the various options available like, move, copy, rename, add, delete etc.
- You can move/copy your sheet to other workbooks as well just by selecting the workbook in the To workbook and the sheet before you want to insert the sheet in Before sheet.

How to Save the Workbook
- Click on the Office Button or the File tab.
- Click on Save As option.
- Write the desired name of your file.
- Click OK.
How to Share your Workbook
- Click on the Review tab on the Ribbon.
- Click on the share workbook (under Changes group).
- If you want to protect your workbook and then make it available for another user then click on Protect and Share Workbook option.
- Now check the option “Allow changes by more than one user at the same time. This also allows workbook merging” in the Share Workbook dialog box.
- Many other options are also available in the Advanced like track, update changes.
- Click OK.
Ms-Excel shortcuts
- Ctrl+N: To open a new workbook.
- Ctrl+O: To open a saved workbook.
- Ctrl+S: To save a workbook.
- Ctrl+C: To copy the selected cells.
- Ctrl+V: To paste the copied cells.
- Ctrl+X: To cut the selected cells.
- Ctrl+W: To close the workbook.
- Delete: To remove all the contents from the cell.
- Ctrl+P: To print the workbook.
- Ctrl+Z: To undo.
What is the Latest Versions of Excel
The most recent edition of Microsoft Excel is part of MS Office 2019, which is the latest version of the Microsoft Office suite. It comes packed with numerous new features introduced by Microsoft.
FAQs
What is Ms Excel and its Features?
Microsoft Excel is a spreadsheet program that helps you manage and analyze data. Its key features include:
- Grid layout with cells for data.
- Formulas and functions for calculations.
- Charts and graphs for visualization.
- Data analysis tools like sorting and filtering.
- Collaboration and data protection options.
- Compatibility with various platforms.
What is Ms Excel Definition?
Microsoft Excel is a computer program that lets you create tables to store and work with information, like numbers and words. It helps with tasks like calculations, making charts, and organizing data neatly.
Similar Reads
How to detect the change in DIV's dimension ?
The change in a div's dimension can be detected using 2 approaches: Method 1: Checking for changes using the ResizeObserver Interface The ResizeObserver Interface is used to report changes in dimensions of an element. The element to be tracked is first selected using jQuery. A ResizeObserver object
4 min read
Explain the working of calc() function in CSS
The calc() function in CSS allows for dynamic calculations within property values, combining different units and mathematical operations. It enhances flexibility and responsiveness in layouts by enabling precise control over dimensions and spacing. Working of calc() functionThe calc() function in CS
3 min read
How to Set Table Cell Width & Height in HTML ?
In HTML, we can control the width and height of table cells using various approaches. This article discusses different methods to set the width and height of table cells in HTML. Table of Content Using inline StyleUsing width and height attributesUsing Inline StyleIn this approach, we are using the
2 min read
Foundation CSS Equalizer Equalize By Row
Foundation CSS is an open-source & responsive front-end framework built by ZURB foundation in September 2011, that makes it easy to design beautiful responsive websites, apps, and emails that look amazing & can be accessible to any device. It is used by many companies such as Facebook, eBay,
3 min read
Resize image proportionally with CSS
To resize an image proportionally with CSS, you can use the max-width property to ensure the image adjusts automatically to fit its container without stretching. The height: auto rule maintains the image’s aspect ratio, preventing distortion. Following are how we can resize the image proportionally
2 min read
How to make CSS Font Size Fit Container Effectively ?
Making CSS font size fit a container effectively involves ensuring that the text scales appropriately based on the dimensions of the container. This is crucial for maintaining readability and a consistent user experience regardless of the device being used. Table of Content Using ViewportUsing Media
5 min read
CSS Only Masonry Layouts
A Masonry layout is one in which things are placed one after the other in a straight line. Objects will migrate up into any gaps left by shorter items in the first line as they move onto the next line. It's comparable to a grid layout with auto-placement, except the rows don't follow a tight grid. M
3 min read
Foundation CSS Responsive Embed Aspect Ratios
Foundation CSS is an open-source & responsive front-end framework built by the ZURB foundation in September 2011, which makes it easy to design beautiful responsive websites, apps, and emails that look amazing & can be accessible to any device. The framework is built on SaaS-like bootstrap.
3 min read
HTML DOM clientHeight Property
The DOM clientHeight property is used to return the viewable height of an element in terms of the pixel. It includes the measurement of the width of padding but does not include the margin, border, and scrollbar property for the measurement of the element width. This property only returns the actual
2 min read
How to set one column control over height in Bootstrap ?
Creating an HTML document using Bootstrap and make more than one column. The task is to set the control to a column over the height using Bootstrap. The way to do this is by utilizing another div interior in the left column. The inward div ought to be position: absolute. Example: C/C++ Code <!DOC
2 min read
How to Center an Element in jQuery ?
Centering elements in a webpage is a common task for web developers, often involving CSS. However, certain scenarios might require dynamically centering elements using JavaScript or jQuery, especially when dealing with dynamic content sizes or responsive designs. jQuery, a fast, small, and feature-r
3 min read
How to Force Image Resize and Keep Aspect Ratio in HTML ?
To resize an image in HTML while keeping its aspect ratio, you can use simple HTML or CSS techniques. The problem is to ensure that the image scales without distortion or cropping. This can be fixed by applying simple styles that resize the image while keeping its original proportions. Below are the
2 min read
How to Create Equal Height Columns in CSS ?
Equal Height Columns in CSS refer to ensuring that multiple columns in a layout have the same height, regardless of the content inside each column. This can be achieved using modern CSS techniques like Flexbox, CSS Grid, or the Table display property. Table of Content Using FlexUsing GridUsing Table
3 min read
How to Maintain the Aspect Ratio of an Element using CSS?
Maintaining the aspect ratio of an element ensures that the element retains its width-to-height proportion regardless of screen size or resizing. This is particularly useful for responsive web design, where you need images, videos, and other elements to scale correctly without distortion. There are
3 min read
How to hide elements in responsive layout using CSS ?
CSS provides powerful tools to create responsive websites that adapt to different screen sizes and devices. One of the key techniques for creating responsive designs is media queries, introduced in CSS3. Media queries allow you to apply styles based on the characteristics of the device, such as its
3 min read
How to Set 100% Height with Padding/Margin in CSS ?
In this article, we'll explore CSS layouts with 100% width/height while accommodating padding and margins. In the process of web page design, it is often faced with scenarios where the intention is to have an element fill the entire width and/or height of its parent container, while also maintaining
3 min read
Resize an iframe based on the content
Resizing an iframe based on the content means automatically adjusting the iframe's height and/or width to fit the embedded content's dimensions. This prevents scrollbars and ensures the content is fully visible without manually setting fixed iframe sizes. Note: To open the source site to resize its
2 min read
How to set Line Height in Percent using CSS?
The line-height property in CSS is used to set the line height in percentage by using the line-height: percent; property. This percentage is calculated based on the element's font size, allowing for flexible spacing between lines of text relative to their size. Syntax line-height: percent;Example 1:
2 min read
How to Create a Responsive CSS Grid Layout ?
Here are different ways to create a responsive grid layout with CSS. 1. Using auto-fill PropertyThis method can be used CSS Grid for a responsive layout. The grid-template-columns property adjusts columns based on space, keeping a minimum width of 200 pixels. Gaps between items are set with grid-gap
3 min read