View Single Post
 
Old 12-21-2016, 06:31 AM
gebobs gebobs is offline Windows 7 64bit Office 2010 64bit
Expert
 
Join Date: Mar 2014
Location: Atlanta
Posts: 837
gebobs has a spectacular aura aboutgebobs has a spectacular aura about
Default

What haha is trying to do is to sumif a column based on two criteria in another. That's quite easy. Just make to sumifs, one with each criteria, and add them together.

In his sheet, he has an equation he wants to work:

=sumif(G:G,"Groups 3rd" and "FTI 3rd",F;F)

That should be:

=sumif(G:G,"Groups 3rd",F:F) + sumif(G:G,"FTI 3rd",F:F)
Reply With Quote