Hi everyone,
I would like to know where I would need to include the Large(array,number) function in the formula below in order to get the 3rd largest number from column "am". Please tell me what is needed to complete this.(thanks)
=IF(COUNTIFS('Keyword report'!AM:AM,">0",'Keyword report'!AK:AK,G10:AD10),INDEX('Keyword report'!AJ:AO,MATCH(G10:AD10,'Keyword report'!AK5:AK1048576,0),MATCH('Keyword report'!AJ4,'Keyword report'!AJ4:AO4,0)),"--None--")
The array structure is as follows:
<table border="0" cellpadding="0" cellspacing="0" height="91" width="471"><colgroup><col style="mso-width-source:userset;mso-width-alt:8777;width:180pt" width="240"> <col style="mso-width-source:userset;mso-width-alt:7424;width:152pt" width="203"> <col style="width:48pt" span="4" width="64"> </colgroup><tbody><tr style="mso-height-source:userset;height:39.75pt" height="53"> <td style="height:39.75pt;width:180pt" height="53" width="240">aj</td> <td style="width:152pt" width="203">ak</td> <td style="width:48pt" width="64">al</td> <td style="width:48pt" width="64">am</td> <td style="width:48pt" width="64">an</td> <td style="width:48pt" width="64">ao</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt" height="20">Keyword</td> <td class="xl68">Campaign</td> <td class="xl68">Clicks</td> <td class="xl67">Imp</td> <td class="xl68">Cost</td> <td class="xl68">Conv.</td></tr></tbody></table>
I would like to know where I would need to include the Large(array,number) function in the formula below in order to get the 3rd largest number from column "am". Please tell me what is needed to complete this.(thanks)
=IF(COUNTIFS('Keyword report'!AM:AM,">0",'Keyword report'!AK:AK,G10:AD10),INDEX('Keyword report'!AJ:AO,MATCH(G10:AD10,'Keyword report'!AK5:AK1048576,0),MATCH('Keyword report'!AJ4,'Keyword report'!AJ4:AO4,0)),"--None--")
The array structure is as follows:
<table border="0" cellpadding="0" cellspacing="0" height="91" width="471"><colgroup><col style="mso-width-source:userset;mso-width-alt:8777;width:180pt" width="240"> <col style="mso-width-source:userset;mso-width-alt:7424;width:152pt" width="203"> <col style="width:48pt" span="4" width="64"> </colgroup><tbody><tr style="mso-height-source:userset;height:39.75pt" height="53"> <td style="height:39.75pt;width:180pt" height="53" width="240">aj</td> <td style="width:152pt" width="203">ak</td> <td style="width:48pt" width="64">al</td> <td style="width:48pt" width="64">am</td> <td style="width:48pt" width="64">an</td> <td style="width:48pt" width="64">ao</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt" height="20">Keyword</td> <td class="xl68">Campaign</td> <td class="xl68">Clicks</td> <td class="xl67">Imp</td> <td class="xl68">Cost</td> <td class="xl68">Conv.</td></tr></tbody></table>