Forum Discussion
Rbi22
Jan 07, 2022Copper Contributor
Longest to Shortest with number and maximum number data name
I want to know which formula I use for a table for largest number and also see the largest number row name
OliverScheurich
Jan 07, 2022Gold Contributor
=LARGE($C$3:$C$19,1)
=CELL("adresse",INDEX(C3:C19,MATCH(E4,C3:C19,0)))
Maybe like in the attached file.