filter exact and partial match in Excel

HOW TO DESIGN A SEARCH BOX THAT FILTERS PARTIAL AND EXACT MATCH

Follow the steps in this video tutorial to learn how you can design a search box that filters partial and exact match in Excel. Understanding how to design this will help you extract specific data from an extensive database to a different section on the same worksheet. You can watch the video tutorial here. Ensure …

HOW TO DESIGN A SEARCH BOX THAT FILTERS PARTIAL AND EXACT MATCH Read More »

search box that filters exact match

HOW TO DESIGN A SEARCH BOX THAT FILTER EXACT MATCH IN EXCEL

Imagine having a large database of employee details and you desire to search for an employee that starts with a particular First Name. You will either have to scroll through the large worksheet to get details of such employees or better still activate the Filter option in Excel. In this tutorial, I will share another …

HOW TO DESIGN A SEARCH BOX THAT FILTER EXACT MATCH IN EXCEL Read More »

Petty Cash Excel Template

Excel For Accountants – How To Design A Petty Cash Excel Template

Imprest is a fixed amount of funds set aside for petty or small expenditures and replenished back to float when the balance is below the minimum level. In this tutorial, you will learn how to design an automated Excel template that keeps track of imprest and petty cash expenses. This template will help you track …

Excel For Accountants – How To Design A Petty Cash Excel Template Read More »

HOW TO DESIGN A CREDIT PURCHASE BOOK IN EXCEL

Record-keeping or Book-keeping is an integral part of any business that wants to grow and succeed. There are different parts to record-keeping and in this video, I will show you how to maintain a Credit Purchase Book in Excel. The Credit Purchase Book is an Excel template that helps you track all credit purchase transactions …

HOW TO DESIGN A CREDIT PURCHASE BOOK IN EXCEL Read More »

index function

HOW THE INDEX FUNCTION WORKS

The INDEX function returns a specific value from a one-dimensional or two-dimensional range. The MATCH function returns the relative position number of an item. The INDEX function actually returns the value in the cell, not the position. Let’s examine the INDEX function syntax below =INDEX (array, row_num, [column_num]) The array (First argument) is the range …

HOW THE INDEX FUNCTION WORKS Read More »

match function

HOW THE MATCH FUNCTION WORKS

The MATCH function returns the position of a value in a given range. Let’s examine the function syntax =MATCH(lookup_value, lookup_array, [match_type]) lookup_value is the first argument in the Function syntax. It can be a cell reference, value or text string. lookup_array is the second argument in the function syntax. This is the cell range to …

HOW THE MATCH FUNCTION WORKS Read More »

vlookup and #N/A error fix

VLOOKUP & #N/A ERROR FIX

The VLOOKUP function is used to look up values in a cell range and returns a value that is in the same row as the specified lookup value. Let’s examine the function syntax for better understanding: =VLOOKUP(Look_value, table_array, Col_index_num, [range_lookup]) The Look_value is the first argument in the VLOOKUP syntax above – this the value …

VLOOKUP & #N/A ERROR FIX Read More »