Highest values?

L

Locke

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....
 
G

Greg Maxey

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 }
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top