K
KBW
I'm trying to count/sum the number of rows that have multiple dat
entries and based on certain criteria. I've been working wit
"Counta", "Sum" & "IF/AND" functions.
Example:
There's a date entry in cells of Column A, C & F. I want to firs
check or identify if date is in A or C, then check if there's a date i
F. If both are true, then return "0", if just A or C is true, the
return "1", and if just F is true, then return "0".
This is the latest function I was working with:
{=SUM((IF(A26>VALUE("1/1/05")+(C26>VALUE("1/1/05")),1)*(F26="")))}
Thx for any help,
Ke
entries and based on certain criteria. I've been working wit
"Counta", "Sum" & "IF/AND" functions.
Example:
There's a date entry in cells of Column A, C & F. I want to firs
check or identify if date is in A or C, then check if there's a date i
F. If both are true, then return "0", if just A or C is true, the
return "1", and if just F is true, then return "0".
This is the latest function I was working with:
{=SUM((IF(A26>VALUE("1/1/05")+(C26>VALUE("1/1/05")),1)*(F26="")))}
Thx for any help,
Ke