The INDEX/MATCH solution is perfectly good still but Excel has moved on considerably over the past 6 years leaving many behind, stuck with obsolete code. Other formulae that work include:I have this formula
but i want combine it with an offset formula.Code:=MAX(C2:C71)
In a cell i have this max formula, but in the cell above i want to add the the name that belongs to the max result, these names are in column B
Thanks
= INDEX(names, XMATCH(MAX(values), values))
= XLOOKUP(MAX(values), values, names)
= XLOOKUP(MAX(values), values, names, , , {1;-1})
= FILTER(names, values=MAX(values))
You better open a new thread and enclose with a new file, clearly stated what you have? and, what you want?It would be nice if I could achieve this. the treatment of multiple coincident maxima.
I use O365, but my friend works with O2021
If it is 2021 that they have, it has both XLOOKUP and FILTER. In other ways it is getting pretty out of date, but it does have the early functions associated with dynamic arrays.It would be nice if I could achieve this. the treatment of multiple coincident maxima.
I use O365, but my friend works with O2021