Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to find a max, min ratio between the same fields and I'm having
trouble figuring it out. Any formula suggestions? I'm using Excel 2007. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If you need the ratio of the min to the max, try
=MIN(A1:A100)/MAX(A1:A100) -- Gary''s Student - gsnu200903 "nisumin" wrote: I need to find a max, min ratio between the same fields and I'm having trouble figuring it out. Any formula suggestions? I'm using Excel 2007. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Gary''s Student" wrote: If you need the ratio of the min to the max, try =MIN(A1:A100)/MAX(A1:A100) -- Gary''s Student - gsnu200903 "nisumin" wrote: I need to find a max, min ratio between the same fields and I'm having trouble figuring it out. Any formula suggestions? I'm using Excel 2007. That worked. Thanks Gary. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ratio | Excel Discussion (Misc queries) | |||
Ratio | Setting up and Configuration of Excel | |||
Ratio | Excel Discussion (Misc queries) | |||
Calculation of Ratio | Excel Discussion (Misc queries) | |||
Divide x/y should give Ratio x:y,How to express ratio in excel | Excel Worksheet Functions |