I have to sum column A if adjacent column B is within a particular range. Here's what I mean:
Sheet 1
A B
1 $2 November
2 $5 November
Sheet 2
A
1 for each B1:B where the cell = November, sum adjacent A (my result should be $7)
2
Is there a way to do this in Google Spreadsheets?