No, not with the pre-evaluated statistics functions (see note on p. 304 in JMP 10 scripting guide).
Summarize() accounts for excluded rows but is less efficient than e.g. col mean, and in my experience when Summarize() is used in column formulas the result is not automatically uppdated if rowstates are changed.
But in principle this formula should give the same result as the trick above (except that that the result will be also in excluded rows), but formulas may have to be forced to reevaluate upon changes in the datatable.
summarize(m=mean(:Column 1)); m