I have a spreadsheet that needs a running total at different points in the year. The formula in the cells returns #n/a when it has no value. Is it possible to use a formula that will ignore the #n/a value and still return a number.
example
a1 = 10
a2 = #n/a
a3 = #n/a
a4 = #n/a
a5 should return 10
then
a1 = 10
a2 = 2
a3 = #n/a
a4 = #n/a
a5 should return 12
Any help would be greatly appreciated.
Thanks in advance
Bookmarks