Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() 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
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting the 2nd largest or smallest valuesin a range | Excel Discussion (Misc queries) | |||
Ranking cells largest to smallest | Excel Discussion (Misc queries) | |||
How do I sum 4 number discarding the largest number. | Excel Worksheet Functions | |||
Finding and Showing the Largest | Excel Worksheet Functions | |||
Finding and Showing the Largest | Excel Worksheet Functions |