謝謝大大
按照大大寫法去看公式已變成
=VLOOKUP(D2, ratio!L2:O2, 2, FALSE)
想要請問的是
R1C1寫法有辦法變成
=VLOOKUP(D2, ratio!L:O, 2, FALSE)
謝謝
因為下拉的過程中如果遇到vlookup查詢不到的資料
後面筆數都是#N/A
※ 引述《windknife18 (windknife18)》之銘言:
: 要使用相對應的寫法
: Cells(2, 1).Select
: ActiveCell.FormulaR1C1 = "=VLOOKUP(R[0]C[3],ratio!RC[11]:RC[14],2,FALSE)"
: ※ 引述《mini178 (mini178)》之銘言:
: : 軟體:excel
: : 版本:office_365
: : 想要請問這裡寫法要怎麼修改
: : Cells(2, 1).Select
: : ActiveCell.FormulaR1C1 = "=VLOOKUP(R2C4, ratio!RC12:RC15, 2, FALSE)"
: : 去看A2會發現是
: : =VLOOKUP($D$2, ratio!$L2:$O2, 2, FALSE)
: : 因為有下拉的需求
: : 請問要怎麼改寫才會變成
: : =VLOOKUP(D2, ratio!L:O, 2, FALSE)
: : 感謝大神