As the title states, I'm trying to create a script to record the values of a specified cell, along with the date, into a column of other cells. I only want it to record for 10 instances before overriding from the top of the column. The issue I'm facing has to do with the cell with the value to be recorded, since my current script will edit that cell by adding values to it. So lets say the cell I want recorded is A1, and the cell adding to it is B1. I need the recorded results to be in C1:C10. Any ideas?