Hey gang;
I have created a spreadsheet which uses 80 different worksheets for numerous monthly entries. The sheets are called 1,2,3 ….79,80. In cell I3 of each sheet, an amount can be entered although there are some instances where it stays as 0.00. I have been trying to come up with a formula that looks at the multiple sheets and counts how many of the 80 I3 cells have an amount greater than 0.00.
Where-as =SUM(‘1:80’!I3) will give me the total of all the cells, I can’t seem to find a solution to count how many entries are more than 0.00. I thought countif would do the trick but I only get errors.
Thanks for any input.