AZdesertdog
IS-IT--Management
I'm trying to create a formula that I can use to group by week for the last 13 weeks of a date of service. "Current" would be the first full week starting with monday-
I'm using the formulas:
CurrentDate - DayofWeek(currentdate,crMonday) - 6
CurrentDate - DayofWeek(currentdate,crMonday)
I need the formula that's going to group them by "Current,Week 2, Week 3, Week 4,etc to Week 13"
I've tried an if-then-else with the above formulas but getting an error that one of my calculations is a boolean. Anyone have an idea? Thanks in advance.
I'm using the formulas:
CurrentDate - DayofWeek(currentdate,crMonday) - 6
CurrentDate - DayofWeek(currentdate,crMonday)
I need the formula that's going to group them by "Current,Week 2, Week 3, Week 4,etc to Week 13"
I've tried an if-then-else with the above formulas but getting an error that one of my calculations is a boolean. Anyone have an idea? Thanks in advance.