Case Sensitive Count

Case Sensitive Count

Case sensitive count can not be handled easily using standard count formulas like COUNTIF or COUNTIFS. In this article, we’ll shot you how you can count case sensitive data by using a combination of SUMPRODUCT and EXACT functions. Syntax...
How to calculate average of values with OR operator

How to calculate average of values with OR operator

The AVERAGEIFS function can calculate the average of values with multiple conditions. However, these conditions are linked with AND operator. But if you want to handle AVERAGE OR combination, AVERAGEIFS function will not work. This article shows how to calculate...
How to count values with OR operator

How to count values with OR operator

You can count values in Excel by multiple criteria using the COUNTIFS function. However COUNTIFS will only link those criterion by AND operation. If you want to COUNTIFS OR, you need an alternative approach. This article shows how to count values with OR operator...
How to calculate Least Common Multiple

How to calculate Least Common Multiple

Excel has a built in function to calculate Least Common Multiple (LCM) of two or more integers. The function is also called LCM. Syntax =LCM(number1, [number2], …) Steps Start with =LCM( Type or select cells or range that includes integers B6:E6 Type ) to close the...
How to calculate Greatest Common Divisor (GCD)

How to calculate Greatest Common Divisor (GCD)

To calculate Greatest Common Divisor (GCD) in Excel is very straightforward. Excel has a built in function to calculate the greatest common divisor of two or more integers. The function called GCD. Syntax =GCD(number1, [number2], …) Steps Start with =GCD( Type or...

Windows Character Set (1252)

Windows Character Set is a one byte character encoding system derived from Latin alphabet. The character set shares same characters up to first 128 character with ASCII character encoding. Excel’s the CHAR function uses this characters set for Windows versions....

MAC OS Character Set

Mac OS Character Set is based on one byte character encoding system, Mac-Roman. The character set shares same characters up to first 128 character with ASCII character encoding. Excel’s the CHAR function uses this characters set for Mac versions. Code...
How to calculate AVERAGE with intersecting tables

How to calculate AVERAGE with intersecting tables

This article shows how to calculate average with intersecting tables using AVERAGE function and intersect operator, the space character (” “). Syntax =AVERAGE(first range second range) Steps Type =AVERAGE( function Select or type the first range reference...