Hi All,
I have calculated the number of days between two points (Submission Date {Start Date} and Current Date {Today's Date} which has result in a numerical value being populated in a separate column called "Ageing". I have now added another column called Ageing Bucket and I need to replicate the rules below:
If Ageing is greater than 1 but less than or equal to 5 set to "1 - 5 days", or;
If Ageing is greater than 6 but less than or equal to 10 set to "6 - 10 days", or;
If Ageing is greater than 11 but less than or equal to 20 set to "11 - 20 days", or;
If Ageing is greater than 21 but less than or equal to 30 set to "21 - 30 days"; or.
If Ageing is greater than 31 set to "Greater Than 31 days".
Thanks in advance,
Steve