Hi--I've been reviewing sample Smartsheet formulas from discussions past, but can't quite get my (relatively simple) formula to work.
I'm trying to return a checkbox for a given row (let's say 1) if "Rehab?" column is "Yes" AND "Xtra Cost (cog, rehab, tx, etc.) is blank.
I've tried several different formulas, but most recently:
=IF(AND([Rehab?]1 = Yes, [Xtra Cost (cog, rehab, tx, etc.)]1 = 0), 1, 0)
I'm not really sure how to indicate blank (I tried = 0) for starters...
Thanks for any help.
P.S. For future reference, would be good to know how to indicate not blank, i.e. if anything is entered in a given field.