Forum Discussion
xiuqinglim20
2 years agoNew Member
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 ...
- 2 years ago
xiuqinglim20 "blank" is not null. You have "" over there. So working expression is if [Column1] = "" then "Y" else "N".
xiuqinglim20
2 years agoNew Member
Hi AlienSx,
Thank you for responding! I have tried your suggestion but it does not seem to work for me 😞
I believe Column1 is indeed blank. What I did in PQ editor was to Enter Data and then I left Column1 blank
I have screen recorded the steps I did in below video:
AlienSx
2 years agoSuper User
xiuqinglim20 "blank" is not null. You have "" over there. So working expression is if [Column1] = "" then "Y" else "N".