View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Are Are is offline
external usenet poster
 
Posts: 12
Default vlookup using max

Dear Masters,

How to get value of max from array with some condition?
for example I have data :

A 3
B 3
A 5
C 2

I want result :

A 5
B 3
C 2

thanks in advance