So i've been at this for a while now and i give... I have a inventory list for shopping that i have been working on to automate. As of now everything is fine but i want to know if there is a way to sort out only the items that are needed to a spot
on excel. For example i have the product in column A, and qty needed in column D. my hopes are i can show only what is needed to order starting at cell H27 where it will include the product from Column A based on if D shows greater than zero. however will not populate anything if the value is zero and will simply look over it. Thanks for any help in advance.

Situation:
Eggs | 1 |
Milk | 1 |
Strawberry | 0 |
Bread | 2 |

Hopes: (will not show strawberry as it has a zero value and will not show up)
Eggs | 1 |
Milk | 1 |
Bread | 2 |