1

So I have this formula

=ARRAYFORMULA(INDIRECT("Data!A"&13+$F$7&":A"&597+$F$7))

to reference dates in another sheet Data!. I just submitted a separate request here which is similar.

Difference in this case is I need it to return the entire array. First part would likely be the following, but I have no clue what the query language ought to be. Thank you for your help.

=QUERY(
  OFFSET(INDIRECT("Data!E13"), $F$7, 0, 597 - 13 + 1, 1),
 Query language
)  

1 Answer 1

2

Just use:

=OFFSET(INDIRECT("Data!E13"), $F$7, 0, 597 - 13 + 1, 1)
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.