Find max of two different rows

tvinci
New Member

Hi AppSheet,

I know how to use MAX() and MAXROW() but I haven’t been able to figure out a way to find the maximum of 2 different rows in two different tables. Does anyone have any ideas?

Thank you.
Tiffany

Solved Solved
1 5 506
1 ACCEPTED SOLUTION

Try:

MAX(table 1[column A] + table 2[column B])

See also:


View solution in original post

5 REPLIES 5
Top Labels in this Space