• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Average of columns

yaelcohen

Member
Hello expert,

Thanks for any help

Attached an excel file with my question:
What should be the formula that bring the results of 14%
The conditions are: Sum all the lines of columns D/ Sum all the lines of columns C that
has Y in column F and G

Thanks a lot!
 

Attachments

Hi yaelcohen,

Add this formula in C16-

=SUMIFS(C3:C14,F3:F14,"Y",G3:G14,"Y")

Add this formula in D16-
=SUMIFS(D3:D14,F3:F14,"Y",G3:G14,"Y")

Cheers
AJ
 
Back
Top