1 / 11

計算機概論

計算機概論. 老師:翁永昌 助教:楊斯竣. 大綱. 公式簡介 公告. 公式簡介. 公式簡介. ROUND 函數主要是對對數字做指定位數的四捨五入計算。 ROUND(number, num_digits) number :想要執行四捨五入計算的數字。 num_digits :對數字引數執行四捨五入計算時的位數。 如果在取四捨五入的位數為負數時,例如 -3 ,則會對數字取至千位數 ( 小數點以 3 位 ) 。 如果在取四捨五入的位數為正數時,例如 +2 ,則會對數字取至小數點以下 2 位。. 公式簡介. 公式簡介.

ekram
Download Presentation

計算機概論

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 計算機概論 老師:翁永昌 助教:楊斯竣

  2. 大綱 • 公式簡介 • 公告

  3. 公式簡介

  4. 公式簡介 • ROUND 函數主要是對對數字做指定位數的四捨五入計算。 • ROUND(number, num_digits) • number:想要執行四捨五入計算的數字。 • num_digits:對數字引數執行四捨五入計算時的位數。 • 如果在取四捨五入的位數為負數時,例如-3,則會對數字取至千位數(小數點以3位)。 • 如果在取四捨五入的位數為正數時,例如+2,則會對數字取至小數點以下2位。

  5. 公式簡介

  6. 公式簡介 • datedif ( 開始日期 , 結束日期 , 計算單位 )計算單位說明如下: 例 2004/5/6, 2005/7/3,"y" 兩日期差距之整年數,就是滿幾個年 ,1"m" 兩日期差距之整月數,就是滿幾個月 ,13"d" 兩日期差距之整天數 , 423"md" 兩日期的天數差,不管年數和月數 ,[3+30-6= 27}"ym" 兩日期的月數差,不管年數和日數 , [7/3-5/6=1] (滿一個月)"yd" 兩日期的天數差,不管年數 , [7/3-5/6=58] (共58天)

  7. 公式簡介 • VLOOKUP(lookup_value,table_array,col_index_num,range_lookup) • = VLOOKUP(誰,哪裡找一個範圍,找到要拿第幾排資料,相同或相似)

  8. 公式簡介 • 以下功能都為取位數: • ROUNDUP:無條件進位。 • ROUNDDOWN:無條件捨去。 • ROUN:四捨五入。

  9. 公式簡介 • IF(logical_test,value_if_true,value_if_false) • Logical_test是可以產生 TRUE 或 FALSE 結果的任何值或運算式。 • Value_if_true是 logical_test 為 TRUE 時傳回的值 • Value_if_false是 logical_test 為 FALSE 時傳回的值。 • Ex:IF(F2=F3,F4,F5)

  10. 公式簡介 • 數值類型(依儲存格數值不同顯示的結果不同): _;_;_;_ +;-;0;其他

  11. 公告 • 5/17考TQC,自行上網看考試時間及地點。 • 5/19停課一次,5/26正常上課。

More Related