" The formula that I am writing would tell me how many blue hoodies that have been ordered for the year "
Since the number ordered is in a separate column, and each row does not indicate an order of a single item, you will need a SUMIFS formula for this.
For the total number of blue hoodies ordered in the year, you will need to SUM the numbers column, choosing only the numbers from rows matching four conditions:
The Date of the order must be on or after January 1 of the year being summed
The date of the order myst be before January 1 of the following year.'
The above two conditions may be ignored if the table listing the orders contains only orders for the year being summed.
The product must be a hoodie.
The colour must be blue
The syntax for SUMIFS is similar to that for COUNTIFS, but differs in some aspects. Find and read the syntax in the Function Browser, and use the hints available in the Formula editor when you insert the function name by clicking it's styled name as shown by the editor as a choice,
Further questions welcomed as they become needed.
Regards,
Barry