I want to use a rollup to get an average of the existing numbers, but not all the fields in the column I want an average from have an existing number and return NaN. I want the rollup to ignore NaN.
Solved
How to get rollup to ignore NaN
Best answer by David_Skinner
Unfortunately that didn’t work - just got a fully blank column.
Maybe more context will help! I have one tab that has a function column =x/y, and in another tab I need the average of these as part of a rollup. I have tried using blanks where it returns “NaN”, but the rollup continues to return NaN regardless, I think because the “” is forced, but I have no idea.
Have you tried putting this in the function column (in the table you are rolling up from)?
IF( ISERROR( x/y )=0,x/y, BLANK() )
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
