Answer the question
In order to leave comments, you need to log in
How to build a graph from an array?
https://docs.google.com/spreadsheets/d/1GP-U3daCDn...
There is a range with years and you need to make a graph:
1. search in the array for the beginning of the given year, in my example it is 2020
2. look from the array on the left ( red) which figure refers to the year and based on this the graph is built.
How can this be done?
Answer the question
In order to leave comments, you need to log in
1) Regroup the data into a flat table
=SEQUENCE(48;1;1987;1)
=ArrayFormula('расчеты'!$B$8:$B$13)
and how to make a universal formula, regardless of how many digits there are in cell B8, so that it distributes into a column with repetition
=TRANSP(REGEXEXTRACT(""&B6;"(\d)(\d)(\d)(\d)(\ d)(\d)"))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question