Hello! I'm slowly learning how to use date formulas, but I have hit a wall in my ability to troubleshoot.
I have two date formulas causing me trouble.
1) My Rush Due Date is displaying #ERROR! when "Rush" checkbox is not checked.
DATETIME_FORMAT(IF(Rush, WORKDAY(Created, 4, '2023-11-11, 2023-12-25, 2024-01-01, 2024-02-19, 2024-03-29, 2024-05-20'), ""), 'LL')

2) My "Time Since Ready for Pickup" formula is displaying NaN when a row is not yet "Ready for Pickup"
IF(Completed, "Completed", DATETIME_DIFF( NOW(),{Ready for Pickup Timestamp}, 'days'))

Are there any heros out there who can help me out?
Thank you so much in advance!
Devon