Thread: Latest LOOKup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Lori Lori is offline
external usenet poster
 
Posts: 272
Default Latest LOOKup

Maybe try these two. Use Ctrl+Shift+Enter to enter the second:

=LOOKUP(2,1/(A2:A100="abc"),B2:B100)
=MIN((A2:A100="abc")*B2:B100)


"shaqil" wrote:

Dear All,

I have the following data:

A Units
abc 30
xyz 20
abc 10
xyz 40
abc 50

I want to know the latest units used by abc, i also want to know the
minimum units used by abc. Anybody can help me.

Thnx