Hello-
Is there a way we can roll up Saturday and Sunday numbers to Friday ? Following is the issue I am trying to solve .Thank you .
Solved! Go to Solution.
Hello Neil-
Thank you for reply. Please see attached my workflow , the issue is to retain the Friday's Date meaning 3/4,3/10 should be merged into 3/9. I cannot achieve that by Summarize tool. If you do a sum by Workday then yes I will get only Mon,Tues,Wed,Thu and Fri .
Thank you.
Write a formula,
If Day = Saturday, Date minus 1
If Sunday, Date minus 2
And Summarize by Date.
Hello @subbarao-
Thank you for your suggestion, it worked . Please find in attached the updated workflow for reference.
Thank You.