前言
晚上在亂看水管的影片的時候,發現一個新的函數XLOOKUP,拿來取代VLOOKUP用的,
以後教user用的話可以用這個了,感覺上比較好教,還不容易忘。
| 代碼 | 名稱 |
| 2004 | 臺灣銀行 |
| 20040037 | 營業部 |
| 20040059 | 公庫部 |
| 20040071 | 館前分行 |
| 2004093 | 臺南分行 |
| 20040107 | 臺中分行 |
| 20040118 | 高雄分行 |
"update item set ror_pot="& A1 &" where item_no ='"&TRIM(A1)&"'"update item set ror_pot = 1 where item_no=’123456’update item set ror_pot = where item_no=’123456’=IF(NOT(ISBLANK(R9)),"update item set ror_pot="& R9&" where item_no ='"&TRIM(A9)&"'","")