
如何在Excel中基于行號和列號獲取單元格值?
本文,我將討論如何基于Excel工作表中的行和列號查找和獲取單元格值。
使用公式獲取基于行號和列號的單元格值
使用用戶定義函數基于行和列號獲取單元格值
使用公式獲取基于行號和列號的單元格值驚人的! 在 Excel 中使用高效的選項卡,如 Chrome、Firefox 和 Safari!每天節(jié)省50%的時間,并減少數千次鼠標單擊!要提取基于單元格值的行號和列號,可以使用以下公式。
請輸入以下公式: =間接(地址(F1,F2)),然后按 輸入 獲得結果的關鍵,請參見屏幕截圖:
備注:在以上公式中, F1 和 F2 指出行號和列號,您可以根據需要進行更改。
使用用戶定義函數基于行和列號獲取單元格值在這里,用戶定義函數也可以幫助您完成此任務,請按以下步驟操作:
1。 按住 ALT + F11 鍵打開 Microsoft Visual Basic應用程序 窗口。
2。 點擊 插頁 > 模塊,然后將以下代碼粘貼到 模塊 窗口。
VBA:根據行號和列號獲取單元格值:
Function GetValue(row As Integer, col As Integer)GetValue = ActiveSheet.Cells(row, col)End FunctionCopy3. Then save and close the code window, go back to the worksheet, and enter this formula: =getvalue(6,3) into a blank cell to get the specific cell value, see screenshot:Note: In this formula, 6 and 3 are the row and column numbers, please change them as you need.Best Office Productivity ToolsTransform Hours into Minutes with Kutools for Excel!Ready to supercharge your Excel tasks? Harness the power of Kutools for Excel - your ultimate time-saving tool. Streamline intricate tasks and glide through your data like a pro. Experience Excel at lightning speed!Why You Need Kutools for Excel
