Thread
:
Ignore #REF! when adding columns?
View Single Post
#
2
Dave O
Posts: n/a
Ignore #REF! when adding columns?
Where #REF! is returned, you might change your formula to
=IF(ISNUMBER(your formula here),your formula here,"")
This will prevent REF! from returning, and the sum will evaluate
properly.
Reply With Quote