Hello,
I have a column with numbers and a second column filled with with letters V or D
i want to count if the range searched meets my criteria, like: bigger than 4 and =V, but i always get an error
i´have tried several functions.
i have used:
=CountIF(I5:I600;">=4";M5:M600;"=v")
ERROR 504
=SUMPRODUCT( (I5:I600~">=4"~M5:M600;"=v"))
ERROR 502
Can anyone help me? thank you.