I am working on a sheet where we have a list of 1100 item codes in row A.
In Row B we would note the volume needed of item code in row a.
On the second sheet I need the sheet to only display the item codes that have a volume and then the volume listed in the column to the right for each code used. Not displaying any item code with a zero volume
Example
Sheet 1
Item Code Volume
12323 5
34234
43543543 4
3435
2343245 1
sheet 2 returns
A B C D E F etc...
1 Item Code volume Item Code Volume Item Code Volume
2 12323 5 43543543 4 2343245 1
In Row B we would note the volume needed of item code in row a.
On the second sheet I need the sheet to only display the item codes that have a volume and then the volume listed in the column to the right for each code used. Not displaying any item code with a zero volume
Example
Sheet 1
Item Code Volume
12323 5
34234
43543543 4
3435
2343245 1
sheet 2 returns
A B C D E F etc...
1 Item Code volume Item Code Volume Item Code Volume
2 12323 5 43543543 4 2343245 1