Copy data from one sheet to another daily.

I need to copy a row of data (Data set A) from one sheet (Summary Sheet) to another on a daily basis. The intent is to track this data over time to discover trends and to see progress.

The data in Data set A is pulled and manipulated from several other sources using formulas ... so thus it is (I think) in feasible to pull the data straight from the sources.

I need to pull [Delta - Non Zero = Issue] Column (the right most column) and put it daily into a Summary Sheet.

Screen Shot 2022-08-12 at 8.29.52 AM.png Screen Shot 2022-08-12 at 8.27.47 AM.png

Please note ... the data in the Summary Sheet was done manually to show what I need.

I have tried using Automation (if row is added or changed, copy to new sheet), but when this runs, it zero's out the day before and copies over the new row ... so thus I lose the previous days data (not good).

I tried using an index, but that does not work because when Data set A changes daily, it changes the results in the Summary Sheet.

I have used a "pass through" sheet that pulls data from Data Set A, pivots it so that it can easily be copied using the following formula ...

=SUMIFS({BackOffice: PSE End of Day Checkpoint v6.2 Range 1}, {BackOffice: PSE End of Day Checkpoint v6.2 Range 2}, $Date@row, {BackOffice: PSE End of Day Checkpoint v6.2 Range 3}, [Technician 2 Delta]$1)

But this does not work either ... it is deleting the day before.

Any help would be greatly appreciated.

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!