Lets say I am using Column A,C,E and G which contain number. Column B,D n F contain number too. I wan count how many cells is bigger than 1000 in A, C E and G.
I know i can use Countif(A:A,">"&1000)+Countif(C:C,">"&1000)+Countif(E:E,">"&1000)+Countif(G:G,">"&1000)

HOwever, is there anyway to just use one Countif formula ??