September 11, 200817 yr What function/calculation do I use to get the highest of 3 values from three fields (field1 , field2 or field3) to show in field4.
September 11, 200817 yr If the fields contain numbers, you would use: Max ( field1 ; field2 ; field3 ) :wink2:
September 11, 200817 yr Author They do only contain numbers! Worked! Just what I needed! Thank you! Edited September 11, 200817 yr by Guest
Create an account or sign in to comment