hsandeep
Well-known Member
- Joined
- Dec 6, 2008
- Messages
- 1,226
- Office Version
- 2010
- Platform
- Windows
- Mobile
My 'actual' range is AC38:BH38 which contains values or "" & I want to get the Second MINIMUM VALUE from this 'actual' range in final cell address HF38.
There is a helper row $AC$58:$BH$58 which contains "Y" to certify that the corresponding cells in the above row 38 contains values & not "" & ALSO to certify that from these cells only the Second MINIMUM VALUE has to be pulled. This helper row $AC$58:$BH$58 does not contain any -ve values although it contains "".
For getting: the Second MINIMUM VALUE in HF38, I used HF38=MIN((ABS(IFERROR(VALUE(AC38:BH38),1)+1))*IF(AC38:BH38="",999^9,1)*IF(AC38:BH38>HD38,1,999^9)*IF($AC$58:$BH$58="Y",1,999^9))-1 only to get HF38=9.91036E+26 !!!
What should be the formula used? This is required in HF38.
Thanks in adv.
There is a helper row $AC$58:$BH$58 which contains "Y" to certify that the corresponding cells in the above row 38 contains values & not "" & ALSO to certify that from these cells only the Second MINIMUM VALUE has to be pulled. This helper row $AC$58:$BH$58 does not contain any -ve values although it contains "".
For getting: the Second MINIMUM VALUE in HF38, I used HF38=MIN((ABS(IFERROR(VALUE(AC38:BH38),1)+1))*IF(AC38:BH38="",999^9,1)*IF(AC38:BH38>HD38,1,999^9)*IF($AC$58:$BH$58="Y",1,999^9))-1 only to get HF38=9.91036E+26 !!!
What should be the formula used? This is required in HF38.
Thanks in adv.