This section will learn how to use Excel’s Logical Functions such as: AND, FALSE, IF, IFError, IFNA, etc.
AND – returns TRUE if all of arguments are TRUE, and it returns FALSE if any of arguments are FALSE.
OR – used to test multiple conditions and returns TRUE if any of the conditions are TRUE.
NOT – returns the opposite of a given logical or Boolean value.
FALSE – returns the logical value “FALSE”
TRUE – return the logical value TRUE.
IF – perform a logical test to return one value if the condition is TRUE and return another value if the condition is FALSE.
IFERROR – returns an alternate value you specify if a formula results in an error, or returns the result of the formula.
IFNA – returns an alternate value you specify if a formula results in an #N/A error, or returns the result of the formula.
SWITCH – ompares one value against a list of values, and returns the result corresponding to the first matching value.
Related Posts
Excel UNIQUE Function
The guide demonstrates how to use the UNIQUE function and dynamic arrays in Excel to create unique values. You'll learn how to use a basic formula to locate unique values inside a column or row, across many columns, and depending ...
Excel SORT Function
The excel sort function is one of the most useful new features in Excel. It is one of many functions that make advantage of Excel's new dynamic array calculation engine, which enables Excel to spill results from a single formula ...
Excel TRANSPOSE Function
Excel TRANSPOSE formula allows you to rotate (swap) values from rows to columns and vice versa in Excel. Its goal, as a component of the Excel lookup and reference functions, is to arrange data in the appropriate manner. To run ...
Converting Week Number to Date
This post will guide you how to convert a week number to a date with a formula in Excel. How do I calculate a date from a week number and a year with formula in Excel. Or how to get ...
Excel Vlookup From Another Workbook
This post will guide you how to lookup value from another workbook in Excel. How do I use VLOOKUP function across multiple workbooks in Excel. How to vlookup a value from another workbook with a formula in Excel. Excel Vlookup ...
Excel DVARP Function
This post will guide you how to use Excel DVARP function with syntax and examples in Microsoft excel. Description The Excel DVARP Function will get the variance of a population based on the entire population of numbers in a column ...
Excel DVAR Function
This post will guide you how to use Excel DVAR function with syntax and examples in Microsoft excel. Description The Excel DVAR Function will get the variance of a population based on a sample of numbers in a column in ...
Excel DSUM Function
This post will guide you how to use Excel DSUM function with syntax and examples in Microsoft excel. Description The Excel DSUM Function will add the numbers in a column or database that meets a given criteria. And so you ...
Excel DSTDEVP Function
This post will guide you how to use Excel DSTDEVP function with syntax and examples in Microsoft excel. Description The Excel DSTDEVP returns the standard deviation of a population based on the entire population of numbers in a column or ...