Can't quite find the answer to my specific problem on here - help gratefully received...
Three columns of time-recording data:
A: Name
B: Project name
C: Project Live / Dead
Obviously, SUMPRODUCT((A2:A5000="MyName")*(C2:C5000="Live"))
gives me all the instances of "MyName" against live projects...how do I incorporate the project name element to get a count of the unique instances of:
"MyName""Live""Project ABC"
"MyName""Live""Project DEF"
etc ?
Thanks
Mick the Horse
Three columns of time-recording data:
A: Name
B: Project name
C: Project Live / Dead
Obviously, SUMPRODUCT((A2:A5000="MyName")*(C2:C5000="Live"))
gives me all the instances of "MyName" against live projects...how do I incorporate the project name element to get a count of the unique instances of:
"MyName""Live""Project ABC"
"MyName""Live""Project DEF"
etc ?
Thanks
Mick the Horse