I am aware that everything I am requesting is already achievable by combining multiple formulas. But for ease of use, and especially when it comes to teaching coda to new makers, there are a few formulas that I think would make it much, much easier.
DoesNotContain(item, list) I know this is doable by using not(contains(item,list)).
Thanks! I try to avoid using packs when I can because they can take a long time to load. The date formulas don’t seem like they’d be too difficult to create natively though.