A
adeater
I have columns of data P3
1007 and that is filtered for the 5 larges
and 5 smallest values by
=IF(ROW()-ROW(AF$3)+1<=10,IF(ROW()-ROW(AF$3)+1<=5,LARGE($P$3:$P$1007,ROW()-ROW(AF$3)+1),SMALL($P$3:$P$1007,ROW()-ROW(AF$3)+1-5)),"")
The problem is that the columns P3
1007 and Q3:Q1007 and so on til
AB3:AB1007 are values related to column O3:O1007 which has dates in th
form of 20000809 (9th august 2000). When the 5 largest and 5 smalles
values for P3
1007 are shown i need a way to display the correspondin
date from O3:O1007 to show up in an adjacent column. Havent been abl
to understand Lookup or Match functions and would appreciate help

and 5 smallest values by
=IF(ROW()-ROW(AF$3)+1<=10,IF(ROW()-ROW(AF$3)+1<=5,LARGE($P$3:$P$1007,ROW()-ROW(AF$3)+1),SMALL($P$3:$P$1007,ROW()-ROW(AF$3)+1-5)),"")
The problem is that the columns P3

AB3:AB1007 are values related to column O3:O1007 which has dates in th
form of 20000809 (9th august 2000). When the 5 largest and 5 smalles
values for P3

date from O3:O1007 to show up in an adjacent column. Havent been abl
to understand Lookup or Match functions and would appreciate help