View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ann ann is offline
external usenet poster
 
Posts: 210
Default Sum cells based on two criteria

I need a total (count) broken down by user (name) and month. What formula can
I use to achieve this? SUMIF only allows 1 criterion, whereas I have two
(name and month).

A2 = Count
B2 = Name
C2 = Month

EXPECTED RESULTS:
Jan Feb Mar
Smith 20 4 15
Jones 16 12 19