I am building an implementation plan for my projects split by a 2-week sprint cycle. While I was able to get Week number from date of delivery, I am stuck trying to covert it into a Sprint number.
Page 1 / 1
I don't understand about sprint numbers, but what about dividing the week number by 2?
ROUND(VALUE(DATETIME_FORMAT({Start Date},"w"))/2)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.