Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / February 2008

Tip: Looking for answers? Try searching our database.

Excel functions - need some guidance.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Dave - 06 Feb 2008 15:46 GMT
Hi. I assume that I'm missing something with functions here. Suppose
I've got the following data...

Item #    Type        Qty    Value
1     baseball     52     $40.00
2     football       31       $32.95
3     basketball    68     $107.35
4     tennis      4       $14.95
5     hockey    35     $39.50

I've used DMAX, DMIN, and DAVERAGE respectively, to return the max,
min, and avg values in the table, i.e.
Max Value = $107.35
Min Value = $14.95
Avg. Value = $46.95

But now I want to indicate the Item # next to the returned Max Value
and Min Value, so I'd have the following:
Max Value = $107.35 (3)
Min Value = $14.95 (4)
Avg. Value = $46.95

How do I set up a function to return the (3) and (4)? Specific
instructions would be most appreciated!

Thanks,
Dave
Don Guillett - 06 Feb 2008 16:12 GMT
assuming values in col K, to get min 14.95
=MIN(K:K)
assuming your 1-5 in col H to get 4
=INDEX(H:H,MATCH(MIN(K:K),K:K,0))

Signature

Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com

> Hi. I assume that I'm missing something with functions here. Suppose
> I've got the following data...
[quoted text clipped - 23 lines]
> Thanks,
> Dave
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.