My formula looks at a range and if it can't find the range name it returns a 0 (for calculation purposes) otherwise it totals the range. Example:
=+IF(ERROR.TYPE(April_524)=5,0, SUM(April_524))
The formula works for several ranges correctly and for several ranges it returns the #N/A. I compared the ranges that do and do not work and can't see any difference. I have even totaled the ranges and get a valid number. I've copied the formula into all the cells only changing the range number. Excel help says #N/A is returned because the numbers are not there or can't be found but I was able to total.
=+IF(ERROR.TYPE(April_524)=5,0, SUM(April_524))
The formula works for several ranges correctly and for several ranges it returns the #N/A. I compared the ranges that do and do not work and can't see any difference. I have even totaled the ranges and get a valid number. I've copied the formula into all the cells only changing the range number. Excel help says #N/A is returned because the numbers are not there or can't be found but I was able to total.