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 / General Excel Questions / February 2008

Tip: Looking for answers? Try searching our database.

excell worksheet function

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
D - 29 Feb 2008 22:43 GMT
how do I find the location of a particular item in a worksheet?  For example,
if I have a spreadsheet showing the last 30 years of sales production how
could I find the cell location of the highest or lowest figure?
Pete_UK - 29 Feb 2008 23:00 GMT
Use MATCH in conjunction with MIN or MAX to get the (relative) row, such as:

=MATCH(MAX(S1:S2000),S1:S2000,0)
=MATCH(MIN(S1:S2000),S1:S2000,0)

assuming sales figures are within the range S1:S2000.

Hope this helps.

Pete

> how do I find the location of a particular item in a worksheet?  For
> example,
> if I have a spreadsheet showing the last 30 years of sales production how
> could I find the cell location of the highest or lowest figure?
 
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.