Uncategorized

HOW TO DESIGN A SEARCH BOX THAT FILTER EXACT & PARTIAL MATCH ACROSS MULTIPLE COLUMNS

Searching for an exact and partial word across multiple columns makes it easier to filter results that meet such criteria in the entire database. One of the benefits of using this search box feature is the ability to filter the results of the search item unto a different section for easy visibility and decision making. …

HOW TO DESIGN A SEARCH BOX THAT FILTER EXACT & PARTIAL MATCH ACROSS MULTIPLE COLUMNS 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 »