0

Being pretty new to google sheets I hope to find a way to use a cell as a variable without having to code custom functions for it.

For example how do I use this function:

enter image description here

so that I can declare a cell as a variable and use it in the function?

Attempts:

enter image description here

enter image description here

enter image description here

1 Answer 1

1

Try

=filter(indirect(E8); not(isblank(indirect(E9))))

or

=filter(indirect(E8); len(indirect(E9)))

Example

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.