find and match the max

  • Thread starter Thread starter buffyslay
  • Start date Start date
B

buffyslay

ok - what i am trying to do here is a basic auction page.

using the lot number

and find the highest amount and second highest amount and the user id?

any ideas?
table to follo
 
Hi,

For finding out the first & second largest amount use

= LARGE(RANGE, 1)

and

= LARGE(RANGE,2)

To find out the user id, give me the way the data is organised.

REGARDS

Govind
 

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

Back
Top