I have some code which counts the number of selections in a column, but I would like it to exclude 0. it uses subtotal 103 so as to only count visible cells
Here is the code
So how can I make this formula exclude all 0 in the column? I tried this, but it was not correct
cheers
Here is the code
=SUBTOTAL(103,AA16:AA1048561)
So how can I make this formula exclude all 0 in the column? I tried this, but it was not correct
=SUBTOTAL(103,AA16:AA1048561,"<>0")
cheers