Metrics

Options
A Rose
A Rose ✭✭✭✭
edited 12/23/20 in Formulas and Functions

Hi,

I have a dashboard that keeps on updating, how do I see last weeks data (In order to compare)?

Is there a way to view metrics every week, to auto-update from a week before?

Thank you!

Best Answer

  • Paul Newcome
    Paul Newcome ✭✭✭✭✭✭
    Answer ✓
    Options

    Ah. Ok. So in the new sheet you will want to be sure to have a system generated column that captures the created date for when the new rows are copied over. In the top row of this sheet, you would use this formula to pull the most recent row's data to the top:

    =INDEX([Column Name]:[Column Name], MATCH(MAX([Created Date]:[Created Date]), [Created Date]:[Created Date], 0))


    Put this in the first row of every column that you want to display the data for, and then reference this top row in your dashboard.

«1

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!