3G
Member
Hello
How can I find the largest value in an array?
I have tried both:
=INDEX(Week,MATCH((LARGE(Actual,1)),Actual),0)
(Pulls back the largest value in the week column)
and
=LARGE(IF(Model="Gold",Week,""),1)
(Always seems to pull back the largest instance of "Gold").
Any thoughts how to do this?
How can I find the largest value in an array?
I have tried both:
=INDEX(Week,MATCH((LARGE(Actual,1)),Actual),0)
(Pulls back the largest value in the week column)
and
=LARGE(IF(Model="Gold",Week,""),1)
(Always seems to pull back the largest instance of "Gold").
Any thoughts how to do this?