Forum Discussion

gaikwadaa123's avatar
gaikwadaa123
Helper II
5 years ago
Solved

Adding days

Hello my data looks like below:  I have calculated the Date Window column by using date diff function between Date and today column. It is basically the number of days between two dates. I wa...
  • rfigtree's avatar
    5 years ago

    If you divide datewindow by 7, use the round up function then use convert function to turn it into a string then append "day + " to the front you will get what you want.