excl函式學習(一) 零晨流浪 新浪部落格

2021-09-12 09:16:57 字數 1482 閱讀 9818

1.

文字函式

1.1len函式

=len

(text

)計算字元長度

1.2right函式

=right(text,[num_charts])

取文字從右數

num_charts

個數值

1.3left函式

=left(text,[num_charts])

取文字從左數

num_charts

個數值

1.4mid函式

=mid(text,start_num,num_charts)

取文字中第n位的

n個字元

1.5proper函式

=proper(text)

文字首字母大寫

1.6lower函式

=lower(text)

文字中所有字母小寫

1.7upper函式

=upper(text)

文字中所有字母大寫

1.8search函式

=search(find_text,within_text,[start_num])從第n

位開始查詢

find_text

在within_text

中的位置(也可說:在

within_text

中,從第

n位開始查詢

find_text

的位置)

1.9find函式

=find(find_text.within_text,[start_num])從第n

位開始查詢

find_text

在within_text

中的位置(也可說:在

within_text

中,從第

n位開始查詢

find_text

的位置)

1.10

replace函式

=replace(old_text,start_num,num_charts,new_charts)

從文字中的第

start_num

開始數num_charts

位,用new_charts替換

1.11

substitute函式

=substitute(text,old_text,new_text,[ instance_num]

】將text

中第instance_num

的第old_text

用new_text替換

1.12

rept函式

=rept(text,number_times)

將text

文字重複

number_times次

1.13

concatenate函式

=concatenate

(text1,text2,…………

)將兩個文字鏈結

EXCL函式學習(二) 零晨流浪 新浪部落格

1.查詢引用函式 2.1column函式 column reference 返回給定單元格列數 2.2vlookup函式 vlookup lookup value table array,col index num,range lookup lookup value 查詢目標 table array...

linux fork 函式學習

分類 專業學習 include include include int main case 0 default printf n d n n return 0 輸出結果1 fork child i am child parent i am parent parent getpid 4496 pare...

RecalcLayout 函式學習

1 它是用來將 dialogbar等可浮動的東西安排位置 處理和view frame之間的位置關係的,例如你直接用m wnd showwindow wm hide 隱藏了工具條,那就最好呼叫這個函式重新安排一下剩下的bar和view之間的位置 2 recalclayout是cframewnd定義的虛...