Forum Discussion

Jakenash's avatar
Jakenash
Copper Contributor
Nov 07, 2022
Solved

How to calculate days elapsed between transaction

Hello,    I work for a non-profit and am trying to get insight into how frequently each of our donors contribute financially. I have a donor register with names, dates, amounts. I currently am summ...
  • Patrick2788's avatar
    Nov 07, 2022

    Jakenash 

    If you're on 365, this might be your solution:

     

    =LET(filtered,FILTER($F$2:$F$21,$D$2:$D$21=I2),dates,COUNT(filtered),IF(dates>1,AVERAGE(DROP(filtered,-1)-DROP(filtered,1)),filtered))

Resources