R
Roy Salinas
I need to create a formula that calculates the number of
times a name shows in column A and has a date in column C
and a blank in column D. I am woring on a single
worksheet. I have tried using this formula =COUNTA
(($A$2:$A$18="Roy"),($C$2:$C$18>0),($D$2:$D$18=" ")) , all
I get is a 0 when I can see more than 1. If I change to
COUNTIF, I get an error.
times a name shows in column A and has a date in column C
and a blank in column D. I am woring on a single
worksheet. I have tried using this formula =COUNTA
(($A$2:$A$18="Roy"),($C$2:$C$18>0),($D$2:$D$18=" ")) , all
I get is a 0 when I can see more than 1. If I change to
COUNTIF, I get an error.