Hi,
i have a list of data on sheet("data") in columns A:C in the following format:
<tbody>
OrderNumber
Quantity
CountryCode
0001
12
01
0002
1
01
0003
4
02
0004
1
03
0005
6
04
0006
1
04
</tbody>
I need to copy everything with CountryCode 01 into range "label01" on...