RESTA.BRUTO

Resta un conjunto de números y devuelve el resultado sin eliminar errores pequeños de redondeo.

Sintaxis

RAWSUBTRACT(Minuend; Subtrahend 1[; Subtrahend 2][; … ;[ Subtrahend 254]])

Minuend is a number or a reference to a cell containing a number.

Subtrahend 1[; Subtrahend 2][; ... ;[ Subtrahend 254]] are numbers or references to cells containing numbers.

Utilice como mínimo dos parámetros con la función.

RAWSUBTRACT() processes arguments from left to right. For example, RAWSUBTRACT(1;2;3;4) calculates 1-2-3-4 or ((1-2)-3)-4 in "natural" order.

Ejemplo

=RESTA.BRUTO(0,987654321098765; 0,9876543210987) devuelve 6,53921361504217E-14

=RESTA.BRUTO(0,987654321098765) devuelve Err:511 (variable faltante) porque RESTA.BRUTO requiere como mínimo dos números.

Información técnica

tip

Esta función está disponible desde la versión 5.2 de LibreOfficeDev.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

ORG.LIBREOFFICE.RAWSUBTRACT