hsandeep
Well-known Member
- Joined
- Dec 6, 2008
- Messages
- 1,226
- Office Version
- 2010
- Platform
- Windows
- Mobile
In column D: from D1 to D12 there are 12 values (numerical only).
In column E: from E1 to E12 there are 12 values (numerical only) & each rows of column E corresponds to the same row# of column D i.e. E1 corresponds to D1, E2 to D2 & so on till E12 corresponds to D12.
In column D (from D1 to D12) I want to find the FIRST MAXIMUM value available starting from row#1 i.e. D1 & going down by 1 row till D12. After this FIRST MAXIMUM value is found then the value in the corresponding row# of column E needs to be shown in a separate cell G5.
What formula should be punched in G5?
Plus if either of ‘#DIV/0!’, ‘#N/A’ & ‘#VALUE!’ appears in any row of column D, then it should ignore this & check next down row for the FIRST MAXIMUM value (if the first maximum value is not found above the 1<SUP>st</SUP> appearance of #DIV/0!).
Example: D1=2, D2=3.4, D3=#DIV/0!, D4=4, D5=2.2, D6=7, D8=#DIV/0!, D9=3, D10=4, D11=4.6 & D12=1. Result: is 7 which appears in D6 & so E6 should be shown in G5.
Example: D1=2, D2=9.4, D3=#DIV/0!, D4=4, D5=2.2, D6=7, D8=#DIV/0!, D9=3, D10=4, D11=4.6 & D12=1. Result: is 9.4 which appears in D2 & so E2 should be shown in G5.
Thanks in advance.
hsandeep
In column E: from E1 to E12 there are 12 values (numerical only) & each rows of column E corresponds to the same row# of column D i.e. E1 corresponds to D1, E2 to D2 & so on till E12 corresponds to D12.
In column D (from D1 to D12) I want to find the FIRST MAXIMUM value available starting from row#1 i.e. D1 & going down by 1 row till D12. After this FIRST MAXIMUM value is found then the value in the corresponding row# of column E needs to be shown in a separate cell G5.
What formula should be punched in G5?
Plus if either of ‘#DIV/0!’, ‘#N/A’ & ‘#VALUE!’ appears in any row of column D, then it should ignore this & check next down row for the FIRST MAXIMUM value (if the first maximum value is not found above the 1<SUP>st</SUP> appearance of #DIV/0!).
Example: D1=2, D2=3.4, D3=#DIV/0!, D4=4, D5=2.2, D6=7, D8=#DIV/0!, D9=3, D10=4, D11=4.6 & D12=1. Result: is 7 which appears in D6 & so E6 should be shown in G5.
Example: D1=2, D2=9.4, D3=#DIV/0!, D4=4, D5=2.2, D6=7, D8=#DIV/0!, D9=3, D10=4, D11=4.6 & D12=1. Result: is 9.4 which appears in D2 & so E2 should be shown in G5.
Thanks in advance.
hsandeep