Hello,
So to be able to do this so far I have added a helper column to my main smartsheet. This column I called "Days Between" just counts the amount of days between column Referral Faxed Date and Eval Date.
Helper column code:
=([EVAL DATE]@row - [REFERRAL FAXED DATE]@row )
This seems to be working fine but we don't always have the data for Eval Date yet and those rows are coming up as blank as a result. So when I tried making a metrics sheet and cross referencing… I wasn't able to get this formula to work (note, I selected the Days Between column twice as my first and second sources on the metrics sheet):
=AVERAGEIF({Days Between}, <>"", {Days Between})
Does someone have a better solution ? I'm a noob at formulas and self taught so I'm just trying my best. 😅
Also ~ Is there a way for the master's helper column to be a formula column only so when individuals add new data from their dynamic views — the formula automatically applies?
Thanks x9000
-Wendy