S
Scott Kieta
Trying to count the # of times specific text shows up within a specific time
frame (i.e., "Product A" that was completed between 7 am and 8 am)
This is the formula i was provided to count the # of times an item shows up
between the specific time frame.
=SUMPRODUCT((HOUR($I$15:$I$350)>=7)*(HOUR($I$15:$I$350)<8))
Can i add a criteria to this to only count if the text equals "Product A"?
Thanks
frame (i.e., "Product A" that was completed between 7 am and 8 am)
This is the formula i was provided to count the # of times an item shows up
between the specific time frame.
=SUMPRODUCT((HOUR($I$15:$I$350)>=7)*(HOUR($I$15:$I$350)<8))
Can i add a criteria to this to only count if the text equals "Product A"?
Thanks