Hello,
I am trying to build a column using the formula below but I'm not sure if I'm writing this correctly. I want the formula to point at column_a and read that into the new column. If column_a is null, then move on to column_b, column_c, then column_d in that order.
IIF(IsNull([column_a]), [column_b], [column_c], [column_d])