Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
datarange
 
Posts: n/a
Default Excel should have when.. if, where..if,if..then..else with range

when the range is selected within the data for having minimum value in the
field ,
how to report where is this minimum value in the given range.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc
  #2   Report Post  
Posted to microsoft.public.excel.misc
vandenberg p
 
Posts: n/a
Default Excel should have when.. if, where..if,if..then..else with range

Hello:


Given the following sequence of numbers in column A, rows 1 to 5
3
4
1
2
3
The following will return the row number of the minimum value:
=MATCH(MIN(A1:A5),A1:A5,0)
Which will display a value of 3 (3rd row)

You can convert this in to a complete cell address if you want by:
="A"&MATCH(MIN(A1:A5),A1:A5,0)
Which will display a value of A3

Pieter Vandenberg


datarange wrote:
: when the range is selected within the data for having minimum value in the
: field ,
: how to report where is this minimum value in the given range.

: ----------------
: This post is a suggestion for Microsoft, and Microsoft responds to the
: suggestions with the most votes. To vote for this suggestion, click the "I
: Agree" button in the message pane. If you do not see the button, follow this
: link to open the suggestion in the Microsoft Web-based Newsreader and then
: click "I Agree" in the message pane.

: http://www.microsoft.com/office/comm...lic.excel.misc
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
How do I name a range in Excel 2003? ANM Excel Discussion (Misc queries) 2 March 11th 06 05:06 AM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Excel finds a value that is not in the lookup range Anne Troy Excel Worksheet Functions 0 August 24th 05 08:54 PM
allow users to edit a range in excel 2000 jimar Excel Discussion (Misc queries) 6 August 24th 05 08:12 PM
Excel Range Names trainer2000 Excel Discussion (Misc queries) 1 May 20th 05 08:42 PM


All times are GMT +1. The time now is 04:37 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"