Forum Discussion
Anonymous
8 years agoNot applicable
Blanks in Conditional Column
Hi, I have blanks in my column in the query and I am trying top use it in a conditional column. What would the test be, it is not null as there is not a null in the column only a blank cell. ...
- 8 years ago
Anonymous,
You may use code below.
if Text.Trim([Column1]) = "" then
Adaric
6 years agoMicrosoft Employee
I'm interested in how to do this via the Wizard as well
gidgetsMum
3 years agoNew Member
Use "null" in the wizard