July 27,2009 16:45
外行人筆記: excel 公式, 無條件捨去/進位
memo 先
http://office.microsoft.com/zh-tw/excel/HP100705181028.aspx
http://office.microsoft.com/zh-tw/excel/HP100705181028.aspx
無條件捨去:
RUNDOWN(A5, 0)
ROUNDDOWN(A5, 0)
A5->某儲存格
0->個位數
1->小數點後一位
2->小數點後兩位
以此類推
無條件進位:
RUNUP(B3, 0)
ROUNDUP(B3, 0)
B3->某儲存格
其他同上
(更新於 05.03.2010)
ROUNDDOWN(A5, 0)
A5->某儲存格
0->個位數
1->小數點後一位
2->小數點後兩位
以此類推
無條件進位:
ROUNDUP(B3, 0)
B3->某儲存格
其他同上
(更新於 05.03.2010)
引用URL
http://cgi.blog.roodo.com/trackback/9535873
回應文章 
Take an internet break today, and
tomorrow perhaps, if I can resist. ;p
tomorrow perhaps, if I can resist. ;p
| 檢舉 |
Posted by YY
at July 28,2009 16:00
對我老人家而言
這是火星話
這是火星話
| 檢舉 |
Posted by beatleswang
at July 29,2009 11:39
to YY
make your break as long as possible.
there are so many wonderful things to do, other than surfing the net.
to 小王子
正常
對不需要使用 excel 表格處理資料的人
這些東西其實沒什麼意義啦 ^^
make your break as long as possible.
there are so many wonderful things to do, other than surfing the net.
to 小王子
正常
對不需要使用 excel 表格處理資料的人
這些東西其實沒什麼意義啦 ^^
| 檢舉 |
Posted by hikawac
at July 29,2009 12:41
打錯了喔 無條件進入是ROUNDUP(x,x)
| 檢舉 |
Posted by 達拉瓦克
at December 28,2009 16:36
感謝指正, 已更正
| 檢舉 |
Posted by hikawac
at May 3,2010 23:37
