Hello!
I have to calcualte a scheduled delivery date field that adds time to the order date based on a combination of the number of pages and whether there is expedited processing or not.
I was able to get the formula to sort of work using IF and DATEADD but the thing is that these are based on ranges and the formula is getting very long since it needs to determine a page range and then verify if it's expedited or not.
Does anyone have any tips on how to solve this? Ideally automations would work but I can't add a formula there.