Is it possible to have an automatic datestamp in Google Spreadsheet for cells that have *previously been filled out*?

StackOverflow https://stackoverflow.com/questions/13113445

  •  14-07-2021
  •  | 
  •  

문제

That is, I have information in column B, and I'd like a datestamp in column C noting when column B was filled out. I see a bunch of onEdit scripts, but I'd like it to be retroactive--those cells have already been filled out. Is that possible? Does Google Spreadsheets store that information and is it accessible?

도움이 되었습니까?

해결책

Unfortunately, I don't believe it is. As you mention, there are ways to get the timestamp going forward, but the information as to when a cell was filled out is not retroactively available.

The API doucmentation provides an updated field on List and Cells feeds, but that is a sheet-level property. The returned cell data does not contain any other information regarding the date, so the (unfortunate) answer is that you will likely only be able to get that level of information going forward.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top