I cant seem to find even similar posts online on the following obstacle. I will have a lot of sparkline charts for all metrics I am using. See below:
I would like to pull the sparkline in the sheet with the dynamic data for the dashboard. I seem to be able to pull the data with following formula:
=INDEX(Data!$D$2:$FH$9,8,MATCH(StaggedData!$D9,Data!$D$2:$FH$2,0)+$F$6)
($F$6 at the end of the formula works as column offset)
Problem is when I try to do it with the sparkline I just get 0. Is there a way to pull sparkline chart into my dynamic data sheet and then I will pull the same sparkline into dashboard main sheet with a direct reference to dynamic data sheet.