Hello -
I have a client data sheet, and one of the columns is New Account Status. I've added a column called Misc. 1 that tracks when the New Account Status is changed to Ready to Open.
I have a separate Metrics sheet to track a variety of metrics on. Making any changes to the main client sheet (changing column names, adding columns, etc is very difficult and needs to be avoided).
I'd like to do a few things:
- From the Misc. 1 column (which is a date column), find the average number of days. I want to show that rows that have this status don't sit in this status for very long.
- From the Misc. 1 column what is the oldest date.
I need these two values to be returned to my separate Metrics sheet; I can't have these values on the main client data sheet.
Thanks in advance!