I have on a sheet a range of numbers, from that range, how can I reference a full column or row given by index ?
I am using 2007.. I looked into HLookup/Vlookup/Index without success
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m guessing you mean referencing the whole column/row as a range/array in another formula?
If so, the only way i can think of would be to use
OFFSETthats…
However this won’t work if you insert a column to the left of A, or a row above 1.
EDIT: just found a way around that little problem…