Hello Everyone/Anyone
First I’m new to working with spreadsheets so please forgive me if I don’t use all the right terms to explain what I’m trying to do. Thanks.
I have a Inventory List of a lot of product that I have purchased for my 3d Printing hobby. On one of my sheets I list all the Filament I have brought with a cell that has the amount of filament left. What I’m trying to do is create a ‘Name Range List’ of only all the rolls of Filament that are not 0 (Empty). I know how to create a ‘Name Range’ of All the filaments but I want to exclude the ones that are not usable. I couldn’t find a WHERE option in all the Functions that are listed. Thank you
This is my current Name Range: OFFSET($Filaments.$A$4,0,0,COUNTA($Filaments.$A:$A)-1)
If you need more details please let me know.