Forum Discussion

OUWL's avatar
OUWL
Frequent Visitor
6 years ago
Solved

Finding calculation between two dates

I have Two rows that have One Assignee and a One Reviewer, 

 

Assignee - Create Date & Complete date

Reviewer - Create Date & Complete date

 
 
ECNCTNameCreateCompleteRole
CN-XXXX1XXXXXID Parts1/01/20181/03/2018Assignee
CN-XXXX1XXXXXID Parts1/03/20181/10/2018Reviewer

 

I would like to calculate/sum between "Assignee" Create Date and "Reviewer" Complete Date

  • Hi OUWL , 

    You could refer to my sample to see wheter it is what you want, if this is not waht you want, please correct me.

    Best Regards,
    Zoe Zhi

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

8 Replies

    • OUWL's avatar
      OUWL
      Frequent Visitor

      my task is to find the avg. # of Parts Processed Per/Week  using 12 months / 3 months

      using a measure.  the issue I am having is the Material Master (Excel)  is calculated from Assignee start date to Reviewer Complete date so I only need that calculation seen below.

       

      =IFERROR((SUMIFS(Table1[Old PN Count],Table1[MM Complete Date],">"
      &TODAY()-365)/SUMIFS(Table1[Material Master],Table1[MM Complete Date],">"
      &TODAY()-365))*5,"-")

       

      =IFERROR((SUMIFS(Table1[Old PN Count],Table1[MM Complete Date],">"
      &TODAY()-90)/SUMIFS(Table1[Material Master],Table1[MM Complete Date],">"
      &TODAY()-90))*5,"-")

       

      Regards

      • dax's avatar
        dax
        Community Support

        Hi OUWL , 

        I am not clear about your requirement, if possible could you please inform me more detailed information(such as your expected output and your sample data )? Then I will help you more correctly.

        Please do mask sensitive data before uploading.

        Thanks for your understanding and support.
        Best Regards,
        Zoe Zhi

        If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.