CR10
I need a formula that takes the Open_Date of a record and groups it into 1 of the 4 following date ranges.
The Open_Date has always previously occured and I want the grouping to work like this.
I can get some of it working using the supplied functions Last7days and Current date - 14 etc, but can't get the whole thing to work.
Thanks.
I need a formula that takes the Open_Date of a record and groups it into 1 of the 4 following date ranges.
The Open_Date has always previously occured and I want the grouping to work like this.
Code:
If Open_Date occurred in the last 7 days then "Last 7 days"
else
If Open_Date is older than 7 days but less than 14 days" then "Last 14 days"
else
If Open_Date occurred in the last 30 days then "Last 30 days"
else
"Older than 30 days"
I can get some of it working using the supplied functions Last7days and Current date - 14 etc, but can't get the whole thing to work.
Thanks.