what will this do:??
=SUM(OFFSET(E6,0,0,$C$1,1))
here’s the syntax of offset:
OFFSET(reference,rows,cols,height,width)
how can you put a height as being $C$1 ? what does this do?
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.
This will use the number in the cell
C1as the height.NB: The
$make this an absolute reference, ie when you copy the formulate to another field (eg with drag and drop, or that magic resize) it will keep referring toC1instead of being changed to a field relative to the new location of the formula.