Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I am trying to make a formula that will find the largest and second largest numbers from an array. The largest is easy as it can be done with the max function. The second largest is not so easy. Is there any way to subtract a cell from an array, I have tried the following two variations to no avail. let A2:A10 be my array let A12 be =max(A2:A10-max(A2:A10)) and then =max(A2:A10-index(A2:A10,Match(A12,A2:A10,1))) any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Prevent cell/array references from changing when altering/moving thecell/array | Excel Discussion (Misc queries) | |||
Removing a formula from a cell once the result is in the cell | Excel Worksheet Functions | |||
Removing last character in a cell | Excel Worksheet Functions | |||
Removing the €œ from a cell | Excel Worksheet Functions | |||
Removing a space within a cell | Excel Worksheet Functions |