Best Excel Tutorial

The Largest Excel Knowledge Base ✅ The Best Place to Learn Excel Online ❤️

Solver Add-ins

How to use Solver in Excel

The solver in Excel is part of an analysis tool known as “What-If analysis”. You can use a solver to ascertain an optimal value in one cell known as the “target cell”.

Basically, a solver is used for a group of cells that are directly or indirectly related. Constraints can also be applied to minimize the value that can be used by Solver. We will provide a step-by-step guide on how to use Solver to find a solution to a business problem.

Read More

household budget months

How to create household budget?

Excel is a very important application for the planning of household budget. A complete plan with Excel can help you see your expenses and incomes at a glance, ensuring that you plan your family’s finances effectively.

With Excel, you can automatically update changes using spreadsheet calculations. Preparing your household budget in this manner can help you do a lot of things such as planning for holiday expenses or preparing for Christmas.

This section shall take you step by step on the best way to prepare household budget in Excel. But before you begin, you need to have a computer with Excel spreadsheet (preferably the latest version) installed.

Read More

KPI dashboard Raw Data

How to Create Kpi Dashboard in Excel

Excel Dashboard reports are becoming increasingly popular these days. They help the reader quickly comprehend raw data by presenting it in virtually rich tables and charts. They are interactive and give a comprehensive insight into business performance indicators, making them easier to change or filter to your preference.

Creating Excel dashboards can now be carried out without worrying yourself about additional software. If you are looking to build a KPI dashboard in Excel, follow these steps below:

Read More

Customize The Ribbon

How to create a toggle button in Excel

In this article, we are going to learn how to insert and use a toggle button in an Excel worksheet. A toggle button is used to indicate a state, such as Yes/No or a mode, such as On/Off. The button alternates between an enabled and disabled state when it is clicked. For example, you can use the toggle button to hide and unhide rows, hide and unhide columns, hide and unhide a chart, switch between design mode and edit mode, or as an alternative to the check box. Either way, you can see that toggle buttons are very useful.

Read More

Customize The Ribbon

Calling a function in Excel VBA

In this Excel VBA tutorial, you are going to learn how to create and call a VBA function in Excel. Excel provides the user with a large collection of ready-made functions. These functions are usually more than enough to satisfy the average user’s requirements.

If these functions aren’t enough, or if a user is looking for a new function, many more of these functions can be added to Excel by installing the various add-ins that are available.

Most calculations can be achieved with what is provided. However, sometimes you are doing a tedious task, and before long you find yourself wishing that there was a function that did a particular job, and you can’t find anything suitable in the list. That’s when you need a UDF, or a “user-tailored” function.

A UDF (User Defined Function) is simply a function that a user creates for him or herself with VBA. UDFs are often called “Custom Functions”. A UDF can be simple or very complex; depending on the user.

To use a VBA function, you must first create it. Follow these steps to create a VBA function and call it:

Read More