Using Excel’s IFNA() function
You will often come across the scenario where data is filled into an Excel worksheet and an error occurs that…
productivity through technology
You will often come across the scenario where data is filled into an Excel worksheet and an error occurs that…
Excel's VALUE() function is a simple function that makes numbers that aren't formatted as numbers into numbers. The examples illustrate…
Excel’s MOD() function is used to determine the remainder of a division operation. For example, if you divide 10 by…
Excel’s ABS() function is another super-simple Excel function. In this tutorial: Required knowledge: 1. Syntax =ABS(number) Returns the absolute value…
This function is useful in terms of understanding data verification using double data entry (covered in the Cambridge International IT…
This function takes two or more arguments, and one of the arguments must return TRUE for the function to return…
The introduction of the XLOOKUP() renders the VLOOKUP() & HLOOKUP() functions redundant. Don’t celebrate yet: the XLOOKUP() function is most…
The WEEKDAY() function returns a number for the day of the week corresponding to the date provided. The day is…
The RIGHT() function returns a specified number of characters from a string, starting from the right-hand side (essentially the opposite…
The LEFT() function returns a specified number of characters from a string, starting from the left-hand side. In this tutorial:…