Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
paula
 
Posts: n/a
Default Help with finding largest value


I have a data set and need to find the largest and smallest value, and
place max/min beside those values in the adjacent column. These values
need to be able to change if the values in the data set change. I
thought to use the if function and nest the large and small function
within it, but it does not seem to be working. Please help


--
paula
  #2   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

Is it not just...

=MAX(Range)

for max and

=MIN(Range)

for min?

paula wrote:
I have a data set and need to find the largest and smallest value, and
place max/min beside those values in the adjacent column. These values
need to be able to change if the values in the data set change. I
thought to use the if function and nest the large and small function
within it, but it does not seem to be working. Please help


  #3   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Sun, 6 Feb 2005 16:17:44 +0000, paula
wrote:


I have a data set and need to find the largest and smallest value, and
place max/min beside those values in the adjacent column. These values
need to be able to change if the values in the data set change. I
thought to use the if function and nest the large and small function
within it, but it does not seem to be working. Please help


If your data set is in A1:a100, in B1 enter the formula:

=IF(A1=MAX($A$1:$A$100),"max",IF(A1=MIN($A$1:$A$10 0),"min",""))

and copy/drag down to B100


--ron
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
Getting the 2nd largest or smallest valuesin a range Michael Rekas Excel Discussion (Misc queries) 5 January 31st 05 08:48 AM
Ranking cells largest to smallest jim314 Excel Discussion (Misc queries) 1 January 10th 05 10:01 PM
How do I sum 4 number discarding the largest number. SteveP Excel Worksheet Functions 3 December 22nd 04 03:25 PM
Finding and Showing the Largest arjcvg Excel Worksheet Functions 1 October 29th 04 06:11 AM
Finding and Showing the Largest arjcvg Excel Worksheet Functions 2 October 29th 04 04:01 AM


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