I have all kinds of data and a lot of columns with lots of formulas to calculate different metrics, now I am concern with three columns of data particularly that I am trying to count to see how long a job in 01/25/2011 in category 4 took 3 hours to complete, and then another job in 02/21/2011 in category 3 took 5 hours to complete. So basically here is the data format.
A1. Any number between 1 - 10 (Categeories)
B1. Dates and Time -1/10/2011 14:48 (YTD Data)
C1. Duration - 6.30 Business hours (Came up from another formula)
Theorotically, I am trying to read the data in this manner
=COUNTIFS(B1:B5000,">=01/31/2011",'A10:A5000,"=3",C10:C5000,"<=.5")
it is nto giving me the right number, I am not surre how to capture the date
A1. Any number between 1 - 10 (Categeories)
B1. Dates and Time -1/10/2011 14:48 (YTD Data)
C1. Duration - 6.30 Business hours (Came up from another formula)
Theorotically, I am trying to read the data in this manner
=COUNTIFS(B1:B5000,">=01/31/2011",'A10:A5000,"=3",C10:C5000,"<=.5")
it is nto giving me the right number, I am not surre how to capture the date