文章

discuss-forum-24-12-25

some words for me: key words & details : bank-notice-01a  Hkb 網頁 & sms名稱 bank-notice-01b  BOC HK website goes to internet banking Bank-notice-01c  BOCHK's hot line to phone up. Bank-notice-01d  要年半至兩年之間處理帳戶 (forex account) Target-of-saving-01a 。List.要在其主題內文進行搜尋。 Target-of-saving-01b  quotation for 九寨溝 Target-of-saving-01c 。西北線報價 insurance-01a / Target-of-saving-01d 。家居保險 (https://www.wuchatprop.com.hk/家居保險-火險/) medicine-drug-ointment-01b  皮膚疣 medicine-drug-ointment-01d  中藥服用的過程 medicine-drug-ointment-02b  cough syrup medicine-drug-ointment-03b  blood pressure monitor medicine-drug-ointment-03c .Take 奇洛通 & Eng vocab (2個posts) medicine-drug-ointment-03d .Panadol medicine-drug-ointment-03e 。cold & flu 分別 excel-help-01b  合併cells excel-help-02a  sumif excel-help-02b  sumproduct excel-help-02c  xlookup & index,match excel-help-03a  選擇性貼上 excel-help-04a  儲存格格式 word-help-01a  在「常用」,「段落」的更多有pop up的視窗。 word-help-01b  更新特定公式的結果 word-help-02a  移除分頁符號 ; 文繞圖 wor...

2024-10-27diary日記

圖片
D:\0001\mydoc\a01\a.photo\image02\0003\hkgo https://www.google.com.hk/search?q=insert+decision+tree+in+word&sca_esv=dc77d35e499118ec&sxsrf=ADLYWIIM8aR84O3UMpioeWAba_OUswQuYA%3A1732507096959&source=hp&ei=2PVDZ4eXOJ_e2roPhf-cuQ0&iflsig=AL9hbdgAAAAAZ0QD6GN7QTJc0YTJNO9uztyEDE65UipL&oq=insert+decision+tree&gs_lp=Egdnd3Mtd2l6IhRpbnNlcnQgZGVjaXNpb24gdHJlZSoCCAAyBRAAGIAEMgUQABiABDIEEAAYHjIIEAAYgAQYogQyCBAAGIAEGKIESKl-UPQEWNJccAF4AJABAJgBeqAB_QiqAQQxOS4xuAEByAEA-AEBmAIVoAK7CagCCsICBxAjGCcY6gLCAgQQIxgnwgIKECMYgAQYJxiKBcICCxAAGIAEGLEDGIMBwgIIEAAYgAQYsQPCAg4QLhiABBixAxjRAxjHAcICCBAuGIAEGLEDwgILEC4YgAQYsQMY1ALCAgUQLhiABMICBhAAGAUYHsICBhAAGAoYHpgDCJIHBDIwLjGgB9NT&sclient=gws-wiz https://www.google.com.hk/search?q=word%E6%8F%92%E5%85%A5%E5%9C%96%E6%A1%88%22decision+tree%22&sca_esv=dc77d35e499118ec&sxsrf=ADLYWIKk-h4EO1KOxILx0HjHM2UNeR-fVA%3A1732507119365&ei=7_VDZ_zyFa2P2roPiaSAsQ4&ved=0ahUKEwi8pq77y_aJAxWth1YBHQkSIOYQ4dUDCA8&uact=5&oq=word%E6%8...

Excel-int

描述 將數字無條件捨位至最接近的整數 語法 Int( number ) INT 函數語法具有下列引數: Number     必要。 這是要無條件捨位至整數的實數。 範例 請在下列表格中複製範例資料,再將之貼到新 Excel 活頁簿中的儲存格 A1。 若要讓公式顯示結果,請選取公式,按 F2,然後再按 Enter。 如有需要,您可以調整欄寬來查看所有資料。 資料 19.5 公式 描述 結果 =INT(8.9) 對 8.9 進行捨位 8 =INT(-8.9) 對 -8.9 進行捨位。 對負數以背離於 0 的方式進行捨位。 -9 =A2-INT(A2) 傳回儲存格 A2 中正實數的小數部分 0.5 end

Word-table

https://support.microsoft.com/zh-hk/office/在-word-或-outlook-表格中使用公式-cbd0596e-ea8a-485e-a35d-b2cb2c4f3e27 SUM() 計算括號內識別之項目的總和。 =SUM(RIGHT) 公式右方的儲存格值總和。 =SUM(LEFT) =SUM(ABOVE) =SUM(BELOW) end

Excel-xlookup

圖片
Use the  XLOOKUP  function to find things in a table or range by row. For example, look up the price of an automotive part by the part number, or find an employee name based on their employee ID. With XLOOKUP, you can look in one column for a search term and return a result from the same row in another column, regardless of which side the return column is on. Note:  XLOOKUP is not available in Excel 2016 and Excel 2019, however, you may come across a situation of using a workbook in Excel 2016 or Excel 2019 with the XLOOKUP function in it created by someone else using a newer version of Excel.   Syntax The XLOOKUP function searches a range or an array, and then returns the item corresponding to the first match it finds. If no match exists, then XLOOKUP can return the closest (approximate) match.  =XLOOKUP(lookup_value, lookup_array, return_array, [if_not_found], [match_mode], [search_mode])  A...

Excel sumproduct

圖片
  SUMPRODUCT   函數會傳回對應範圍或數位之產品的加總。 默認運算為乘法,但加法、減法及除法也有可能。 在此範例中,我們將使用 SUMPRODUCT 傳回指定專案和大小的總銷售額: SUMPRODUCT 會比對專案 Y/Size M 的所有實例並加總,因此此範例 21 加 41 等於 62。 語法 若要使用預設運算 (乘法) : =SUMPRODUCT (array1, [array2], [array3], ...) SUMPRODUCT 函數語法具有下列引數: 引數 描述 array1     必要 這是您要求元素乘積和的第一個陣列引數。 [array2], [array3],...      選擇性 這是您要求元素乘積和的第 2 個到第 255 個陣列引數。 執行其他算術運算 像往常一樣使用 SUMPRODUCT,但以您要的算術運算元取代數位自變數的逗號, (*、/、+、-) 。 執行所有作業之後,結果會像平常一樣加總。 附註:  如果您使用算術運算符,請考慮以括弧括住數位列自變數,並使用括號將陣列自變數分組以控制算術運算的順序。 註解 各陣列引數必須有相同的維度 (相同的列數,相同的欄數)。 否則 SUMPRODUCT 函數會傳回 #VALUE! 錯誤值。 例如,=SUMPRODUCT (C2:C10,D2:D5) 會傳回錯誤,因為範圍並不相同。 SUMPRODUCT 會將非數值數位專案視為零。 為了獲得最佳效能,SUMPRODUCT 不應與完整欄參照搭配使用。 請考慮使用 =SUMPRODUCT (A:A,B:B) ,此函數會將欄 A 中的 1,048,576 個單元格乘以欄 B 中的 1,048,576 個單元格,然後再新增它們。  範例 1 若要使用上述範例清單建立公式,請輸入 =SUMPRODUCT (C2:C5,D2:D5) 然後按  Enter 。 欄 C 中的每個儲存格會乘以欄 D 中同一列中的對應儲存格,並將結果相加。 雜貨的總金額為 $78.97 美元。 若要撰寫較長且結果相同的公式,請輸入 =C2*D2+C3*D3+C4*D4+C5*D5,然後按  Enter 。 按下 Enter 后,結果相同:$7...

2024-09-08~10-26diary日記

圖片
D:\0002\0pic\0shamkarl-pic\outdoor\2020年N以前\181223沙田-文化館 10-03,24 提取現金。 整假牙的費用。 Report gas meter to Town Gas. 支付差餉。 有空的話,看吓香港寬頻駁線是怎樣的拉線。 皮膚疣 https://www.fwd.com.hk/zh/blog/health/type-of-viral-warts-and-treatment-methods/ 中藥服用的過程: 先把100度水加入杯中。 然後將藥粉倒進熱水裡。 要待5分鐘后才攪拌。 由發炎引起的皮膚病,尤其當已經或有機會出現細菌或真菌感染。  https://www.pacificpharm.com.hk/big5/products/product_detail/269/BUSHDERM_CREAM 24-10 budget https://www.facebook.com/karlshamhk/posts/pfbid02KnGGp67MyqbBMmTz9Av64uvJpU4TV78P2FKNV2eQgSxm9EC3EmADH6E7PuQ4i96zl Diary 日記 24.10.08 Tue Blood pressure 10-08 123,73,58 10-06 132,71,62 9-29 144,83,60 9-25 132,70,56 24.10.01 Tue 交付太太的應付費用&電話費(160&7&100). 在forum出新post。 24.09.29 Sun 只有中銀香港的利息收入為未知數,預計9月有淨利益。 24.09.16 Mon 在 Edmund 家中迎月晚餐。 24.09.08 Sun Re: Router TP-Link 路由器香港代理商名稱 https://www.discuss.com.hk/viewthread.php?tid=31688620 policy value of Sun Life 23.11.15 退保價值18924.15 現金價值13417.65 23.10.14 總額30000.00 退保價值18905.75 現金價值13417.65 23.09.25 退保價值18894.05 現金價值1341...