Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
AmCh
Creator
Creator

Max function

hello all,

I am trying to calculate the maximum value from three fields and feed the determined value into a new field using for loop.

As an example for the input fields would be:

A,B&C (with the same size)

Ouput would be:

D ( row i is equal to the maximum value of rows i of A,B &C).

Thanks in advance

Labels (3)
1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Hi,

Try with

=rangemax(A,B,C)

 

View solution in original post

1 Reply
sergio0592
Specialist III
Specialist III

Hi,

Try with

=rangemax(A,B,C)