Apr 05, 2021 12:45 PM
Hi there,
I would like a formula whereby if a particular field (Subscription ID) is empty then the formula returns “Y”, otherwise it doesn’t return anything (formula is left blank).
How would I go about this?
Thanks, Blake
Apr 05, 2021 01:09 PM
IF(NOT({Subscription ID}), "Y")