=COUNTIF(A1:C100,14) would count number of times14 appeared in that range
if you have non adjacent columns
=COUNTIF(A1:a100,14)+COUNTIF(d1:d100,14)+COUNTIF(z1:z100,14)