sum if

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My Worksheet has columns with names of employees, check dates and check
amounts, I'm looking for a formula to add up all the earnings for a
specific employee for a specific month.
Thank you
 
=sumproduct(--(a1:A100="Employee x"),--(month(b1:b100)=4),c1:c100)
where column a= employee name
column b = dates (in the above example april)
column c = check amounts
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top