I have have col d 3-80 that i would like to
sum the total of records that i have that are not 0. first i did =count(d3:d80) which
gave me the count but now i want to add more 0 cells like d3:d100 and keep adding
0 cells as needed. I tried countif(d3:d80)(<>0) but this didn't work.
Can anybody give me the correct answer?