#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 30
Default Latest LOOKup

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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
latest date hitesh New Users to Excel 5 September 19th 07 01:09 PM
Lookup / return latest date in range AND value of 1 column to the wellan Excel Worksheet Functions 3 February 26th 07 04:26 PM
lookup latest entered match Smugga Excel Worksheet Functions 7 October 16th 06 05:11 PM
latest entry billandrus Excel Worksheet Functions 3 October 24th 05 10:51 PM
Lookup the latest date in a range so it appears as my result FBB Excel Discussion (Misc queries) 1 December 4th 04 03:50 AM


All times are GMT +1. The time now is 09:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"