I'm wondering if this is doable in Google Sheets. I have product and ingredient list in a named range called Goods
I want to display a summary of what ingredients are needed in one cell. For example, I want the cell to say for 2 Wheat, 2 carrot.
So in natural language, I would like to look at the row, and if it has a value in it, then return that value and the header value, if it has 0 or null, I want to skip it.
Is this possible?