Forum Discussion
Anonymous
4 years agoNot applicable
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...
- 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.
v-yalanwu-msft
4 years agoCommunity Support
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.