Sumif

A

Angel160

Sorry if first q wasn't too clear.
My spreadsheet shows trades in various companies over the previou
calender month.

ie.
Column A: Date, Column B:Company, Coulumn C: No. of shares

I need to a fuction to show how many shares were traded in the las
week and in a particular company. I've got as far as:

=SUMIF(A1:A100,">="&TODAY()-7,C1:C100)

But now need to cross reference that to a particular company.

Cheer
 
Top