This is my sheet :
![enter image description here]()
in column E, i want to find the max among col A,B,C using this simple formula in E1 :
=max(A1:C1)
But rather than pasting the formula to E2 .. E10, i want to see if possible to use max() in arrayformula() ? so i can use single formula for the whole column E.