• 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 from unique cell values

miming1986

New Member
How do i get the pass rate without using the data on column H to J?
Please see attached file. Thanks in advance!
 

Attachments

  • template.xlsx
    11 KB · Views: 8
Hi,

If you are after 54.55% then use the below construction

SUM(--(FREQUENCY(IF(AVERAGEIF(D2:D37,D2:D37,E2:E37)=1,MATCH(D2:D37,D2:D37,0)),ROW(A1:A37))>1))/SUM(--(FREQUENCY(MATCH(D2:D37,D2:D37,0),MATCH(D2:D37,D2:D37,0))>0))

Acknowledge with CTRL + SHIFT + ENTER
 
Back
Top