I’m averaging 3 columns, all rollups. Note that I have this formula in them, so certain cells are blank:
IF(ISERROR(AVERAGE(values))=0,AVERAGE(values),BLANK())
The 4th column, where I want to average THOSE columns, has NaN if all 3 columns are blank....