I've been running into an issue where I have a sheet that gathers all information from a form. Im trying to gather a sum of a total of a column, but only reference the values of specific rows that from column.
Example: I have Column to indicate "fixture color" that will be a specified by the form. I want to sum another column that shows qtys for both, but only want to have it show "silver" counts into another sheet.
Ive been trying to use =Sumif(criteron, value,[sumg_range]),
When I've selected the column for criterion, and sum range but the formula comes back as unparseable.