Logical

IFERROR

Returns a value you specify if a formula evaluates to an error; otherwise, returns the result of the formula.

Logical

IFNA

Returns the value you specify if the expression resolves to #N/A, otherwise returns the result of the expression.

Logical

OR

Returns TRUE if any argument is TRUE.

Logical

NOT

Reverses the logic of its argument.

Logical

IFS

Checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.

Logical

AND

Returns TRUE if all its arguments are TRUE.

Logical

IF

Checks whether a condition is met, and returns one value if TRUE, and another if FALSE.

Logical

MAKEARRAY

Returns a calculated array of a specified row and column size, by applying a LAMBDA.

Logical

SCAN

Scans an array by applying a LAMBDA to each value and returns an array that has each intermediate value.

Logical

REDUCE

Reduces an array to an accumulated value by applying a LAMBDA to each value and returning the total value in the accumulator.

Logical

MAP

Returns an array formed by mapping each value in the array(s) to a new value by applying a LAMBDA.

Logical

BYROW

Applies a LAMBDA to each row of an array and returns an array of the results.

Logical

BYCOL

Applies a LAMBDA to each column and returns an array of the results.

Logical

LAMBDA

Use to create custom, reusable functions and call them by a friendly name.

Logical

LET

Assigns names to calculation results. This allows storing intermediate calculations, values, or defining names inside a formula.

Logical

TRUE

DOĞRU isimli formül tanıtımımızda, DOĞRU Özelliğinin Kullanıldığı İçerikler, Diziliş Yapısı ve Desteklenen Excel Versiyo...

Logical

FALSE

YANLIŞ isimli formül tanıtımımızda, YANLIŞ Özelliğinin Kullanıldığı İçerikler, Diziliş Yapısı, açıklaması ve Desteklenen...

Logical

XOR

Returns a logical exclusive OR of all arguments.

Logical

SWITCH

Evaluates an expression against a list of values and returns the result corresponding to the first matching value.