Forum Discussion

xiuqinglim20's avatar
xiuqinglim20
New Member
2 years ago
Solved

null formula not working?

Hi there,   I am trying to add a conditional column where if the column value is blank, it will return me a "Y" value while if it is not blank, it will return me a "N". I believe the formula I am ...
  • AlienSx's avatar
    AlienSx
    2 years ago

    xiuqinglim20 "blank" is not null. You have "" over there. So working expression is if [Column1] = "" then "Y" else "N".