Sum sales in last 30 days by ID

The SUMIFS function can handle multiple criteria when calculating a sum. In this case, SUMIFS is configured with a sum range for all amounts:
=SUMIFS($D$5:$D$104
The first criteria specifies a criteria range that contains all dates, with a criteria of greater than or equal to the current date minus 30:
The second criteria specifies a criteria range of all IDs, with a criteria of a single ID pulled from column F:
Note ranges for amounts, dates, and ids are absolute references, so that they won't change when copied. When the formula is copied down column G, SUMIFS calculates total sales in the last 30 days for each ID in the table.
Total sales in the last 30 days
To get a sum for total sales in the last 30 days, just omit the second criteria:
For the example above, this becomes:
Download 100+ Important Excel Functions
Get over 100 Excel Functions you should know in one handy PDF.