Hello All,
I am struggling to find a way to COUNTIF the rows label 'Qty' are less than a value. I have tried naming the range but COUNTIF doesn't seem to work on a named range. Ultimately I would like formulas to for Qty < 30, Qty < 40, etc. I would do the same with time (formatted in m:ss) The whole sheet is quite massive.
The only way I have been successful is to duplicate the qty values in helper cells way off to the right then do a COUNTIF on that range, and again with the Times. But size of the data and the different variables I need to do this it is becoming quite massive with 100,000s extra albeit simple formulas where it could be 10 COUNTIF formulas for each variable.
I so far have tried the named non-contiguous range to no avail but assume there is a clever way to do a countif on the whole array but only when the left most value ="qty"
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD="align: center"]Time[/TD]
[TD="align: center"]7:24[/TD]
[TD="align: center"]5:18[/TD]
[TD="align: center"]8:32[/TD]
[TD="align: center"]7:12[/TD]
[/TR]
[TR]
[TD="align: center"]Qty[/TD]
[TD="align: center"]23[/TD]
[TD="align: center"]43[/TD]
[TD="align: center"]14[/TD]
[TD="align: center"]95[/TD]
[/TR]
[TR]
[TD="align: center"]Time[/TD]
[TD="align: center"]6:57[/TD]
[TD="align: center"]7:43[/TD]
[TD="align: center"]7:33[/TD]
[TD="align: center"]5:46[/TD]
[/TR]
[TR]
[TD="align: center"]Qty[/TD]
[TD="align: center"]32[/TD]
[TD="align: center"]21[/TD]
[TD="align: center"]17[/TD]
[TD="align: center"]53[/TD]
[/TR]
[TR]
[TD="align: center"]Time[/TD]
[TD="align: center"]8:11[/TD]
[TD="align: center"]7:32[/TD]
[TD="align: center"]6:42[/TD]
[TD="align: center"]6:03[/TD]
[/TR]
[TR]
[TD="align: center"]Qty[/TD]
[TD="align: center"]91[/TD]
[TD="align: center"]24[/TD]
[TD="align: center"]76[/TD]
[TD="align: center"]67[/TD]
[/TR]
</tbody>[/TABLE]
I am struggling to find a way to COUNTIF the rows label 'Qty' are less than a value. I have tried naming the range but COUNTIF doesn't seem to work on a named range. Ultimately I would like formulas to for Qty < 30, Qty < 40, etc. I would do the same with time (formatted in m:ss) The whole sheet is quite massive.
The only way I have been successful is to duplicate the qty values in helper cells way off to the right then do a COUNTIF on that range, and again with the Times. But size of the data and the different variables I need to do this it is becoming quite massive with 100,000s extra albeit simple formulas where it could be 10 COUNTIF formulas for each variable.
I so far have tried the named non-contiguous range to no avail but assume there is a clever way to do a countif on the whole array but only when the left most value ="qty"
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]1[/TD]
[TD="align: center"]2[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD="align: center"]Time[/TD]
[TD="align: center"]7:24[/TD]
[TD="align: center"]5:18[/TD]
[TD="align: center"]8:32[/TD]
[TD="align: center"]7:12[/TD]
[/TR]
[TR]
[TD="align: center"]Qty[/TD]
[TD="align: center"]23[/TD]
[TD="align: center"]43[/TD]
[TD="align: center"]14[/TD]
[TD="align: center"]95[/TD]
[/TR]
[TR]
[TD="align: center"]Time[/TD]
[TD="align: center"]6:57[/TD]
[TD="align: center"]7:43[/TD]
[TD="align: center"]7:33[/TD]
[TD="align: center"]5:46[/TD]
[/TR]
[TR]
[TD="align: center"]Qty[/TD]
[TD="align: center"]32[/TD]
[TD="align: center"]21[/TD]
[TD="align: center"]17[/TD]
[TD="align: center"]53[/TD]
[/TR]
[TR]
[TD="align: center"]Time[/TD]
[TD="align: center"]8:11[/TD]
[TD="align: center"]7:32[/TD]
[TD="align: center"]6:42[/TD]
[TD="align: center"]6:03[/TD]
[/TR]
[TR]
[TD="align: center"]Qty[/TD]
[TD="align: center"]91[/TD]
[TD="align: center"]24[/TD]
[TD="align: center"]76[/TD]
[TD="align: center"]67[/TD]
[/TR]
</tbody>[/TABLE]