K
KimonH
I am working with fairly large sheets (>800k lines) where I am trying
to get a count of cells that will have a certain format : specifically
they need to contain no letters (only numbers ) but the trick is some
of the valid numbers (that also need to be counted) are in the format
of i.e "098646,01" .
Tried using =COUNTIF(A2:A7,"<>"&"*") but the presence of the ","
character seems to be throwing the formula off.
Ideally I would like to also exclude blanks and validate whether the
number is over 12 characters long (including the ",").
Anyone have any ideas? Would be appreciated as I'm stuck on this ....
Thank you !
K.
to get a count of cells that will have a certain format : specifically
they need to contain no letters (only numbers ) but the trick is some
of the valid numbers (that also need to be counted) are in the format
of i.e "098646,01" .
Tried using =COUNTIF(A2:A7,"<>"&"*") but the presence of the ","
character seems to be throwing the formula off.
Ideally I would like to also exclude blanks and validate whether the
number is over 12 characters long (including the ",").
Anyone have any ideas? Would be appreciated as I'm stuck on this ....
Thank you !
K.