I have a list of order numbers in column A, in column B I have a list of corresponding %s (from a formula)
I want to create a list of all the PO numbers that haven’t hit between 95 & 105 (for example, these would be in a cell so I could change them) basically a list of all the PO numbers that haven’t hit target
[TABLE="width: 500"]
<tbody>[TR]
[TD]Lower Value
[/TD]
[TD]Upper Value
[/TD]
[/TR]
[TR]
[TD]95.00
[/TD]
[TD]105.00
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]PO NO.
[/TD]
[TD]%
[/TD]
[/TR]
[TR]
[TD]300
[/TD]
[TD]90
[/TD]
[/TR]
[TR]
[TD]301
[/TD]
[TD]100
[/TD]
[/TR]
[TR]
[TD]302
[/TD]
[TD]102
[/TD]
[/TR]
[TR]
[TD]303
[/TD]
[TD]106
[/TD]
[/TR]
[TR]
[TD]304
[/TD]
[TD]96
[/TD]
[/TR]
[TR]
[TD]305
[/TD]
[TD]99
[/TD]
[/TR]
[TR]
[TD]306
[/TD]
[TD]83
[/TD]
[/TR]
</tbody>[/TABLE]
So the"list" would be,
300
303
306
as all these havent hit target
I want to create a list of all the PO numbers that haven’t hit between 95 & 105 (for example, these would be in a cell so I could change them) basically a list of all the PO numbers that haven’t hit target
[TABLE="width: 500"]
<tbody>[TR]
[TD]Lower Value
[/TD]
[TD]Upper Value
[/TD]
[/TR]
[TR]
[TD]95.00
[/TD]
[TD]105.00
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]PO NO.
[/TD]
[TD]%
[/TD]
[/TR]
[TR]
[TD]300
[/TD]
[TD]90
[/TD]
[/TR]
[TR]
[TD]301
[/TD]
[TD]100
[/TD]
[/TR]
[TR]
[TD]302
[/TD]
[TD]102
[/TD]
[/TR]
[TR]
[TD]303
[/TD]
[TD]106
[/TD]
[/TR]
[TR]
[TD]304
[/TD]
[TD]96
[/TD]
[/TR]
[TR]
[TD]305
[/TD]
[TD]99
[/TD]
[/TR]
[TR]
[TD]306
[/TD]
[TD]83
[/TD]
[/TR]
</tbody>[/TABLE]
So the"list" would be,
300
303
306
as all these havent hit target