Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Help needed

Hi All, please see below data table , I'm supposed to compute task completed not completed ,so if the end date is within the same week ending as last weeks ending then it should show complete else n...
  • v-yalanwu-msft's avatar
    4 years ago

    Hi, Anonymous ;

    Try to create a column.

    Column = IF( WEEKNUM([Week ending],2)=WEEKNUM([end date],2),"complete","Not complete")

    The final output is shown below:

    Please correct me if I have misunderstood and let me know what your logic is? Looking forward to your reply.


    Best Regards,
    Community Support Team_ Yalan Wu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.