hsandeep
Well-known Member
- Joined
- Dec 6, 2008
- Messages
- 1,226
- Office Version
- 2010
- Platform
- Windows
- Mobile
I have 2 ranges K9:W9 & K16:W16 which generates values including 0 and also “” (blank)
I need 5 formulas:
AA20=Corresponding non zero non blank number from K10:W10 corresponding to the minimum number from K16:W16 else 0
AA21=Non zero non blank number preceding the corresponding non zero non blank number from K10:W10 corresponding to the minimum number from K16:W16 with an additional condition that the minimum number is not in the cell address K16 else 0
AA22=Non zero non blank number preceding the above preceding number from K10:W10 with an additional condition that the minimum number is not in the cell address K16 or L16 else 0
AA23= Non zero non blank number succeeding the corresponding non zero non blank number from K10:W10 corresponding to the minimum number from K16:W16 with an additional condition that the minimum number is not in the cell address W16 else 0
AA24= the minimum number from K16:W16
How to accomplish?
Thanks in advance
I need 5 formulas:
AA20=Corresponding non zero non blank number from K10:W10 corresponding to the minimum number from K16:W16 else 0
AA21=Non zero non blank number preceding the corresponding non zero non blank number from K10:W10 corresponding to the minimum number from K16:W16 with an additional condition that the minimum number is not in the cell address K16 else 0
AA22=Non zero non blank number preceding the above preceding number from K10:W10 with an additional condition that the minimum number is not in the cell address K16 or L16 else 0
AA23= Non zero non blank number succeeding the corresponding non zero non blank number from K10:W10 corresponding to the minimum number from K16:W16 with an additional condition that the minimum number is not in the cell address W16 else 0
AA24= the minimum number from K16:W16
How to accomplish?
Thanks in advance
10 | 22 | 30 | 4 | 55 | 66 | 100 | 111 | 2 | 99 | 10 | 20 | 33 | ||||||||||||||
1 | 2 | 3 | 4 | 40 | 50 | -66 | 55 | -60 | -50 | -12 | 12 | 66 | ||||||||||||||
Corresponding | 100 | |||||||||||||||||||||||||
Preceeding | 66 | |||||||||||||||||||||||||
Preceeding 2 | 55 | |||||||||||||||||||||||||
Suceeding | 111 | |||||||||||||||||||||||||
Reference | -66 |