R
royend
Hi,
I want to make a calculation based on two corresponding columns o
data. In B7:B500 the cells are blank or filled with an x. In C7:C50
the cells are blank or filled with a number.
I need to count how many rows have a number in C and at the same tim
is blank in B.
What I tryed was:
=SUMPRODUCT(COUNTIF(B7:B500,"=x"),COUNTIF(C7:C500,"<>"""))
It didn't work, so now I truly need some assistance from you.
Thanks in advance.
Ro
I want to make a calculation based on two corresponding columns o
data. In B7:B500 the cells are blank or filled with an x. In C7:C50
the cells are blank or filled with a number.
I need to count how many rows have a number in C and at the same tim
is blank in B.
What I tryed was:
=SUMPRODUCT(COUNTIF(B7:B500,"=x"),COUNTIF(C7:C500,"<>"""))
It didn't work, so now I truly need some assistance from you.
Thanks in advance.
Ro