I want to implement the following in google sheets, but I don't know how to or if it is even possible
I have a sheet, let's call it "products", in which every entry has an ID tag and a value
I want to have another sheet, call it "orders" with the following two columns: "products ID" and "sum"
I want to put multiple IDs in the "products ID" column, and have the "sum" column sum the values of all entries in the sheet "products" that match the product IDs listed.
Is this possible? If so, how can I do it?
Thanks in advance