deadringer
New Member
- Joined
- Sep 18, 2009
- Messages
- 3
I want to calculate the occurrences of a value in one column, if a certain value is in a second and also a third column. I know how to do this is I am calculating the occurrences of TEXT:
=SUMPRODUCT(--(A:A="text"),--(B:B="text"),--(C:C="text"))
But how would I do this if 2 columns are text and the third one is a date (dd/mm/yyyy hh:mm)?
=SUMPRODUCT(--(A:A="text"),--(B:B="text"),--(C:C="text"))
But how would I do this if 2 columns are text and the third one is a date (dd/mm/yyyy hh:mm)?