Fix for Arrow Keys Not Working in Excel

How to fix Arrow Keys not working in Excel

Are your arrow buttons stuck or frozen, and can’t use the Arrow Keys in Excel? Explore all proven techniques from this ultimate troubleshooting guide to fix Arrow Keys Not Working in Excel issue in minutes: Microsoft Office offers software for preparing spreadsheets – commonly known as Microsoft Excel — used …

Read more


Excel VBA Loops – For Next, For Each, Do While, Do Until

Loops in VBA (1)

This VBA Loops tutorial explains the different types of loops in VBA like For Next, For Each, Do While, Do Until with code examples: Loops are an important concept in a programming language. It allows us to perform certain actions repeatedly just by using fewer lines of code. In this …

Read more


VLOOKUP Tutorial – How To Use VLOOKUP Function In Excel

VLookup in Excel

This comprehensive VLOOKUP Tutorial explains what is VLOOKUP in Excel and how to use this function with the help of practical examples: VLOOKUP is a filtering method available in Microsoft Excel that allows us to search for a value using a formula in a huge list of data. In this …

Read more


What Is A Pivot Chart In Excel And How To Make It

Pivot Charts in Excel

This hands-on tutorial explains what is a Pivot Chart and how to make and customize it. We will also see the difference between the Pivot Chart vs Table: Charts are considered one of the best ways to present the report. They help us understand and analyze the data more simply. …

Read more


Excel Slicer And Timeline – Tutorial With Examples

Slicer and Timeline in Microsoft Excel (3)

This tutorial explains how to create and apply Excel Slicer and Timeline to single or multiple Pivot tables to filter the table and get the desired results: Filters in general are very important for any report or tables as they help us in displaying only the desired details at a …

Read more


Pivot Table Grouping, Ungrouping And Conditional Formatting

Pivot Table Grouping and Ungrouping

This tutorial explains what is Pivot Table Grouping, Ungrouping, and Conditional Formatting in Excel Pivot Tables: In our previous tutorial, we understood how Pivot Table helps us in easily analyzing the data. However, the table looks more appropriate if we can combine similar types of data and present them together …

Read more


What Is An Excel Pivot Table And How To Create One

Excel Pivot Table Overview

We will learn what is an Excel Pivot Table, why it is useful, and how to create a Pivot Table in Excel with the help of a step-by-step example: Microsoft Excel has several great features that allow us to organize and analyze data. A pivot table is yet another excellent …

Read more


Error Handling In VBA – Tutorial With Practical Examples

Error Handling in VBA

Read this detailed tutorial on Error Handling in VBA to understand different types of errors and how to handle them in your programs: Errors have always been a part of our life in every field. Coding will also have errors but we should know how to handle them effectively. In …

Read more


Excel VBA Functions And Sub Procedures [With Examples]

Functions and Sub Procedures in VBA

In this tutorial, we will learn about Excel VBA functions, Sub procedures, and the difference between them: If you have just started learning to code in VBA, then you will obviously find it easy to write the entire code in one Sub. You might not even know that VBA does …

Read more


Conditional Statements: If, Else-If, If-Then And Select Case

Conditional Statements In VBA

This tutorial explains various conditional statements in VBA such as If, Else-If, If-Then, Nested If, And Select Case with examples: Often while designing a code we are bound to verify functionalities based on certain conditions and make decisions according to the output of the conditional statement. In this tutorial, we …

Read more


Excel VBA Array and Array Methods With Examples

Arrays In VBA

This tutorial will explain VBA Array, various array types, variant array, and array methods with the help of programming examples: A regular VBA variable is a place holder that stores the value of a single data. It has a 1 to 1 relationship i.e. 1 variable for 1 value. Now …

Read more


VBA Variables And Option Explicit In VBA

VBA Variables And Option Explicit In VBA

This tutorial explains how to declare & use VBA variables. Also learn about option explicit, variable scope, static and constant variables: In a computer, all the data values are stored in a memory or computer storage. To access these values, you need to specify a name associated with that value, …

Read more


VBA Data Types – Numeric And Non-Numeric Data Types In VBA

VBA Data Types

This tutorial explains various numeric and non-numeric data types available in VBA. We will also learn about Data Type Conversions: We come across many types of data every day like name, date, bills, price of a commodity, etc. All these data belong to a certain type and their values cannot …

Read more


Excel VBA Tutorial – Introduction To VBA In Excel

Visual Basic Overview

This introductory Excel VBA tutorial explains what is VBA in Excel, what is the difference between VBA and Macros, and briefly talks about the VB Editor interface and various components: In our next tutorial on Macros, we will learn that Excel allows us to automate any action by recording. But …

Read more


35+ Most Common Microsoft Excel Interview Questions & Answers

Excel Interview Questions and Answers

List of the top MS Excel Interview Questions and Answers. This tutorial answers interview question on Excel with examples to help you prepare for the interview: Excel – a product of Microsoft, is a software that utilizes spreadsheets to arrange formulas, functions, and sort numbers & data in rows and …

Read more