In an earlier post I discussed about using CONCATENATE and COUNTIF to sum with two conditions. This can be done using the new COUNTIFS command.
Lets look at the following example:
I need to know the number of times machine 9 was used on 4th Jan 2011.
Use formula,
=COUNTIFS(F:F,DATE(2011,1,4),G:G,9)
DONE.
Lets look at the following example:
I need to know the number of times machine 9 was used on 4th Jan 2011.
Use formula,
=COUNTIFS(F:F,DATE(2011,1,4),G:G,9)
You can use up to 127 criteria
DONE.
No comments:
Post a Comment