I have a load of columns I need to sum. Then I need to sum the lot for a grand total. If there are no entries in the column, the sum returns null rather than zero and the percentages are blank. Grand total goes blank too.
Need something like =iif(isnull(fieldname),0,fieldname) but that doesn't work.
I'm missing something obvious...
Need something like =iif(isnull(fieldname),0,fieldname) but that doesn't work.
I'm missing something obvious...