Highest values?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a form with a list of numeric values. From the list of the numeric
values, I want to pick out the highest or largest values out of the list
than multiply it by another value. Does anyone in here knows how to do this?

thanks in advance....
 
Locke,

A list can only have one highest or largest value :-)

If you had a table you could insert a column of numbers then in the end
column a formula field like

{ =max(above)*Some Number }
 
Back
Top