Working with Spreadsheets in MS Excel
Last Updated :
24 Jun, 2021
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 spreadsheet to track data and see sum, difference, multiplication, division, fill date automatically, etc.
Rows & Columns in Excel Spreadsheets
In Excel, rows and columns are two different properties that combine to form a cell, a range, or a table. In general, the vertical portion of an Excel worksheet is known as columns, and there can be 256 of them in a worksheet, while the horizontal portion is known as rows, and there can be 1048576 of them.
Here, we can see Row 3 highlighted with red color & Column B highlighted with green color. Every row has 256 columns & every column has 1048576 rows.
Cell Referencing
A cell reference, also known as a cell address, is a technique that combines a column letter and a row number to describe a cell on a worksheet. Using cell references, we can refer to any cell on the worksheet (in Excel formulas).
Here we refer to the cell in column A & row 3 by :A3. You can make use of such notations in any of the formulae or copy the value of one cell to another cell (by using = A3)
Enter Numbers, Text, Date/time, Series Using AutoFill
You can go to a particular cell & enter the data in that cell. The data can be of the type date, numeric, text, etc.
Step 1. Go to the cell where you want to enter the data
Step 2. Click on that cell
Step 3. Enter the required data.
(a) Excel Date Type
In an Excel cell, you can input a date in a variety of ways, such as 11/06/2021, 11-Jun-2021, or 11-Jun, or June 11, 2021. When you input this in a cell, Microsoft Excel recognizes that you're entering a date and applies date format to that cell automatically. Excel usually prepares the newly inserted date according to the default date settings in Windows, but it can also leave it exactly as you typed.
In the given example: B2 contains Number, A2 & A4 contains Text & B4 contains date.

Note: Left - Justify the date in case any problem arises.
(b) Insert Time Stamp
You can enter the time along with the date as 11-06-2021 0:12 as shown below:
(c) Auto fill a date that increases in the series 1 by 1 day
Step 1: Enter a start date in the starting cell
Step 2: To add dates to cells, pick the cell with the first date and drag the fill handle across or down the cells where you want Excel to add dates. (When you pick a cell or a range of cells in Excel, the fill handle displays as a small green square in the bottom-right corner, as illustrated in the screenshot below.)
Your dates are filled Up automatically till the cell, up to which you dragged down. You can see the consecutive dates in column B have a difference of 1 day.

Edit and Format a Worksheet
You can do a lot of editing & formatting in a worksheet, like:
(a) Changing the Color:
Step 1: Select the cell(s) for whose data you want to change the color
Step 2: From the formatting toolbar above, choose the font color & click on that color.
The color will be applied(Like C3 here has its data in the color red)
(b) Changing the Font Style:
Step 1: Select the cell(s) for whose data you want to change the font style
Step 2: From the formatting toolbar above, choose the font style & choose any one style & click on it.
Like, in the above example we opt for the font style: "Dotum" for cell H4
(c) Alignment of Text:
The appearance and direction of the paragraph's edges are determined by alignment. Types of alignment are:
- Left Alignment: The text was aligned uniformly along the left margins.
- Right Alignment: The text was aligned uniformly along the right margins.
- Center Alignment: The text is aligned evenly with the center of the page.
Steps to apply any 1 alignment on cell(s):
Step 1: Select the cell(s) for whose data you want to change the font Alignment.
Step 2: From the formatting toolbar above, choose the alignment type & click on it.
Like, in the above example we opt for the Right Alignment for cell C3.
Insert and Delete Cells
(a) Inserting a Cell
To insert a cell in between 2 cells follow these steps:
Say, for example we want to insert a cell between B2 & B3, then:
Step 1: Select the cell above which you want to insert(say B3 here)
Step 2: Right-click the cell, a menu will pop up. Click on insert under it.
Step 3: A window for insert will pop up. To insert a new cell: (a) above the selected cell, choose shift cells down
(b) left to the selected cell, choose shift cells right
(Note: To insert a complete row upward/a column to the left, choose an option, entire row & entire column)
Step 4: Click Ok. A new cell will be inserted
Like, in the above example we opt for the font style: "Dotum" for cell H4
(b) Deleting a cell
To delete a cell follow the following steps:
Say, for example, we want to delete a cell B3, then:
Step 1: Select the cell for deletion(say B3 here)
Step 2: Right-click the cell, a menu will pop up. Click on delete under it.
Step 3: A window for delete will pop up. To delete cell & move: (a) Shifts cells below it upward, choose shift cells up (b) Shift cells after it to the left, choose shift cells left
(Note: To delete a complete row/a column, choose option, entire row & entire column)
The cell will be deleted.
Formula Using the Arithmetic Operators
For formulas, Excel utilizes common operators such as the plus symbol (+), the minus sign (-), an asterisk for multiplication (*), a forward slash for division (/), and a caret () for exponents.
Operation | Symbol |
Addition | + |
Multiplication | * |
Division | / |
Subtraction | - |
Exponent | ^ |
In the given example, we calculate:
- Sum: C3 + B3 = 4 + 2 = 6
- Subtraction: C4 - B4 = 2 -4 = -2
- Multiplication: C5 * B5 = 2 * 4 = 8
- Division: C5 / B5 = 2/4 = 0.5
- Exponent: C5 ^ B5 = 2^4 = 16

Print a Worksheet using the attached printer
Step 1: Select the area of the spreadsheet you want to print.
Step 2: Click on the Microsoft icon
Step 3: Click On Print & a window for Print & Preview the document will pop up.
Step 4: Click on Print. Then a window for Print will pop up.
Step 5: Select the printer by which you want to take out a print of the document. Select the page range (Print of all or some or current page) & the number of copies you want.
Step 6: Click on OK. You will get a print of your selected area of the Spreadsheet.
Note: Shortcut for print is Ctrl + p.
Sample Questions
Question 1. To enter the current date & time, what are the shortcuts?
Answer:
(i) Ctrl +; - To insert current date (or use Today() function)
(ii) Ctrl + Shift + ; - To insert the current time. (or use Now() function)|
(iii) Ctrl + ; & then Space key & then Ctrl + Shift + ; - To enter both current date & time
Question 2. Define active & inactive cell in spreadsheets.
Answer:
Active Cell: The cell on which you clicked & has a dark color boundary is active cell.
Inactive Cells: The cell which is not active is called inactive cell(Remaining cells except active one).
Question 3. How can the dates be interpreted in Excel?
Answer:
Dates are interpreted in Excel as
(a) dd-mm-yyyy
(b) dd-mm-yy
(c) dd/mm/yy
(d) yyyy-mm-dd
(e) dd mmm yyyy
Question 4. What kind of data can be entered in the cells?
Answer:
The data in the cell can be under the 4 categories: text, values, formulas & dates.
Question 5. What should you do if you wish to change an existing cell entry?
Answer:
To edit an existing cell entry:
(a) Select the cell and press the F2 key
(b) Then move the pointer to the needed location
(c) make the necessary changes
(d) Last but not least, press the Enter key.
Similar Reads
MS Excel Tutorial - Learn Excel Online Free Excel, one of the powerful spreadsheet programs for managing large datasets, performing calculations, and creating visualizations for data analysis. Developed and introduced by Microsoft in 1985, Excel is mostly used in analysis, data entry, accounting, and many more data-driven tasks.Now, if you ar
11 min read
Excel Fundamental
Introduction to MS ExcelLetâs dive into Microsoft Excel, a versatile spreadsheet tool from the Microsoft Office suite that organizes data into rows and columns. Whether weâre managing budgets, creating charts or analyzing datasets, Excel helps us handle tasks efficiently. For example, we can list project tasks, calculate t
5 min read
How to Download Microsoft Excel 2024/365 Edition on PC/Android/iOSMicrosoft Excel is one of the most powerful and widely used tools for managing data, creating reports, and performing calculations. Whether you're a student, professional, or business owner, having Excel on your PC, Android, or iOS device ensures you can stay productive on the go or at your desk. Th
8 min read
What is a Excel SpreadsheetExcel works like other spreadsheet programs but offers more features. Each Excel file is called a workbook, which contains one or more worksheets. You can start with a blank workbook or use a template.A worksheet is a grid of 1,048,576 rows and 16,384 columns, over 17 billion cells, for entering and
7 min read
Workbooks in Microsoft ExcelA 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-des
4 min read
Worksheets in ExcelA worksheet is a single spreadsheet in Excel, made up of a grid of rows and columns where data can be entered, calculated, and organized. Each worksheet contains cells where you input text, numbers, or formulas. Worksheets are the main area where work is done in Excel, and multiple worksheets can be
5 min read
Workbooks in Microsoft ExcelA 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-des
4 min read
How to Delete All Rows Below Certain Row or Active Cell in ExcelExcel is a powerful data management tool that can be used to store, analyze, and create reports on large data. It is generally used by accounting professionals to analyze financial data but can be used by anyone to manage large data. But what if your Excel sheet is full of extra rows you donât need?
6 min read
How to Remove Hyperlinks in ExcelLooking for the steps to remove unwanted hyperlinks form your Excel worksheet? Then in this short article we are going to discuss 6 different ways to remove hyperlinks in Excel. The steps discussed in this article work in all Excel versions from 2023 to the latest version of Excel.Actually, the HYPE
6 min read
How to Use Fractions in ExcelMicrosoft Excel is a powerful tool for managing numbers, but did you know it can also handle fractions just as smoothly as decimals and whole numbers? If you are a newbie working with data where you need to use fractions, then this guide on how to use fractions will guide you on the practical ways t
6 min read
Excel Formatting
Data Formatting in ExcelData formatting in Excel is the key to transforming raw numbers into clear, professional, and actionable insights. From customizing dates and currencies to applying conditional formatting for quick analysis, mastering these techniques saves time and enhances your spreadsheetsâ impact. This guide wil
3 min read
How to Expand Cells to Fit the Text Automatically in ExcelWe all know how useful Excel is to store tabular data. We can do calculations in excel, we can store any information that is in the form of tables, and so on. But there are some common problems that we all face while using Excel. One of the problems that we encounter while entering oversized, overle
3 min read
Excel Date and Time FormatsExcel stores dates as serial numbers and times as fractions of a day, making proper formatting crucial to avoid display errors or calculation issues. This guide explores essential Excel date and time formats, with practical examples like DD/MM/YYYY displays, dynamic timestamps, and formulas for task
4 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 b
4 min read
How to Unhide and Show Hidden Columns in Excel: Step by Step GuideThere are lots of times when you need to hide certain columns on a temporary basis so you can focus on the specific data. But knowing how to unhide the hidden columns is also important if you want to work on the hidden data again. This complete guide on how to unhide hidden columns in Excel will wal
9 min read
Conditional Formatting in ExcelWe use conditional formatting in Excel to highlight important data based on specific rules. This feature applies colors or styles to cells, helping us spot trends or key values in our spreadsheets effortlessly.We can enhance our data presentation with these practical methods. Letâs explore how to ap
8 min read
How to Apply Conditional Formatting Based On VLookup in Excel?VLOOKUP is an Excel function to lookup data in a table organized vertically. VLOOKUP supports approximate and exact matching, and wildcards (* ?) for partial matches.Conditional Formatting Based on Vlookup:1. Using the Vlookup formula to compare values in 2 different tables and highlighting those va
3 min read
How to Compare Two Columns and Delete Duplicates in ExcelFacing redundant data in your Excel and don't know how to compare two columns so you can easily de-duplicate Excel? Explore this guide to get the step-by-step instructions to compare two columns and delete duplicate data. Here you will learn multiple ways, like the equal operator, IF() function, and
3 min read
How to Find Duplicate Values in Excel Using VLOOKUPExcel is a great tool for working with data. One of its handy features is the VLOOKUP function, which helps you find matching or duplicate values in your data. In this article, weâll show you how to use VLOOKUP to spot duplicates in a simple way. Youâll learn how to compare two columns in one sheet,
3 min read
Excel Formula & Function
Basic Excel FormulasWe can make Excel work smarter for us with simple formulas that handle our numbers fast! Whether weâre adding up vegetable costs with =SUM(A1:A5) or finding the average with =AVERAGE(B1:B10), these handy tools help us with budgeting and figuring things out. Letâs get started and learn them together!
3 min read
How to Use Concatenate in ExcelUnlock the full potential of your data management skills by mastering how to use CONCAT Function in Excel. This powerful function allows you to seamlessly combine text from multiple cells into one, streamlining your workflow and making your spreadsheets more efficient. Whether you're preparing compl
7 min read
Percentage in ExcelExcelâs percentage calculations are vital for data analysis, used by 90% of businesses to track metrics like sales growth or expenses. Calculating percentages is straightforward with formulas like (Part/Whole)*100, such as =A1/B1*100, where A1 is the Part and B1 is the Whole. Excel also offers built
8 min read
Excel LEFT, RIGHT, MID, LEN, and FIND FunctionsMastering Excel functions like LEFT, RIGHT, MID, LEN, and FIND is essential for anyone looking to manipulate and analyze text data effectively. These functions allow you to extract specific parts of text, measure text length, and find the position of characters within a string, making it easier to c
6 min read
Excel IF FunctionThe IF function in Excel is one of the most powerful and commonly used formulas that allows you to perform logical tests and return different values based on whether the condition is true or false. If youâve ever needed to check whether a value meets certain criteria, then the IF function is the too
12 min read
Excel VLOOKUP FunctionThe term VLOOKUP stands for Vertical Lookup. It is designed to search for a specific value in the first column of a table (lookup column) and retrieve corresponding data from a different column in the same row.Syntax of VLOOKUP Formula:VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]
12 min read
Dynamic Array Formulas in ExcelDynamic arrays are resizable arrays that calculate automatically and return value into multiple cells based on a formula entered in a single cell. The new array (multiple cells) that we get is known as spilling and the new array has been placed in neighboring cells. It is not necessary to use Ctrl +
2 min read
COUNTIF Function in Excel - Step by Step TutorialExcel Countif Function - Quick Steps Select the RangeDefine the CriteriaEnter the Formula =COUNTIF(range, criteria)Press EnterEver needed to quickly count cells that meet specific criteria in Excel? The COUNTIF function in Excel is your go-to tool for this task. Whether you're analyzing data, filter
9 min read
How To Use MATCH Function in Excel (With Examples)Finding the right data in large spreadsheets can often feel like searching for a needle in a haystack. This is where the MATCH function in Excel proves invaluable. The MATCH function helps you locate the position of a specific value within a row or column, making it a cornerstone of efficient data m
6 min read
Excel Data Analysis & Visualization
How to Sort by the Last Name in Excel?When you work on excel you'll probably be assigned a task to sort data alphabetically in ascending or descending order and it is quite an easy task to sort data using the first names in either of the order. It is the easiest task to be done in excel. But what if you are given a task to sort a list o
5 min read
How to Sort Data by Color in Excel?Sorting Data By Color allows us to segregate the data cells of a specific color. There can be many ways to sort by color like sorting by Cell color, sorting by Font color, etc. We can also add multiple levels in sorting data by color. Sorting by Color makes analysis very easy and time-saving. Sort b
3 min read
How to Swap Columns in Excel: 3 Methods ExplainedTo Swap Columns in Excel - Quick StepsDrag and Drop: Select a column, drag it to a new position, and release.Cut and Paste: Cut a column (Ctrl + X) for Windows and (Cmd + X) for Mac, then paste it in the new location using Insert Cut Cells.Copy and Paste: Copy a column, then insert the copied cells
8 min read
Sparklines in ExcelSparklines are miniature charts embedded within a single Excel cell. They visually summarize trends, patterns, or data fluctuations, making them ideal for dashboards and compact reports. Unlike traditional charts, sparklines are not separate objects; they exist inside the cell itself, behaving like
8 min read
Pivot Tables in ExcelCreating a Pivot Table in Excel is a method used to quickly summarize, analyze, and organize large sets of data. Pivot tables allow users to group, filter, and perform calculations like totals or averages on selected data, all within a flexible layout. By using simple drag-and-drop steps, we can tra
5 min read
How to Sort a Pivot Table in Excel : A Complete GuideSorting a Pivot Table in Excel is a powerful way to organize and analyze data effectively. Whether you want to sort alphabetically, numerically, or apply a custom sort in Excel, mastering this feature allows you to extract meaningful insights quickly. This guide walks you through various Pivot Table
7 min read
Pivot Table Slicers in ExcelInserting a Pivot Table Slicer in Excel means adding a visual filter to a Pivot Table, allowing users to quickly and interactively filter data. Slicers use buttons to display specific subsets of data, improving clarity, ease of use, and overall data exploration across one or more Pivot Tables.How to
6 min read
Data Visualizations in Power ViewData visualization is a technique to represent the data or set of information in charts. Excel gives a tool of Power View where we can explore the data interactively and also we can visualize the data such that data can be presented in Tables, Bar charts, Scatter plots, and Pie charts. This tool can
3 min read
Chart Visualizations in Excel Power ViewPower View is an Excel Visualization tool that allows you to build visually appealing graphs and charts, dashboards for management, and reports that can be issued daily, weekly, or monthly. When we think of Microsoft Excel, we think of various tools such as Formulae, which makes an analyst's job sim
8 min read
Table Visualization in Excel Power ViewFor whatever visualization we decide to make with Power View, we start by generating a Table, which is the default, and then quickly convert the Table to other visualizations. The Table is formatted similarly to any other data table, with columns representing fields and rows representing data values
5 min read
Multiple Visualizations in Excel Power ViewPower View allows for interactive data exploration, visualization, and presentation, promoting easy ad hoc reporting. Power View's flexible visuals enable on-the-fly analysis of large data sets. The data visualizations are dynamic, making it easier to show the data with a single Power View report. M
4 min read
How to Create Dynamic Excel Dashboards Using Picklists?Dashboards are a report technique that visually presents critical metrics or a data summary to allow for quick and effective business decisions. Excel is capable of handling complex statistical calculations, many of which are built-in as Functions and can be easily displayed on a dashboard. Excel da
3 min read
Advanced Excel
How to Use Solver in Excel?A solver is a mathematical tool present in MS-Excel that is used to perform calculations by working under some constraints/conditions and then calculates the solution for the problem. It works on the objective cell by changing the variable cells any by using sum constraints. Solver is present in MS-
3 min read
Power Query â Source Reference as File Path in CellPower query helps in doing automation in an efficient manner. It allows users to utilize files stored in specific locations and apply routine transformation steps on those files. It allows users to embed file paths and file sources in an Excel cell. The end user can make use of named ranges and Exce
2 min read
How to Create Relational Tables in Excel?Excel directly doesn't provide us ready to use a database, but we can create one using relationships between various tables. This type of relationship helps us identify the interconnections between the table and helps us whenever a large number of datasets are connected in multiple worksheets. We ca
4 min read
How to Import, Edit, Load and Consolidate Data in Excel Power Query?Power Query is an easy and efficient way of solving simple data tasks. Most of our valuable time is frequently consumed by tedious manual procedures like cut and paste, column merging, and filtering. These operations are greatly simplified with the Power Query tool. A further advantage is that, in c
8 min read
Connecting Excel to SQLiteA tiny, quick, self-contained, highly reliable, fully-featured serverless, zero-configuration, transactional SQL database engine is implemented by SQLite, an in-process C language library. The most popular database engine worldwide is SQLite. The public domain status of SQLite's source code allows f
4 min read
Handling Integers in Advanced ExcelA table can be converted into a chart with the help of a power view where one column of data has to be aggregated. Power View can aggregate both integer and decimal numbers. We can also aggregate the data models by other default behavior. Power View provides Power View Fields where the sigma symbol
2 min read
Power Pivot for ExcelPower Pivot serves as an Excel add-on enabling robust data analysis and the creation of advanced data models. This tool facilitates the integration of extensive data from diverse sources, enabling swift information analysis and seamless sharing of insights. Whether working in Excel or Power Pivot, u
10 min read
Excel Power Pivot - Managing Data ModelPower Pivot is something that helps us in relating between two different data sets which are in two different worksheets. We can manage and relate any type of data using Power Pivot. It is used for data analysis and creates many different data models. we can collect large data from different sheets
6 min read
Table and Chart Combinations in Excel Power PivotFor data exploration, visualization, and reporting, Power Pivot offers a variety of Power PivotTable and Power PivotChart combinations. A Power PivotChart is a PivotChart that was made using the Power Pivot window and is based on the Data Model. Despite sharing certain functionality with Excel Pivot
3 min read
Excel Data Visualization
Advanced Excel - Chart DesignThe charts are the visual representation of data in both rows and columns. They are used to analyze the trends and patterns in the datasets. For example, If we want to analyze the sales of different courses for a specific period of time we can easily do this with the help of charts and get the resul
4 min read
How to Create a Graph in Excel: A Step-by-Step Guide for BeginnersAnyone who wants to quickly make observations and represent them graphically should know how to create graphs with Excel. Whether it is the preparation of business analysis papers, academic research documents or financial reports among other things, learning how to make graphs in Excel can significa
8 min read
Formatting Charts in ExcelOne of the major uses of Excel is to create different types of charts for a given data set. Excel provides us with a lot of modification options to perform on these charts to make them more insightful. In this article, we are going to see the most common "Formatting" performed on charts using a suit
3 min read
How to Create a Waterfall Chart in Excel Waterfall charts are a powerful visualization tool used to illustrate the cumulative effect of sequential data points, such as profits, losses, or changes over time. Widely used in financial and performance analysis, these charts provide clear insights into the contributions of individual components
6 min read
Scatter and Bubble Chart Visualization in ExcelScatter Charts and Bubble Charts display many related data in one Chart. In both of these charts, the X - axis displays one numeric field and the Y-axis displays another. It helps to specify the relationship between two values for all the items in the chart easily. In Bubble charts, a third numeric
5 min read
How to Create a Pie Chart in Excel - Step by Step Guide Pie charts are an excellent way to visualize proportions and illustrate how different components contribute to a whole. Whether you're analyzing market share, budget allocation, or survey results, pie charts make complex data easily understandable at a glance. This guide will walk you through how to
6 min read
How To Create A Pictograph In Excel?The Pictograph is the record consisting of pictorial symbols. Generally, in mathematics, it is represented by the help of graphs with pictures or icons representing certain quantities or numbers of people, books, etc. It is also known as pictogram, pictogramme, pictorial chart, picture graph, or sim
3 min read
How to make a 3 Axis Graph using Excel?3 Axis Graphs in Excel are the graphs that have three axis. The need for a three-axis arises when the scale of the values is very different. For example, you are given an atom and you want to make a graph between its diameter, melting point, and colloidal nature. If they are plotted on the same scal
7 min read
How To Create a Tornado Chart In Excel?Tornado charts are a special type of Bar Charts. They are used for comparing different types of data using horizontal side-by-side bar graphs. They are arranged in decreasing order with the longest graph placed on top. This makes it look like a 2-D tornado and hence the name. Creating a Tornado Char
2 min read
How to Create Flowchart in Excel: Step-by-Step GuideA Flowchart is a valuable tool for visualizing processes, workflows, or decision-making paths, making it easier to communicate ideas and identify improvements. This article provides a clear, step-by-step guide on how to create a Flowchart in Excel, using its shapes and formatting tools to design cus
6 min read
Excel VBA & Macros
How to Insert and Run VBA Code in Excel?In Excel VBA stands for (Visual Basic for Application Code) where we can automate our task with help of codes and codes that will manipulate(like inserting, creating, or deleting a row, column, or graph) the data in a worksheet or workbook. With the help of VBA, we can also automate the task in exce
2 min read
Variables and Data Types in VBA ExcelIn a computer system, variables and data types are almost used in every program to store and represent data. Similarly, Excel VBA also has variables and data types to store and represent data and its type. In this article, we will learn about VBA variables, their scope, data types, and much more. VB
9 min read
How to Use the VBA Editor in Excel: Quick Guide 2024Unlock the full potential of Microsoft Excel by diving into the world of Visual Basic for Applications (VBA). The VBA Editor in Excel is a powerful tool that allows you to automate tasks, create custom functions, and streamline your workflow like never before. Whether you're looking to boost product
7 min read
VBA Strings in ExcelIn Excel's Visual Basic for Applications(VBA), strings are pivotal in handling and manipulating text-based data. Strings serve as a fundamental data type used to store a sequence of characters, enabling the representation of textual information, numbers, symbols, and more. Understanding how VBA hand
8 min read
VBA Find Function in ExcelIn an Excel sheet subset of cells represents the VBA Range which can be single cells or multiple cells. The find function will help to modify our search within its Range object. A specific value in the given range of cells is to search with the help of the Find function. Excel VBA provides different
5 min read
ActiveX Control in Excel VBAWhen we are automating an excel sheet with VBA at that time when the user has a requirement for a more flexible design then it's better to use ActiveX Controller. In Excel user has to add the ActiveX Controller manually and ActiveX Controls are used as objects in codes. There are the following types
3 min read
Multidimensional Arrays in Excel VBAMultidimensional Arrays are used to store data of similar data types of more than one dimension. A multidimensional array has a dimension up to 60 but usually, we don't use arrays of dimensions more than 3 or 4. Here, we will see how to declare a multidimensional array in many ways and also how to c
2 min read
VBA Error HandlingIn a VBA code, there may be some errors like syntax errors, compilation errors, or runtime errors so we need to handle these errors. Suppose there is a code of 200 lines and the code has an error it's very difficult to find an error in the code of 200 lines so it's better to handle the error where w
10 min read
How to Remove Duplicates From Array Using VBA in Excel?Excel VBA code to remove duplicates from a given range of cells. In the below data set we have given a list of 15 numbers in âColumn Aâ range A1:A15. Need to remove duplicates and place unique numbers in column B. Sample Data: Cells A1:A15 Sample Data Final Output: VBA Code to remove duplicates and
2 min read
Macros In Excel With Examples: Step-by-Step TutorialExcel macros are a powerful tool that can automate repetitive tasks, saving you time and increasing productivity. Whether you're trying to enable Excel macros, record a macro in Excel, or automate specific actions within your spreadsheet, macros are an invaluable feature. In this guide, we will walk
11 min read
Assigning Excel Macro to ObjectsIn Excel, a recorded macro can be assigned to different objects like a shape, graphic, or control note. Instead of running the macro from the required tool in ribbon, we can create these objects to run them easily. They get very handy when multiple macros are there. Individual objects can be created
3 min read
How to Enable Macros in Excel (2025): Step-by-Step GuideHow to Activate Macros in Excel - Quick StepsOpen the Excel workbook.Click Enable Content in the yellow security warning bar.Go to File > Options > Trust Center > Trust Center Settings > Macro Settings.Choose the desired macro setting (e.g., Enable All Macros for trusted files).Save the
9 min read
Power BI & Advance Features in Excel