It's OK, I sorted it.
In AH5, I put
then filled it all the way down. I then did a sum at the bottom to find the total number of rows.
In AH5, I put
Code:
=IF(AG5=0;0;1)
=IF(AG5=0;0;1)
Those are 2 different things.Hi,
Is there a way to print the number of rows of which their value in AG != 0?
I have a spreadsheet with a 'total' column, and I want to find how many rows do not have £0.00 as the result.
Any ideas?
Thanks.
Thanks!=COUNTIF(AG:AG,"<>"&0)