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 502
1 ACCEPTED SOLUTION

Try:

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

See also:


View solution in original post

5 REPLIES 5

Steve
Platinum 4
Platinum 4

What does this mean?

So there is column A in table 1 and column B in table 2, all made up of numbers. I want to find the ONE highest number out of ALL of the numbers in both columns A and B.

Try:

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

See also:


That worked

Noice!

Top Labels in this Space