LibreOffice 7.1 laguntza
Rounds a number to the nearest multiple of a significance value.
For a positive number and a positive significance value, the function rounds up (away from zero). For a negative number and a negative significance value, the direction of rounding is determined by the value of a mode parameter. The function returns an error if the number and significance values have opposite signs.
If the spreadsheet is exported to Microsoft Excel, the CEILING function is exported as the equivalent CEILING.MATH function that has existed since Excel 2013. If you plan to use the spreadsheet with earlier Excel versions, use either CEILING.PRECISE that has existed since Excel 2010, or CEILING.XCL that is exported as the CEILING function compatible with all Excel versions.
CEILING(Number [; Significance [; Mode]])
Number is the number that is to be rounded, or a reference to a cell containing the number.
Significance (optional) is the value, or a reference to a cell containing the value, to whose multiple Number is to be rounded. It defaults to +1 or -1 depending on the sign of Number.
Mode (optional) is a number, or a reference to a cell containing a number. The function only uses Mode if both Number and Significance are negative. Then if Mode is given and not equal to zero, numbers are rounded down (away from zero); if Mode is equal to zero or not given, negative numbers are rounded up (towards zero).
=CEILING(3.45) returns 4.
=CEILING(3.45; 3) returns 6.
=CEILING(-1.234) returns -1.
=CEILING(-45.67; -2; 0) returns -44.
=CEILING(-45.67; -2; 1) funtzioak -46 itzultzen du.
Rounds a number up to the nearest multiple of a significance value.
For a positive number the function rounds up (away from zero). For a negative number, the function rounds up (towards zero). The sign of the significance value is ignored.
Funtzio honek ISO.CEILING funtzioaren emaitza berak kalkulatzen ditu.
CEILING.PRECISE(Zenbakia [; Esangura])
Zenbakia balioa biribiltzean, emaitza gisa lortutakoa Esangura (aukerakoa) balioaren anizkoitzera hurbilduko da. Esanguraren balio lehenetsia 1 da eta gelaxka bati egin diezaioke erreferentzia.
=CEILING.PRECISE(3.45) funtzioak 4 itzultzen du.
=CEILING.PRECISE(-45.67; 2) funtzioak -44 itzultzen du.
Zenbakia esanguraren anizkoitz hurbilenera biribiltzen du.
Zenbaki positiboekin, funtzioak gorantz biribiltzen du (zerotik urrunduta). Zenbaki negatiboekin, biribiltzearen zentzua modu parametro baten balioaren arabera zehazten du. Esangura-balioaren ikurrari ez ikusiarena egiten zaio.
Funtzio hau Excel 2013 edo berriagoekin bateragarritasuna bermatzeko dago.
CEILING.MATH(Zenbakia [; Esangura [; Modua]])
Zenbakia balioa biribiltzean, emaitza gisa lortutakoa Esangura (aukerakoa) balioaren anizkoitzera hurbilduko da. Esanguraren balio lehenetsia 1 da eta gelaxka bati egin diezaioke erreferentzia.
Modua (aukerakoa) zenbaki bat da edo zenbaki bat duen gelaxka baten erreferentzia da. Modua ematen bada eta zero ez bada, zenbaki negatiboak beherantz biribiltzen dira (zerotik urrunduta). Modua zero bada edo ematen ez bada, zenbaki negatiboak gorantz biribiltzen dira (zerora hurbilduta).
=CEILING.MATH(3.45) funtzioak 4 itzultzen du.
=CEILING.MATH(3.45; -3) funtzioak 6 itzultzen du.
=CEILING.MATH(-1.234) funtzioak -1 itzultzen du.
=CEILING.MATH(-45.67; -2; 0) funtzioak -44 itzultzen du.
=CEILING.MATH(-45.67; +2; 1) funtzioak -46 itzultzen du.
Zenbakia esanguraren anizkoitz hurbilenera biribiltzen du.
For a positive number and a positive significance value, the function rounds up (away from zero). For a negative number and a positive significance value, the function rounds up (towards zero). For a negative number and a negative significance value, the function rounds down (away from zero). The function returns an error if the number is positive and the significance value is negative.
This function exists for interoperability with Microsoft Excel 2007 or older. If a Calc spreadsheet is exported to Microsoft Excel, references to Calc’s CEILING.XCL function are exported as references to Excel’s CEILING function, which is compatible with all Excel versions. If a Microsoft Excel spreadsheet is imported into Calc, references to Excel’s CEILING function are imported as references to Calc’s CEILING.XCL function.
CEILING.XCL(Zenbakia; Esangura)
Zenbakia balioa biribiltzean, emaitza gisa lortutakoa Esangura (aukerakoa) balioaren anizkoitzera hurbilduko da.
=CEILING.XCL(3.45,2) funtzioak 4 itzultzen du.
=CEILING.XCL(-45.67; 2) funtzioak -44 itzultzen du.
=CEILING.XCL(-45.67; -2) funtzioak -46 itzultzen du.
Zenbaki bat gorantz biribiltzen du, esangura-balioaren anizkoitz hurbilenera.
Zenbaki positiboekin, funtzioak gorantz biribiltzen du (zerotik urrunduta). Zenbaki negatiboekin, funtzioak gorantz biribiltzen du (zerora hurbilduta). Esangura-balioaren ikurrari ez ikusiarena egiten zaio.
Funtzio honek CEILING.PRECISE funtzioaren emaitza berak kalkulatzen ditu.
ISO.CEILING(Zenbakia [; Esangura])
Zenbakia balioa biribiltzean, emaitza gisa lortutakoa Esangura (aukerakoa) balioaren anizkoitzera hurbilduko da. Esanguraren balio lehenetsia 1 da eta gelaxka bati egin diezaioke erreferentzia.
=ISO.CEILING(3.45) funtzioak 4 itzultzen du.
=ISO.CEILING(-45.67; 2) funtzioak -44 itzultzen du.