I am looking to return a MAX value from a large amount of data where the the value has appeared more than once.
There are over 1500 rows and I’m trying to work out the MAX value for each row (working across horizonatally). However, I’m struggling to work out how to do this…searching the forum, I can see mentions of DMAX but I’m not sure this would work.
I have attached screenshots of the data to show what I mean…
Thanks,
James

Try this “array formula” in row 6
=MAX(IF(COUNTIF(E6:EX6,E6:EX6)>1,E6:EX6))Needs to be confirmed with
CTRL+SHIFT+ENTERso that curly braces like { and } appear around the formula in the formula barNow copy formula down the column. If there are no repeated values in a row the result will be zero