How to create a formula column to find the maximum of several columns
I have several columns of numeric data (see example below) and I would like to create a formula column to find the maximum value for each row across the columns. Any help would be appreciated. Thank you!Value 1 Value 2 Value 3 Max Value (I would put the formula in this column)1 9 6 92 1 5 ...