Hi, I am building a dashboard. So tab 1 called "Data" with cell T2 has a list with a dropdown with the month of the year. I am looking for a way for sparkling to show the data of rolling 12 months corresponds to the data selected in the drop-down.
For example, if we select Feb 22, the sparkline should capture Feb 22 to Feb 23, if we choose Mar 23, the Sparkline should capture Mar 22 to Mar 23, etc.
I have the formula that captures the 12 months of data with the help of name range I can create dynamic sparklines.
Formula =OFFSET(Sheet1!$C$1,COUNT(Sheet1!$C:$C),0,-12,1)
But I am stuck on how to inbuild these drop-downs in the formula.
Is this possible to create?
For example, if we select Feb 22, the sparkline should capture Feb 22 to Feb 23, if we choose Mar 23, the Sparkline should capture Mar 22 to Mar 23, etc.
I have the formula that captures the 12 months of data with the help of name range I can create dynamic sparklines.
Formula =OFFSET(Sheet1!$C$1,COUNT(Sheet1!$C:$C),0,-12,1)
But I am stuck on how to inbuild these drop-downs in the formula.
Is this possible to create?