MATH.BIT

Formula Explanation

Retrieves the value of the second bit position of a given number. The returned value can be either 0 or 1.

Formula Syntax

Result column input: math.bit(column number, 2)

Usage Example

Process data in column DG2, retrieve the value of the second bit position, and write the result in column DG3.

DG3 = math.bit(DG2, 2)

math_bit

Last Updated: