P
pacman2k4
Hi all,
I am trying to average some times based on two conditionals.
first column I have names, second is times, and third is a yes/no.
Trying to average the time of the person named "Paulson" who answere
"yes".
here's the formula I tried to use:
{=AVERAGE(IF(AND(B4:B16="Paulson",D416="yes"),C4:C16))}
This seems to work with one condition:
{=AVERAGE(IF(D416="yes",C4:C16))}
Thought adding AND would enable two but doesn't seem to be working.
I'm getting a 0:00 time return, so it seems that the statement is no
returning true.
Any help would be much appreciated
I am trying to average some times based on two conditionals.
first column I have names, second is times, and third is a yes/no.
Trying to average the time of the person named "Paulson" who answere
"yes".
here's the formula I tried to use:
{=AVERAGE(IF(AND(B4:B16="Paulson",D416="yes"),C4:C16))}
This seems to work with one condition:
{=AVERAGE(IF(D416="yes",C4:C16))}
Thought adding AND would enable two but doesn't seem to be working.
I'm getting a 0:00 time return, so it seems that the statement is no
returning true.
Any help would be much appreciated