Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Calculate date difference based on an event

Hi! I have this data and I'm looking to calculate date difference in days between my 'desire' event. In the case bellow, the event that a wanna look is 'Event A'.

 

Identifer date
Event A1/09/2018
Event B1/08/2018
Event A1/06/2018
Event B1/04/2018
Event C1/03/2019
Event A1/01/2019

 

My desired output is below

cycleDate Diff in Days
23
16

 

cycle 1 =  1/06/2018 - 1/01/2019 = 6 days

cycle 2 =   1/09/2018 - 1/06/2018 = 3 days 

 

Is any way that I can do that?

 

Thank you in advance.

  • Anonymous's avatar
    Anonymous
    7 years ago

    Hi Anonymous 

    Look at this.

    I believe that is the solution you want.

    Thanks

    A

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous 

    Look at this.

    I believe that is the solution you want.

    Thanks

    A

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thank you!!!