I have a sheet with form submissions that include a date column, a customer row ID and a relation to this data in the “customer” table. Each customer will have multiple rows, each with timestamp date. I’m looking to have a column that computes the average time between row entries, for each customer, rounded to days. Is this possible in glide or do I need to do this in sheets?
I already have a column that counts the current days since last entry, but i’m already 1700 entries deep and hundreds of customers, so I can’t back-calculate each one easily. Going forward I know I could just submit the “days since last entry” as another piece of data in another column and then just average that data itself, but if it can stay as a reliable formula, that would be best.
yes, use if-else column to extract sign-in user records… then use the rollup column to get the average… you might do some math with dates to get durations
I’m stunned that you did this. I’ve spent 4+ hours racking my brain with index, match and lookup arrays in sheets. This was so elegantly explained! Thank you!