Hi, I have a spreadsheet containing the following:

COLUMN A COLUMN B COLUMNC
ITEM SOLD DATE
APPLES 2 3/1/15
ORANGES 5 3/2/15
BANANA 6 3/2/15
APPLES 7 3/3/15
ORANGES 1 3/4/15
ORANGES 2 3/4/15

I want to have a top 2 list of which fruit sold the most based on cumulative total or sum of fruit sold based on column b for a particular date (column c).
is that possible?