excel函式積累

2021-07-09 17:03:04 字數 417 閱讀 3750

1、根據日期計算星期幾

(1)weekday(serial_number,[return_type])

serial_number    必需。乙個序列號,代表嘗試查詢的那一天的日期。應使用 date 函式輸入日期,或者將日期作為其他公式或函式的結果輸入。例如,使用函式 date(2008,5,23) 輸入 2008 年 5 月 23 日。如果日期以文字形式輸入,則會出現問題。 

 return_type    可選。用於確定返回值型別的數字

example:=text(weekday(a1,2

),「aaaa」)

(2)選中單元格,ctrl+1,自定義,輸入aaaa,ok

delphi split函式 積累

function splitstring const source,ch string tstringlist vartemp string i integer chlength integer begin result tstringlist.create 如果是空自符串則返回空列表 if sou...

MFC函式積累

1.waitforsingleobject dword winapi waitforsingleobject in handle hhandle,in dword dwmilliseconds waitforsingleobject函式用來 檢測hhandle事件的訊號狀態 在某一線程中呼叫該函式時...

oracle函式積累

quote 時間日期 url decode的語法 decode value,if1,then1,if2,then2,if3,then3,else 表示如果value等於if1時,decode函式的結果返回then1,如果不等於任何乙個if值,則返回else。replace field,oldvalu...