|
|
|
|
 redoffice的电子表格还不完善啊 - lqi517 [ 2005-06-09 17:15 | 135 byte(s)]
 找到了 - lqi517 [ 2005-06-11 15:39 | 381 byte(s)]
 Re: redoffice的电子表格还不完善啊 - x11perf [ 2005-06-10 16:45 | 1,237 byte(s)]
 Re: redoffice的电子表格还不完善啊 - whistler_wmz [ 2005-06-11 13:54 | 154 byte(s)]
 Re: redoffice的电子表格还不完善啊 - waynef [ 2005-06-10 00:44 | 444 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
|
我就怎么都没找到round(),但是在它的帮助里又能在数学函数列表中看到,却又不能查看到具体的说明.还有些链接乱了,比如说roundup()的指向了另一个.
|
|
|
----
不要问我是不是记得起你我连自己是谁都会弄不清楚
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
我杂wps office storm里看到的。
ROUND
返回一个按照有效的数学规则舍入到某一小数位的数字。
语法:
ROUND(number; count)
number 是要舍入的数字。
count是指舍入的小数点位数(可选择)。如果参数number是负数,则会舍入至小数点位数。
示例:
如果在 number 字段中输入 17.546,舍入位数指定为 1,则结果为 17.5。
如果在 number 字段中输入 -32.483,舍入位数指定为 3,则结果为 -32.48。
|
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
gnumeric 里有这两个函数:
ROUND(number[,digits])
ROUND function rounds a given number.
@number is the number you want rounded and @digits is the number of digits to which you want to round that number.
* If @digits is greater than zero, @number is rounded to the given number of digits.
* If @digits is zero or omitted, @number is rounded to the nearest integer.
* If @digits is less than zero, @number is rounded to the left of the decimal point.
* This function is Excel compatible.
ROUNDUP(number[,digits])
ROUNDUP function rounds a given number up.
@number is the number you want rounded up and @digits is the number of digits to which you want to round that number.
* If @digits is greater than zero, @number is rounded up to the given number of digits.
* If @digits is zero or omitted, @number is rounded up to the nearest integer.
* If @digits is less than zero, @number is rounded up to the left of the decimal point.
* This function is Excel compatible.
感觉 gnumeric 对 Excel 的兼容性要好些。
|
|
|
----
everything is a file
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
RedOffice 和 WPS Office Storm 实际上就是把 OpenOffice.org 整个抄袭过来再改一改 (主要是增加一些中文东西), 所有的 OpenOffice.org 的方法都是适用的.
|
|
|
----
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
只是我不明白,为什么它是用分号分隔参数。用逗号有什么不对吗?
今天我又用它打开我用excel做的表格,结果它又不认识right()了,或者是不认识mid(),这些可是我在excel中经常用到的呀,不能使用VBA,也许还可以想出其他的办法来弥补,连这些常要用到的功能都没有的话,可让人无法接受了。要从windows转过来,真的是太困难了,这还仅仅是办公软件,想想还有与dos不一样的命令,我实在是没有什么信心。
|
|
|
----
不要问我是不是记得起你我连自己是谁都会弄不清楚
|
|
[Original]
[Print]
[Top]
|
|
|