Larry Fish
New Member
- Joined
- Jan 24, 2005
- Messages
- 13
In Lotus I could create a formula @large(a1..a12,2) and I would get the second largest number in the range. Leave out the two and I would get the largest number. Or do I need to establish my worksheet like this.
..... A..........B............C.............D..........E...........F
1... Tree......Hight..... Profit........Yield.....Age........Hight
2....Apple.....>10................................................<16
3....Pear
4....Cherry
5
6.....Tree......Hight.......Profit.......Yield......Age
7... ...Apple... .18..........135..........14........20
8.... ..Cherry....12............96..........10........12
9.... ..Apple.... .13..........100...........9........14
10......Pear........9............75..........14........15
11......Cherry......8...........105.........10..........8
I can get the largest number with this formula =Dmax(A6..E11,"Profit",A1,A4) I would like this formula to give this result:
Apple, 135, 14
Then I need a formula that will give the same information for the next largest number: Cherry, 105, 10
Sorting is not an option.
Thanks for the help in advance
..... A..........B............C.............D..........E...........F
1... Tree......Hight..... Profit........Yield.....Age........Hight
2....Apple.....>10................................................<16
3....Pear
4....Cherry
5
6.....Tree......Hight.......Profit.......Yield......Age
7... ...Apple... .18..........135..........14........20
8.... ..Cherry....12............96..........10........12
9.... ..Apple.... .13..........100...........9........14
10......Pear........9............75..........14........15
11......Cherry......8...........105.........10..........8
I can get the largest number with this formula =Dmax(A6..E11,"Profit",A1,A4) I would like this formula to give this result:
Apple, 135, 14
Then I need a formula that will give the same information for the next largest number: Cherry, 105, 10
Sorting is not an option.
Thanks for the help in advance