• 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.

Time Stamp

if data is sorted then..

CSE
F3=INDEX(Details!$C$1:$C$10154,MATCH(1,(Details!$B$1:$B$10154=E$1)*(Details!$D$1:$D$10154=$C3),0))


G3=LOOKUP(2,1/((Details!$B$1:$B$10154=E$1)*(Details!$D$1:$D$10154=$C3)),Details!$C$1:$C$10154)
 
Another would be.

both are CSE..

=MIN(IF((Details!$B$1:$B$10154=E$1)*(Details!$D$1:$D$10154=$C3),Details!$C$1:$C$10154))

=MAX(IF((Details!$B$1:$B$10154=E$1)*(Details!$D$1:$D$10154=$C3),Details!$C$1:$C$10154))
 

Attachments

Back
Top