Hi,
I have a list of sites with various different metrics and I am compiling a dashboard/summary sheet to make sense of all of the data. I have one line and win/loss sparkline for each site with the source data for each sparkline held in a different sheet.
Example data :
The source data is held in Sheet1 and the dashboard is held in Sheet2
Sheet1
Site........Jan...Feb...Mar...etc
Site One...100...100...500
Site Two...500...500...100
Sheet2
Site One...Spark1 (Source : Sheet1!A2:C2)
Site Two...Spark2 (Source : Sheet1!A3:C3)
However when I sort the dashboard the sparklines don't change :
Sheet2
Site Two...Spark1 (Source : Sheet1!A2:C2)
Site One...Spark2 (Source : Sheet1!A3:C3)
I will have many different datasheets feeding into the dashboard and the potential for 100s of sites. I will be creating macros to sort the rows according to different scenarios. Short of duplicating the data for each spark within the dashboard is there a way to sort the sites and have the sparks update ?
Many thanks for any advice
I have a list of sites with various different metrics and I am compiling a dashboard/summary sheet to make sense of all of the data. I have one line and win/loss sparkline for each site with the source data for each sparkline held in a different sheet.
Example data :
The source data is held in Sheet1 and the dashboard is held in Sheet2
Sheet1
Site........Jan...Feb...Mar...etc
Site One...100...100...500
Site Two...500...500...100
Sheet2
Site One...Spark1 (Source : Sheet1!A2:C2)
Site Two...Spark2 (Source : Sheet1!A3:C3)
However when I sort the dashboard the sparklines don't change :
Sheet2
Site Two...Spark1 (Source : Sheet1!A2:C2)
Site One...Spark2 (Source : Sheet1!A3:C3)
I will have many different datasheets feeding into the dashboard and the potential for 100s of sites. I will be creating macros to sort the rows according to different scenarios. Short of duplicating the data for each spark within the dashboard is there a way to sort the sites and have the sparks update ?
Many thanks for any advice