I have a similar query to this post, but still having issues with it.
Basically I am wanting to sum cells J13,J21,J26,J34,J41,J44, however cell J13 has a #N/A, therefore when I sum those cells it still appears as #N/A.
The formula I am using is:
=IF(OR(J13="",J21="",J26="",J34="",J41="",J44=""),"",SUM(IF(J13&J21&J26&J34&J41&J44,"<>#N/A")))
Does anyone know how to fix this?
Thanks
Tim
Bookmarks