How do I reference a cell within excel named range?
问题 E.g. I have named A10 to A20 as Age, now how do I get Age[5] which is same as A14. I can write "=A14" but I did like to write "=Age$5" or something. 回答1: You can use Excel's Index function: =INDEX(Age, 5) 回答2: "Do you know if there's a way to make this work with relative selections, so that the formula can be "dragged down"/applied across several cells in the same column?" To make such selection relative simply use ROW formula for a row number in INDEX formula and COLUMN formula for column