Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

If statement generates an error for blank rows

So I'm using the following if statement to classify each "status" in the status column as either active or inactive. However, when there is a empty row, I get an error message for that row. The custo...
  • DOLEARY85's avatar
    3 years ago

    Hi,

     

    add this before the start of you if statement

     

     if [Status] = null then null else

     

    If I answered your question, please mark my post as solution, Appreciate your Kudos 👍