Looks like there’s no an easy way to format the date (eg, DateFormat()) at minimum like so YYYYMMDD (20250901) with leading zeros (not the only case). I know I could use stuff like “Left() and Right()”. But it takes thrice as much effort. And over time when you come back to your formula, depending on its complexity, it’d take thrice as much effort to quickly grasp what’s going there…