Combine VLookup and MAX ?

  • Thread starter Thread starter Ayato
  • Start date Start date
A

Ayato

Hi @ll,

I need a formula (or VBA code) that could help me to extract the MA
value for a specific identifer in a range.

For example:

I have vendors in column A and sales in column B

Vendor/Sales
a 50
a 53
a 90
b 110
b 36
a 100
c 500

I need to know the MAX for vendor a = 100, b = 110, c = 500

Please advise,
Ayat
 
Ayato,

An easy way to do this is to sort on vendor, and then insert subtotals,
function Max.

HTH,
Nikos
 

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

Similar Threads

Combine VLookup and MAX ? 4
Vlookup help 3
Rank If - SumProduct - HELP PLEASE 1
Vlookup or similar 7
Need to merge, proper and trim 0
How can I extract each Max key value ? 2
vlookup 3
vlookup or index? 0

Back
Top